Thursday, October 17, 2013

Make your Windows faster

 optimize your system performance

 1. Open up Notepad.
2. Copy the following code and paste it in notepad.

 Windows Registry Editor Version 5.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_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"MenuShowDelay"="8"
"WaitToKillAppTimeout"="2000"
"LowLevelHooksTimeout"="1000"

[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseHoverTime"="8"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"LinkResolveIgnoreLinkInfo"=dword:00000001
"NoResolveSearch"=dword:00000001
"NoResolveTrack"=dword:00000001
"NoInternetOpenWith"=dword:00000001

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

Then save it in .reg extension. 

For example, save it as Registry Tweaks to Make Windows Faster.reg

 4. Double click the saved file and click Yes if prompted.
 
5. DONE!  
 Restart your system to take effect and get ready to experience super fast Windows. 

This Registry script can be used in Windows XP, Windows Vista, Windows 7 and Windows 8 without any problem.

If you are worried what this registry script is going to do in your system, here is a description of all the tweaks included in the file:
 Adds "Copy To" and "Move To" options in files and folders context menu, so that you can easily copy and move them to other locations.Sets Windows to automatically end task of programs which are either hanged or taking longer time than expected to exit.
    Decreases menus show delay time, it'll make the menus show faster upon clicking.
    Reduces popup delay time to show popup description faster when you move mouse cursor over an item.
    Disables the low disk space check so that you don't get the annoying low disk space notification in system tray.
    Sets Windows to not waste time in searching for a program which no longer exists in your system when you try to open its shortcut.
    Disables "Search on Internet" prompt in "Open with" window so that you can directly see available programs list.
Now if you are satisfied with the above description, feel free to apply the script. We assure you it'll not harm your system in any way and its completely safe to apply.
Just copy following code and paste it in Notepad. Save the file with the name "Tweaks.reg" (including quotes) and then run the file. It'll ask for confirmation, accept it:
 

If you want to Restore Default Settings then use this registry.

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]

[-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"=-
"HungAppTimeout"=-
"MenuShowDelay"="400"
"WaitToKillAppTimeout"=-
"LowLevelHooksTimeout"=-

[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseHoverTime"="400"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=-
"LinkResolveIgnoreLinkInfo"=-
"NoResolveSearch"=-
"NoResolveTrack"=-
"NoInternetOpenWith"=-

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

save it as Restore Default Settings.reg
 4. Double click the saved file and click Yes if prompted.

5. DONE!

No comments:

Post a Comment