Nov 21, 2009

Windows XP Registry Tweaks ... - Post yours here

free web hosting
Open Discussion > MODERATED AREA > Computers > Operating Systems

Windows XP Registry Tweaks ... - Post yours here

rowita
DO NOT APPLY IF YOU DON'T KNOW THE USE OF FOLLOWING TWEAKS!!!

All about context menu ...

Right-Click Copy To
CODE
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers][br][HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To][/br]@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

Right-Click Move To
CODE
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To][/br]@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
[br]Right-Click "Open Command Window Here" for folders
CODE
[HKEY_CLASSES_ROOT\Directory\shell\cmd][/br]@="Open Command Window Here"[br][HKEY_CLASSES_ROOT\Directory\shell\cmd\command][/br]@="cmd.exe /k \"cd %L\""
[br]Right-Click "Services" on "My Computer"
CODE
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] [/br]@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 [br]"SuppressionPolicy"=dword:4000003c [/br][HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] [br]@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

To Be Continued ...

 

 

 


Comment/Reply (w/o sign-up)

rowita
Do not cache failed DNS lookups
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] [br]"CacheHashTableBucketSize"=dword:00000001 [/br]"CacheHashTableSize"=dword:00000180 [br]"MaxCacheEntryTtlLimit"=dword:0000fa00 [/br]"MaxSOACacheEntryTtlLimit"=dword:0000012d
Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger][br]"Start"=dword:00000004
Disable Welcome Screen and uses Classic Logon
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon][/br]"LogonType"=dword:00000000
Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings][br]"MaxConnectionsPer1_0Server"=dword:0000000a[/br]"MaxConnectionsPerServer"=dword:0000000a
Change MenuShowDelay (Start Menu load speed) in milliseconds
CODE
[HKEY_CURRENT_USER\Control Panel\Desktop][br]"MenuShowDelay"="2000"
Remove Shared Documents from My Computer
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
Remove Shortcut Arrows
CODE
[HKEY_CLASSES_ROOT\lnkfile][/br]"IsShortcut"=-
Disables Windows Tour bubble popup
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour][br]"RunCount"=dword:00000000[/br][HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour][br]"RunCount"=dword:00000000
NoLowDiskSpaceChecks won't check if you are low on diskspace or pop-up a balloon telling you.
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer][/br]"NoLowDiskSpaceChecks"=dword:00000001
Prefetcher tweak(faster booting)
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters][br]"EnablePrefetcher"=dword:00000003
Disable Autorun
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom][/br]"AutoRun"=dword:00000000
Speed up browsing remote computers
CODE
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]
Speed up NTFS
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem][br]"Win31FileSystem"=dword:00000000[/br]"Win95TruncatedExtensions"=dword:00000001[br]"NtfsDisableLastAccessUpdate"=dword:00000001
Disable QoS
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched][/br]"NonBestEffortLimit"=dword:00000000
Speed up shutdown
CODE
[HKEY_CURRENT_USER\Control Panel\Desktop][br]"HungAppTimeout"="5000"[/br]"WaitToKillAppTimeout"="4000"
Speed up shutdown
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control][br]"WaitToKillServiceTimeout"="2000"
Disable System Restore
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore][/br]"DisableSR"=dword:00000001
Do Not Receive Media Player Licences
CODE
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences][br]"SilentAcquisition"=dword:00000000
Disable Media Player identification through Internetsites
CODE
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences][/br]"SendUserGUID"=dword:00000000
Disable automatic codec downloads
CODE
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences][br]"UpgradeCodecPrompt"=dword:00000000
Disable ALL BalloonTips
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced][/br]"EnableBalloonTips"=dword:00000000[br][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced][/br]"FolderContentsInfoTip"=dword:00000000[br][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips][/br]"Show"=dword:00000000[br][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced][/br]"StartButtonBalloonTip"=dword:00000000[br][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced][/br]"ShowInfoTip"=dword:00000000[br][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer][/br]"NoSMBalloonTip"=dword:00000000
Do Not Start MS-Messenger with Outlook Express
CODE
[HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]
"Hide Messenger"=dword:00000001

 

 

 


Comment/Reply (w/o sign-up)

