Subscribe to my full feed.

Friday, November 23, 2007

Speed Up Windows XP

There are many softwares available for tweaking your XP performance and increase the speed of XP.But,I present you a very simple registry hack which can really speed up your XP without any problem and without wasting your bandwidth to download any softwares. Just copy paste following code in Notepad and save the file with any name but the extension of the file must be .REG, and after that run the file:

Better if you downlaod the file from here.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-
4b9a-9489-5FE6850DC73E}\InProcServer32]
@=hex(2):00

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

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\
ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\Directory\Shell\DosHere]
@="Command &Prompt Here"

[HKEY_CLASSES_ROOT\Directory\Shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""

[HKEY_CLASSES_ROOT\Drive\Shell\DosHere]
@="Command &Prompt Here"

[HKEY_CLASSES_ROOT\Drive\Shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""

[HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Explorer]
"Link"=hex:00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"MenuShowDelay"="8"
"WaitToKillAppTimeout"="2000"
"LowLevelHooksTimeout"="1000"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"ClearRecentDocsOnExit"=dword:00000001
"NoRecentDocsHistory"=hex:01,00,00,00
"LinkResolveIgnoreLinkInfo"=dword:00000001
"NoResolveSearch"=dword:00000001
"NoResolveTrack"=dword:00000001
"NoInternetOpenWith"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="2000"

[- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\RemoteComputer]



NOTE: Before applying any changes in the registry always do a system restore or back up your complete registy.
(Backing up your registry------Run-->regedit-->click on computer(leftpane)-->File-->Export-->give a Name -->Save)

If you didn't like the changes after appying the registry tweak...then double click on the backed up registry file and everything reverts back to original as it was.

No comments:

Related Posts