We here at AskVG always try our best to share useful Registry tweaks and tips to make your Windows faster and user friendly. We have posted several guides to add extra functionality to Windows as well as to customize Windows UI and built-in features. You can read these interesting articles in our popular articles page.
Many times readers request us to post an ultimate registry script which can automatically tweak Windows settings so that they don't need to modify Registry manually.
That's why, today in this topic we are going to share an exclusive Registry script which will tweak a few internal settings of Windows OS to optimize your system performance and to add a few extra features.
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:
Windows Registry Editor Version 5.00
;Created by Vishal Gupta for AskVG.com
[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"
At last restart your system to take effect and get ready to experience super fast Windows.
PS: If you don't want to create the REG file manually, you can download a ready-made Registry script using following link. Download the ZIP file, extract it and you'll get the REG file:
Download Registry Tweaks to Make Windows Faster
Posted by: Vishal Gupta | Categories: Windows 7, Windows 8, Windows Vista, Windows XP
singh
its nice yaar vvvvvvvvvvvvvvvvvvvvvvery good
Riddle
@VG
The 'NoInternetOpenWith' value works on XP, Vista, and 7, but is there one that works to get rid of this similar window on Windows 8 Open with dialog, so you don't have to click More options?
i.imgur.com/gx1YA.png
VG
^^ I'm getting the same behavior in Windows 8 as it was in Windows 7 and previous versions. When the open with box is opened, it shows installed programs list and then clicking on more options, browse dialog box is opened to select other program. The same thing happens in previous Windows versions.
vikas
good..... but why doesn't the date get displayed on the comments in your this page??
Jack P. Watson
Mr. Gupta
I am told that the LNK extension does not appear even when Windows is set to show file extensions, because it is controlled by a value in the Windows Registry that is set by default to always hide the extensions of shortcuts.
I used to have WindowsXP Explorer Shotcuts shown with .lnk extensions and would like this restored.
Can you provide a registry fix which would do this? I am conversant with RegEdit.
Thank you
cuttysark55
Riddle
@ Jack P. Watson
Go to 'HKEY_CLASSES_ROOT\lnkfile' using Regedit, and then delete the 'NeverShowExt' string value.
Now log off then log back on or just restart your computer and the .lnk extension should now be shown.
VG
@Jack P. Watson
Riddle is right. "NeverShowExt" string is used by Windows to hide a few system filetype extensions. You can search for NeverShowExt in Registry and delete it from a few other places as well. Make sure to take a backup of the keys first.
Jack P. Watson
Gentlemen :
Thank you Riddle for the information. It worked perfectly.
Also thank you Vishal for the verification and additional information. I deleted all of the "NeverShowExt" entries from the Registry and walla - done.
I wanted to have a .lnk extension for Shortcuts to allow me to distinguish them from the Target of the shortcut. A CommonDialog program I am writing needs this information.
Great site
cuttysark55
too_privategirl
how to delete these Download Registry Tweaks to Make Windows Faster???
too_privategirl
please tell how to delete these Download Registry Tweaks to Make Windows Faster???
VG
^^ If you want to restore default settings, there is already an uninstallation Registry script included in the downloaded ZIP file.
Mario Morfeo
I have window xp and I cannot download Tweaks.reg
Dustin
Mario, try right-clicking on the link and selecting "Save target as..." or Save as..." and see if you can download it that way.
Brian
thanks VG, I've just bought a notebook with Windows 8 and a fixed 2GB RAM, so it was pretty mediocre in the speed department. Now it moves. tks again
Brian (Australia)
SiGanteng
thanks VG !!! :D
Mischel
nice work! keep it up! ;)
sebaz_ri
Vishal, the NoLowDiskSpaceChecks could be used as well in [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] or it should always be placed at HKEY_CURRENT_USER?
VG
^^ You can use it in any of both locations as per your requirements.