rowita
mount net-drives first, when they are needed
CODE
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider][br]"RestoreConnection"=dword:00000000
[/br]
enlarge DNS-cache
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters][/br]"CacheHashTableBucketSize"=dword:00000001[br]"CacheHashTableSize"=dword:00000180[/br]"MaxCacheEntryTtlLimit"=dword:0000fa00[br]"MaxSOACacheEntryTtlLimit"=dword:0000012d


Disable thumbnail caching.
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced][/br]"DisableThumbnailCache"=dword:00000001


disable the "search-dog"
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState][br]"Use Search Asst"="no"


keep ras connection when switching users (sp your modem won't hang up)
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\WinLogon][/br]"KeepRasConnections"="1"



delete alexa (spy-reg)-keys
CODE
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]


Right click to (un)register DLL files, open in Notepad by default.
CODE
[HKEY_CLASSES_ROOT\dllfile\shell][/br]@="View"[br][HKEY_CLASSES_ROOT\dllfile\shell\Register][/br][HKEY_CLASSES_ROOT\dllfile\shell\Register\command][br]@="C:\\WINNT\\system32\\REGSVR32.EXE \"%1\""[/br][HKEY_CLASSES_ROOT\dllfile\shell\UnRegister][br][HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command][/br]@="C:\\WINNT\\system32\\REGSVR32.EXE /u \"%1\""[br][HKEY_CLASSES_ROOT\dllfile\shell\View][/br][HKEY_CLASSES_ROOT\dllfile\shell\View\command][br]@="C:\\WINNT\\System32\\NOTEPAD.EXE \"%1\""


Open folders in Explorer view.
CODE
[HKEY_CLASSES_ROOT\Folder\shell][/br]@="explore"


Open scripts with Notepad by default - do not run.
CODE
[HKEY_CLASSES_ROOT\VBSFile\Shell][br]@="Edit" [/br][HKEY_CLASSES_ROOT\VBEFile\Shell][br]@="Edit" [/br][HKEY_CLASSES_ROOT\JSFile\Shell][br]@="Edit" [/br][HKEY_CLASSES_ROOT\JSEFile\Shell][br]@="Edit" [/br][HKEY_CLASSES_ROOT\WSHFile\Shell][br]@="Edit" [/br][HKEY_CLASSES_ROOT\WSHFile\Shell\Edit\Command][br]@="Notepad.exe %1" [/br][HKEY_CLASSES_ROOT\WSFFile\Shell][br]@="Edit"


Clean up NEW Templates
This will remove these items from the "New" context menu.
CODE
[-HKEY_CLASSES_ROOT\.bfc\ShellNew][br][-HKEY_CLASSES_ROOT\.bmp\ShellNew][/br][-HKEY_CLASSES_ROOT\.doc\WordPad.Document.1\ShellNew][br][-HKEY_CLASSES_ROOT\.rtf\ShellNew][/br][-HKEY_CLASSES_ROOT\.wav\ShellNew][br][-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew]


Remove WMP Right Click Options (Queue-it-up, etc.)
Remove the Queue-it-up, Burn to CD right click options on Windows Media Player files.
CODE
[-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}] [br][-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}] [/br][-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]


Search with google from the address bar instead of MSN
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\G][br]@="http://www.google.com/search?q=%s"


Adds search keywords to Internet Explorer (in this order: Microsoft Knowledge Base, Altavista, Google, MSN, FileMirrors)
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB][/br]@="http://support.microsoft.com/?kbid=%s"[br][HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV][/br]@="http://www.altavista.com/sites/search/web?q=%s"[br][HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\GGL][/br]@="http://www.google.com/search?q=%s"[br][HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN][/br]@="http://search.msn.com/results.asp?q=%s"[br][HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM][/br]@="http://www.filemirrors.com/search.src?file=%s"


Makes Google IE's Default Search Engine
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main][br]"Search Page"="http://www.google.com"[/br]"Search Bar"="http://www.google.com/ie"[br][HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL][/br]""="http://www.google.com/keyword/%s"[br][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search][/br]"SearchAssistant"="http://www.google.com/ie"


Disable persistent internet caching
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache][br]"FreshnessInterval"=hex:80,f4,03,00[/br]"CleanupFactor"=hex:19,00,00,00[br]"CleanupTime"=hex:00,00,00,00[/br]"Persistent"=hex:00,00,00,00[br]"CleanupInterval"=hex:80,51,01,00[/br]"DebugFlag"=hex:ff,ff,00,00


