Vishal Gupta Posted February 4, 2008 Share Posted February 4, 2008 So you are using Windows Vista and feel that its slower than Windows XP? Then you have come to the right place. Following tutorial will help you in tweaking your Windows Vista to the max and you'll feel a significant improvement in your system performance. So without wasting any time lets start: 1. Following code contains a few registry modifications, which are completely safe and can increase the performance of Windows Vista. Just paste following code in Notepad, save the file with name "Vishal.reg" (including quotes) and then run it: 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_CLASSES_ROOT\Drive\shell\cmd] "Extended"=- [HKEY_CLASSES_ROOT\Directory\shell\cmd] "Extended"=- [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 "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] 2. Right-click on My Computer icon on Desktop and select Properties (or press <WIN> key + <Pause/Break> key), click on Advanced system settings link in left side pane (You can also open it by typing sysdm.cpl in RUN or start menu search box and press Enter). Now click on Settings button in Performance section: Now disable all unnecessary options in Visual Effects tab, you can remain following options enabled according to your requirements: Enable desktop composition (If you want to use Windows Aero theme) Enable transparent glass (If you want to use transparency in Windows) Show preview and filters in folder (If you use Details Pane in Explorer) Show thumbnails instead of icons (If you want to show thumbnails in Explorer) Show window contents while dragging (If you want windows to show content while moving them) Smooth edges of screen fonts (If you want to show smooth fonts) Use drop shadows for icon labels on the desktop (If you want to show shadows under desktop icon labels) Use visual styles on windows and buttons (If you want to use Windows Aero or Basic theme.) 3. Open Folder Options and click on View tab: Now disable following options: Display file size information in folder tips. Display simple folder view in Navigation pane. Hide extensions for known file types. Show encrypted or compressed NTFS files in color. Show pop-up description for folder and desktop items. Other options don't affect the system performance. You can enable/disable them according to your requirements. 4. Right-click on My Computer icon on Desktop and select Manage (You can also open it by typing services.msc in RUN or start menu search box and press Enter). Now goto Services & Applications -> Services. Here you can set a few unnecessary services to Manual, which will not start with windows and will decrease the boot time and will increase system performance. Please follow the following tutorial to know about which services can be safely set to MANUAL: Windows Vista Services that can be Safely set to MANUAL 5. Type msconfig in RUN or Startmenu search box and press Enter. Now goto Startup tab and deselect the unnecessary entries, which you don't want to start automatically with Windows, e.g. you can disable VGA driver utility, Sound Card utility, etc to speed up the startup time and to increase system performance. You can also disable these items using Windows Defender. Open Windows Defender and click on Tools and then click on "Software Explorer". 6. Open Sound in Control Panel (or type mmsys.cpl in RUN or Startmenu search box and press Enter), goto Sounds tab and select No Sounds in Sound Scheme section. Or you can remain some of your favorite sounds but set Exit Windows, Windows Logoff, Windows Logon and Start Navigation to (None). 7. At last I'll advise to defrag the HDD regularly, install only necessary software, use the latest drivers and keep your Windows updated. =================================== Following is a description of all above mentioned registry codes: Adds "Copy To" option in context menu:[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}" Adds "Move To" option in context menu: [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}" Add "Open Command Window Here" in context menu of folders: [HKEY_CLASSES_ROOT\Directory\shell\cmd] "Extended"=- Add "Open Command Window Here" in context menu of drives: [HKEY_CLASSES_ROOT\Drive\shell\cmd] "Extended"=- Enable Statusbar in Notepad: [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "StatusBar"=dword:00000001 Enable "Word Wrap" feature in Notepad: [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "fWrap"=dword:00000001 Following tweaks helps in making the shutting down process faster: [HKEY_CURRENT_USER\Control Panel\Desktop] Automatically End Task of Hung application: "AutoEndTasks"="1" Specify the Response Time for Hung Applications: "HungAppTimeout"="1000" Makes the menu opening faster: "MenuShowDelay"="8" Specify the time to wait before ending task of hung application: "WaitToKillAppTimeout"="2000" Setting a low value (in milliseconds) means that if the hooked program does not respond within timeout period, one that has set the hook would not become unstable or go in infinite wait but would kill itself saving windows resources and improving performance. "LowLevelHooksTimeout"="1000" Following tweaks makes system faster: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] Don't prompt that you are on low disk space: "NoLowDiskSpaceChecks"=dword:00000001 Clear recent documents/applications history while exiting windows: "ClearRecentDocsOnExit"=dword:00000001 Disable Automatic Network Shortcut Resolution: "LinkResolveIgnoreLinkInfo"=dword:00000001 Disable Comprehensive Search for Broken Shortcuts: "NoResolveSearch"=dword:00000001 Disable Tracking of Broken Shortcut Links: "NoResolveTrack"=dword:00000001 Doesnt prompt you to search the required application on Internet, when you select "Open With" for opening a file: "NoInternetOpenWith"=dword:00000001 Speed up shutdown: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="2000" Speed up Network Browsing by removing Network Scheduled Tasks: [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer] Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/ Share on other sites More sharing options...
BGM Posted February 4, 2008 Share Posted February 4, 2008 nice guide.. ill have a play when i get home :) Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589183893 Share on other sites More sharing options...
johncena001 Posted February 4, 2008 Share Posted February 4, 2008 Will try it out Good guide! +1 Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589183898 Share on other sites More sharing options...
Vishal Gupta Posted February 4, 2008 Author Share Posted February 4, 2008 Thank you guys. :) Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589183933 Share on other sites More sharing options...
TheTempestSonata Posted February 4, 2008 Share Posted February 4, 2008 very very nice :) Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589183936 Share on other sites More sharing options...
RedDevil99 Posted February 6, 2008 Share Posted February 6, 2008 Nice work, ill give it a go when I get home Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589189363 Share on other sites More sharing options...
Vishal Gupta Posted February 6, 2008 Author Share Posted February 6, 2008 Thanks to both of you. :) Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190210 Share on other sites More sharing options...
Thrawn Posted February 6, 2008 Share Posted February 6, 2008 It's really not worth doing any of this. I can't imagine significantly better performance through these very minor tweaks, and they disable a large number of very minor niceties that users might miss when their loss is combined. The only useful item is #4, and external guide to services. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190224 Share on other sites More sharing options...
primexx Posted February 6, 2008 Share Posted February 6, 2008 It's really not worth doing any of this. I can't imagine significantly better performance through these very minor tweaks, and they disable a large number of very minor niceties that users might miss when their loss is combined.The only useful item is #4, and external guide to services. yea I agree this is just another one of those "disable everything" guides that purport to be the best thing since sliced bread but really doesn't do much. And the external services guide is pretty pathetic. blackviper's guide is far superior. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190288 Share on other sites More sharing options...
Vishal Gupta Posted February 6, 2008 Author Share Posted February 6, 2008 Thanks to both of you for your so kind words. Thats really a nice way to appreciate others work. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190304 Share on other sites More sharing options...
Doli Posted February 6, 2008 Share Posted February 6, 2008 Disable "Hide extensions for known file types."? How could something as small as that make Vista faster? IE 7 feels faster in Vista to me at startup. I just looked at blackviper's guide, i like how it explains the services when you click them. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190315 Share on other sites More sharing options...
primexx Posted February 6, 2008 Share Posted February 6, 2008 (edited) Thanks to both of you for your so kind words. Thats really a nice way to appreciate others work. sorry but we get a ****load of these all the time and it's getting tiring that's all. Edited February 12, 2008 by kinetix63 Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190316 Share on other sites More sharing options...
Vishal Gupta Posted February 6, 2008 Author Share Posted February 6, 2008 ^^ Its OK. @Doli I have also included a few tweaks in this tutorial which must be applied like the one you have pointed out. It helps in rectifying malicious files in your system cause most of the times viruses make EXE files having yellow folder icons. If this option is not enabled user might get confused between normal folders and the malicious file. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190322 Share on other sites More sharing options...
Doli Posted February 6, 2008 Share Posted February 6, 2008 ^ User Account Control Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190329 Share on other sites More sharing options...
Gally Posted February 6, 2008 Share Posted February 6, 2008 (edited) Dunno, I've spent a bit of time customizing vista to suit me best and I'm quite happy with it, but you should check your power options under control panel and unless your on a laptop set it to high performance and check the plan settings. I found out that my Q6600 was running on 50% power. Also disable any Visual Effects that you don't want to leave on, I prefer to have some of them on because it looks nicer, but some stuff i would never use are eating valuable RAM. Edit: Yeah, I cant stand that UAC, disabling it was the first thing I did when I got my pc. Edited February 6, 2008 by Gally Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190331 Share on other sites More sharing options...
Linkinfamous Posted February 6, 2008 Share Posted February 6, 2008 No offense, but these tweaks will have very little, if any, speed impact on the system....And some of them are for things like turning on the notepad status bar? Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190332 Share on other sites More sharing options...
ViperAFK Posted February 6, 2008 Share Posted February 6, 2008 Oh my god a vista tweak guide that's not "Disable superfetch, Indexing, and all other usefull features" Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190335 Share on other sites More sharing options...
Andre S. Veteran Posted February 6, 2008 Veteran Share Posted February 6, 2008 Any kind of benchmark on this? Because, I left everything as defaults and I don't find my system to be sluggish or irresponsive at all. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190338 Share on other sites More sharing options...
Gally Posted February 6, 2008 Share Posted February 6, 2008 I think its aimed at people with lesser systems, which probably shouldn't be running vista anyway... Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190356 Share on other sites More sharing options...
AltecXP Posted February 6, 2008 Share Posted February 6, 2008 I appreciate the work..but I have killed every service i don't use in vista, turned off most the effects, and done nearly ever little reg tweak I can find......Vista doesn't respond to tweaks like XP does...I barely had any improvement. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589190380 Share on other sites More sharing options...
Vishal Gupta Posted February 7, 2008 Author Share Posted February 7, 2008 ^^ Thanks. :) I posted the things which I usually do in my system to speed up Windows. I also posted the same tutorial in a few other forums and got lots of positive feedbacks but here most of the ppl didnt like it. But its OK. I always welcome all kind of comments whether its appreciations or criticism. I believe in sharing and I'll keep sharing my tutorials in future. :) Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589191348 Share on other sites More sharing options...
piehouserat Posted February 7, 2008 Share Posted February 7, 2008 I also posted the same tutorial in a few other forums and got lots of positive feedbacks but here most of the ppl didnt like it. maybe that's because here on neowin members generally tend to be far more knowledgeable than on other forums... the tweaks you have detailed are misleading as they claim to improve vista performance, however, focus mainly on changing minor user preferences. for example, how would adding a shortcut to a command window in the context menu improve performance? As stated previously, vista does not respond well in terms of performance to such 'tweaks'. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589191369 Share on other sites More sharing options...
Vishal Gupta Posted February 7, 2008 Author Share Posted February 7, 2008 ^^ Yep. I understand that. Its true here members have really impressive knowledge. No doubt. ;) Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589191382 Share on other sites More sharing options...
koskoz Posted February 12, 2008 Share Posted February 12, 2008 I'm using Vista since 8 months, and I think this guide won't accelerate Vista a lot. The little tweaks about displays informations or enhancement will only work if your computer isn't enough powerfull, but for a recent computer that's useless. I've already tried to desactivate some Vista services, but there are pretty essential if you want a Vista and not a XP instead. In my opinion, we can't do a lot if we want to have faster Vista. Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589202666 Share on other sites More sharing options...
Lt-DavidW Posted February 12, 2008 Share Posted February 12, 2008 sorry but we get a ****load of these all the time and it's getting tiring that's all. Hmm, how come the swear filter didn't pick that one up? Link to comment https://www.neowin.net/forum/topic/617729-master-tutorial-make-your-windows-vista-super-fast/#findComment-589202696 Share on other sites More sharing options...
Recommended Posts