Passive FTP
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Ftp][br]"Use Web Based FTP"="yes"[/br]"Use PASV"="yes"


Check Digital Signatures on Downloaded Programs
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download][br]"CheckExeSignatures"="yes"


Sorts My Computer Above My Documents
CODE
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}][/br]"SortOrderIndex"=dword:00000054


Cache more Icons
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer][br]"Max Cached Icons"="8192"


Use Small Icons in Windows Explorer
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer][/br]"SmallIcons"="yes"


Fixes slowdown problem starting Outlook Express when you delete Windows Messenger and disables the splash screen
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer32][br]"ThreadingModel"="Apartment"[/br]@=""[br][HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\LocalServer32][br]"ThreadingModel"="Apartment"[/br]@=""


This allows boot files to be placed optimally on the hard-drive for faster boots.
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction][/br]"Enable"="Y"


Force User To Hit Ctrl+Alt+Del to Login
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"DisableCAD"=dword:00000000

Comment/Reply (w/o sign-up)

rowita
All about services ...

Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger][br]"Start"=dword:00000004


Disable Remote Registry Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry][/br]"Start"=dword:00000004


Disable Windows Time Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time][br]"Start"=dword:00000004


Disable Error Reporting Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc][/br]"Start"=dword:00000004


Disable Alerter
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter][br]"Start"=dword:00000004


Disable Background Intelligent Transfer Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS][/br]"Start"=dword:00000004


Disable ClipBook
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv][br]"Start"=dword:00000004


Disable TCP/IP NetBIOS Helper
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts][/br]"Start"=dword:00000004


Disable NVIDIA Driver Helper
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NVSvc][br]"Start"=dword:00000004


Disable Remote Registry
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry][/br]"Start"=dword:00000004


Disable Remote Desktop Help Session Manager
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr][br]"Start"=dword:00000004


Disable Routing and Remote Access
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess][/br]"Start"=dword:00000004


Disable Secondary Log-on
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon][br]"Start"=dword:00000004


Disable Performance Logs & Alerts
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog][/br]"Start"=dword:00000004


Disable Telephony
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv][br]"Start"=dword:00000004


Disable Wireless Zero Configuration
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC][/br]"Start"=dword:00000004


Disable Automatic Updates
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv][br]"Start"=dword:00000004


Disable UPS
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS][/br]"Start"=dword:00000004


Disable System Restore Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice][br]"Start"=dword:00000004


Disable Indexing Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc][/br]"Start"=dword:00000004


Disable Help and Support
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc][br]"Start"=dword:00000004


Disable Task Scheduler
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule][/br]"Start"=dword:00000004


Set Print Spooler to "Manual"
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]
"Start"=dword:00000003

Comment/Reply (w/o sign-up)

ralph
wow blink.gif ,
that are much tweaks,
thnx mate biggrin.gif

Comment/Reply (w/o sign-up)

NTNguyen
Have you ever considered using X-Setup Pro?
It allows you to do nearly the same without so much fuss. It even offers a recording function so that you can set back your configuration. Every option is explained.

And why would I want to disable services with regedit (or any other registry editor)?

Comment/Reply (w/o sign-up)

rowita
QUOTE (NTNguyen)
Have you ever considered using X-Setup Pro?
It allows you to do nearly the same without so much fuss. It even offers a recording function so that you can set back your configuration. Every option is explained.

And why would I want to disable services with regedit (or any other registry editor)?


Yeah Xteq X-Setup is one of the must have softwares! that I'm using since the first releases.
I can give you a good example of using reg-tweaks using regkeys
and that is Unattended Windows Installation
use this site for more info:
http://unattended.msfn.org/index.htm

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : windows, xp, registry, tweaks, post

  1. Please Help To Resolve This Problem In Of Windows
    (1)
  2. After 18 Years Windows 3.1 Is Officially Retired
    (16)
    Wow is all I have to say just because of the fact I thought they gave up giving licenses for this
    old, outdated, slow, useless operating system. I guess not as November 1st, 2008 Windows 3.1 is
    officially dead and the funny thing is didn't support for this operating system end at windows
    98 or something like that? Either way I wonder when they will stop issuing liscenses for 95, 98,
    ME, 2000 because those operating systems are just as outdated and can not even run most of the web
    technologies that ae out there today and so if your going to cut off support you might....
  3. Linux Ubuntu Vs Windows Vista
    Discussion on which OS is better, Vista or Ubuntu. (40)
    A few weeks ago, i downloaded a live-cd for Linux Ubuntu 8.4 and booted it from the cd. It was not
    as bad as i had thought (although i had trouble booting /dry.gif" style="vertical-align:middle"
    emoid=" ) but REALY SLOW. So i installed Ubuntu and was pretty nice /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> . From my experience from
    vista and ubuntu i have to say vista still stands number for me. Which one do you think is better?....
  4. Change 'open With' In Regedit
    for Windows XP (11)
    Hi there. I have a problem with File Types on my PC: xls files are opened by default with Open
    Office, but I want to open them with Excel. I right click the file and I choose Open With, but Excel
    is not in those programs; so I select Choose Program; again Excel is not in the Recommended Programs
    nor in the Other Programs. I click Browse and I go to where Excel is installed and I select the exe,
    but after I click Ok nothing happens, I mean Excel doesn't appear in Recommended Programs like
    it should. So my question is this: is there any way to force xls files to open ....
  5. Windows Vista: Disabling Login Screen
    officially not permitted, is there a way around? (7)
    Hi all, I'm sure some of you gave a thought to this, why does Vista always show the login
    screen when booting? In XP there was an option somewhere in control panel to "assume this user
    always login to the computer" or something like that. That way if you used the same user 99% of the
    time and wanted to keep a second user as say an administrator you could do so by setting that
    option. If you ever wanted to switch to the "hidden" user you could do so with Log Off or Switch
    User in Start Menu. Now this is not possible in Vista, the user is given the login screen no ma....
  6. Help Me Please! Windows 98 - Dont Know...
    (5)
    At me such question I can not change the menu in Windows, it looks on new why that.... Help to
    adjust... At me of a Window 98....
  7. Windows Xp Sp2 Restarting After Some Time
    (10)
    Hi , I dont know what happened but My system restarts after a few Minutes (at max an hour). Can
    someone guess what might be wrong. It displays a System Shutdown Timer (initiated by
    Administrator) and then restarts after 60 sec. This is an SP2 so I dont think its a blaster. I
    have a ZoneAlarm Security Suite and it didn't detect anything. I even Scanned my Windows folder
    from Kaspersky using my Second OS (Vista) but that also didn't detect anything . .. Any guesses
    ??....
  8. Windows Explorer Randomly Crashing
    (7)
    Okay, I've had Vista for a few months now but just recently my Windows Explorer has been having
    problems. It says "Windows Explorer has stopped working" and then I click the option restart the
    program. I usually have 2 - 5 Explorer windows open and when I click restart the program it closes
    all of my windows and opens up My Documents. I usually get this error one or two times a day but
    I'm not doing anything wrong. Is this error only happening to me or has it happened to anyone
    else. Thanks. ....
  9. Registry Key For Autoplay
    (2)
    Hi, I just noticed that my DVD-ROM has stopped the Autoplay feature. I have to right-click on the
    drive and select Auto-play to start the installation or stuff. Can anybody tell me where is it
    located in the registry ? i think something has messed up my registry for this autoplay Thanks ....
  10. Windows Vista Sp1
    Does it make Vista a viable OS to upgrade to? (14)
    Has anyone actually been satisfied with the release of SP1 for Vista? Does it solve the problems
    that we've all griped about? Overview of Windows Vista SP1 From what I'm reading
    from that document, I'm actually surprised, appalled, and in a way, now wondering if Vista can
    actually be an upgrade. I laughed at: QUOTE Enhances support for high-definition (HD)
    drives by adding new icons and labels that identify HD-DVD and Blu-ray drives as HD drives.
    That's awesome. I never knew the HD drive that I bought was an HD until SP1. /rolleye....
  11. How Do I Change The Default Windows Font Size?
    Without changing DPI, of course. (7)
    I know there's an option in Ubuntu to change all the font sizes of the general system, the
    windows, and etc. Now I'm trying to do this in Windows. I've changed everything about
    the windows except for the general system size. How do I do this?....
  12. Why Do Alot Of People Hate Windows Vista?
    (40)
    personally, i prefer it the only thing i don't like is that i sometimes have trouble playing
    older pc games EDIT:sorry, just relized i'm prlly in the wrong forum....
  13. Installing Windows Xp On A Sata Enabled Desktop/notebook Computer.
    How to ...... (9)
    If you bought a brand new computer within the past few years, you might have noticed that your
    computer shipped with a Serial ATA (SATA) controller instead of the convetional Enhanced IDE (EIDE)
    controller. The reason for this is to enhance performance and power management as SATA controllers
    and their supported Hard Disk Drives have a higher data transfer speed against their IDE
    counterparts. And they are supposed to use lesser amount of power thereby saving you more battery
    life in your notebook's battery or UPS as the case may be. If you want to install and run ....
  14. Create An Undeletable Shortcut Using Registry(windows)
    Add undeletable shortcut in desktop and inside "My Computer"&# (2)
    Create an Undeletable shortcut in Desktop and inside "My Computer"!
    *************************************************************************** DISCLAIMER: The
    following contains registry edits. If done improperly can cause strange behaviour, and at worst,
    could even entirely corrupt your Windows Installation, requiring you to reinstall Windows. I cannot
    be held for any damage you may cause to your system as a result of taking any action suggested in
    the following article. *************************************************************************** ....
  15. Nasty Windows Tricks Using Vbs Codes
    blue screen of Death, Instant Shutdown, Endless Notepads (18)
    The CMD Codes- to use, open up notepad and copy and paste the code into the notepad. name the file
    (anyname).vbs (to make a .vbs file, when u save it or save as, it will ask u for a name and which
    type u want it, so choose all file then just name it as a .vbs file) then just click on the file u
    just made *NOTE* these codes do not stay on forever, they just stay on until the person shuts off
    the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot
    be recovered. this will DESTROY the computer -The blue screen of Death *The Blue....
  16. Windows Xp Doesn't Recognize Your Computer's Dvd-rom Or Cd-rom?
    (9)
    Windows XP doesn't recognize your computer's DVD-ROM or CD-ROM? Some times after
    installing Microsoft Windows XP, it doesn't recognize your DVD-ROM or CD-ROM. To resolve this
    problem do following; 1- Click Start Menu > Run > type "regedit" and press OK to open Windows
    Registry Editor. 2- Go to following Address: CODE
    H_L_M\System\CurrentControlSet\Control\Class\{3d36e965-e325-11ce-bfc1-08002be10318} 3- In
    Registry menu select "Export Registry File" to make a Backup from your registry entry. 4- If there
    is "UpperFilters" or " LowerFilters" keys, d....
  17. How To Disable Keyboard
    Windows XP (5)
    How to disable keyboard In Windows XP 1- Go to StartMenu > Run and type "regedit" and press OK to
    run Windows Registry Editor. 2- Go to following address: CODE HKEY_CURRENT_USER\Control
    Panel\Accessibility\Keyboard\ Response 3- Create a new String Value and name it as Flags , then
    give it value of 127 4- Now Go to following address: CODE
    HKEY_CURRENT_USER\Controlpanel\Accessibility\SoundSentry 5- Create a new String Value and name it
    as Flags , then give it value of 3 6- Create a new String Value and name it as WindosEffect, then
    give it value of 3 7- Cl....
  18. How To Install Microsoft Windows Xp Automatically!
    (6)
    How to install Microsoft Windows XP automatically As you know, during installing Microsoft
    Windows XP, setup asks you several questions about your installation drive, windows serial number,
    your language, administrator password, local time zone and … . So that you should sit and answer
    above questions. But there is a small tool in Microsoft Windows CD , let's you answer these
    questions before installing Windows. 1- Put Windows XP CD/DVD in the CD/DVD in your CD/DVD ROM and
    go to following folder: X:\Support\tools\ 2- Copy deploy.cab in your Hard Drive and then ex....
  19. Changing The Windows Xp Splash Screen
    another quick tutorial (11)
    First make create 16 bit 640*480 image and save it as boot.bmp in 'c:\windows' directory
    Click Start|Run and type c:\boot.ini. The file opens in Notepad. Look for an entry similar to
    this. CODE "multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional"
    /noexecute=optin /fastdetect" Add /noguiboot /bootlogo at the end of the line so that it looks
    like this. CODE "multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
    Professional" /noexecute=optin /fastdetect /noguiboot /bootlogo" We add the /noguiboot switc....
  20. How To Reset, Retrieve Windows Xp User Password ?
    Its a simple methord ! Just read it ! (30)
    IF U R IN TROUBLE ? LOST YOUR XP LOGIN USERNAME AND PASSWORD ......
    ===================================================================== You can get in to anu
    user account if you are using windows administrative account its a simple methord ! STEP 1 .
    CLCIK - START MENU ! STEP 2 . TAKE " RUN " STEP 3 . RUN " mmc " - M icrosoft M
    anagement C onsole There u get a new NEW WINDOW - name Console STEP 4. Click FILE TAB STEP
    5. TAKE " ADD / REMOVE " STEP 6. Click " Add.. " - (Child window) STEP 7. " Add Local
    User and Gro....
  21. Pros And Cons Of Mac, Windows, And Linux
    This is not a what's better topic, it's a pros and cons (40)
    Before i start i want to make sure you understand this is not a what OS is better this is a what is
    better at certain things and your reasons why. I would also like to know more about Linux because
    i'm slightly confused on it. Will it mess my computer up if i install it, dont like it, and
    uninstall it? OK on with the topic. I own a Mac and work on one for many hours a day, but had
    always used a Windows based system since well i was 5 and i remember my father using DOS to run Duke
    Nukem haha. So i know my way around it. Here is my Pros and Cons list Windows: Pros....
  22. Microsoft Warns Users Of Pirated Windows Os
    with a Desktop Message (36)
    QUOTE Hundreds of thousands, if not millions, of local PC users running pirated Windows
    operating systems will soon face the shame of being reminded of their illegal action every time they
    switch on their machines. The feature will be added to the operating system by Microsoft Corp from
    tomorrow and cannot be erased. It will nag the guilty users and can be awkward if it shows up on
    corporate PCs." QUOTE The anti-piracy move is being kicked off in five countries tomorrow –
    the United States, Britain, New Zealand, Australia and Malaysia. Full Story: http....
  23. Error Installing Windows Xp -error 7 Ntkrnlmp.exe
    (12)
    i have tried to install windows xp on my pc and i get an error right after it ask at the bottom of
    the screen to press f2 to restore an error pops up saying FILE \$win_nt$.~bt\NTKRNLMP.EXE cannot be
    open error 7 setup cannot complete and has to close i have had windows xp on the pc before so i
    know its compatible but i used a different version of windows before ,this tinme im using a new one
    and i get this error i seem to find no solution anywhere about how to resolve this and I was
    wondering if possible theres something i need to do,I am not to smart with computers s....
  24. Windows Xp Freezes At Welcome Screen
    (57)
    today i start my pc in windows xp and found that xp freezes at welcome screen. then i try to boot in
    safe mode but the problem persisits then i again try in last good configuration setting but it
    doesn't help so i hav to reinstall my xp plz any body hav solution for this so that i do not hav
    to reinstall my xp for this problem as i get this problem oftenly. thanks....
  25. Windows Won't Boot Up
    Getting error message appears with hal.dll or ntosknl.exe no (12)
    Can anyone help with this issue? I have at least three machines at work that are currently booting
    up to a blank screen with either hal.dll or ntosknl.exe missing error. The machines are running
    Windowa 2000 pro. I have been able to get them back up and running, bu t I am a little concerned
    that there maybe a virus. However, I have made sure my AntiVirus software has been updated and a
    full scan has been run, and no virus has been detected. I have run spyware detecting software as
    well, and nothing unusual seems to appear. The machines are running ok so far, but I am wor....
  26. Windows Xp And Dos Multiboot
    how?? (13)
    Question to you all, I have a computer running windows XP, now I want to add a "real" DOS
    enviroment on the computer (not cmd or dosbox or something like that). So I thought dualboot will
    do the trick, but the problem is, if I go on and install dos on my free harddisk, I will have a
    problem cause it f*cks up my boot process and windows xp will not start anymore. That I dont want!
    Anyone got an idea on how i can install dos so I can multiboot between windows xp and dos without
    formatting my windows drive, install dos and then reinstall windows? Any help would be greatl....
  27. Skinning Windows Xp
    Do you know how to skin ? (7)
    Okay, I've heard alot about skinning Windows XP with programs made specially for skinning. But
    these programs somehow lags my system and I'm not quite happy about it... Anyone knows how to
    skin Windows XP without using using software like DesktopX or ThemeXP etc. ? Just skinning it
    manually including icon sets too......
  28. Windows XP Built in Applications ...
    some of them! (2)
    Some of Windows XP Built in Applications: 1. sysedit.exe (System Configuration Editor ) 2.
    perfmon.exe (System Monitor ) 3. eudcedit.exe (Private character editor) 4. drwtsn32.exe (Dr
    Watson) 5. dxdiag.exe (DirectX diagnosis) 6. telnet.exe (Microsoft Telnet Client) 7. iexpress.exe
    (IExpress Wizard - Create self-extracting / self-installing package) 8. mobsync.exe (Microsoft
    Synchronization Manager) 9. cleanmgr.exe (Disk Cleanup) 10. odbcad32.exe (ODBC Data Source
    Administrator) 11. packager.exe (Object Packager) 12. mplay32.exe (Windows Media Player 5.1) 13. wi....
  29. Windows Xp Lite?
    (19)
    I heard that in some other country for some reason came out with a windows xp lite. I think the
    country was Australia, and the new version is suppose to have better spyware protection, virus and
    IE protection and run faster and all that good stuff. If you know what im talking about or have any
    other information please post it here.....
  30. Windows History
    (10)
    Microsoft first began development of the Interface Manager (subsequently renamed Microsoft
    Windows) in September 1981.Although the first prototypes used Multiplan and Word-like menus at the
    bottom of the screen, the interface was changed in 1982 to use pull-down menus and dialogs, as
    used on the Xerox Star.Microsoft finally announced Windows in November 1983, with pressure from
    just-released VisiOn and impending TopView. This was after the release of the Apple Lisa, and
    before Digital Research announced GEM, and DESQ from Quarterdeck and the Amiga Workbe....

    1. Looking for windows, xp, registry, tweaks, post
Similar
Please Help To Resolve This Problem In Of Windows
After 18 Years Windows 3.1 Is Officially Retired
Linux Ubuntu Vs Windows Vista - Discussion on which OS is better, Vista or Ubuntu.
Change 'open With' In Regedit - for Windows XP
Windows Vista: Disabling Login Screen - officially not permitted, is there a way around?
Help Me Please! Windows 98 - Dont Know...
Windows Xp Sp2 Restarting After Some Time
Windows Explorer Randomly Crashing
Registry Key For Autoplay
Windows Vista Sp1 - Does it make Vista a viable OS to upgrade to?
How Do I Change The Default Windows Font Size? - Without changing DPI, of course.
Why Do Alot Of People Hate Windows Vista?
Installing Windows Xp On A Sata Enabled Desktop/notebook Computer. - How to ......
Create An Undeletable Shortcut Using Registry(windows) - Add undeletable shortcut in desktop and inside "My Computer"&#
Nasty Windows Tricks Using Vbs Codes - blue screen of Death, Instant Shutdown, Endless Notepads
Windows Xp Doesn't Recognize Your Computer's Dvd-rom Or Cd-rom?
How To Disable Keyboard - Windows XP
How To Install Microsoft Windows Xp Automatically!
Changing The Windows Xp Splash Screen - another quick tutorial
How To Reset, Retrieve Windows Xp User Password ? - Its a simple methord ! Just read it !
Pros And Cons Of Mac, Windows, And Linux - This is not a what's better topic, it's a pros and cons
Microsoft Warns Users Of Pirated Windows Os - with a Desktop Message
Error Installing Windows Xp -error 7 Ntkrnlmp.exe
Windows Xp Freezes At Welcome Screen
Windows Won't Boot Up - Getting error message appears with hal.dll or ntosknl.exe no
Windows Xp And Dos Multiboot - how??
Skinning Windows Xp - Do you know how to skin ?
Windows XP Built in Applications ... - some of them!
Windows Xp Lite?
Windows History

Searching Video's for windows, xp, registry, tweaks, post
See Also,
advertisement


Windows XP Registry Tweaks ... - Post yours here

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com