MASTER TUTORIAL: Make Your Windows VISTA Super Fast

Status
Not open for further replies.

Vishal Gupta

Microsoft MVP
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:

Code:
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:

*img225.imageshack.us/img225/8734/advancedjc2.pngNow 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.)
*img88.imageshack.us/img88/7117/performanceua4.png

3.
Open Folder Options and click on View tab:

*img144.imageshack.us/img144/9962/folderoptionsue2.png

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.
After following all above mentioned points, you'll see a big improvement in your Windows Vista performance. If you want to tweak more, then you can use 3rd party tools which are listed here:

Windows Vista Tweaking Software List

8.
At last I'll advise to defrag the HDD regularly, install only necessary software, use the latest drivers and keep your Windows updated.
 
Last edited:

max_demon

IM AS MAD AS HELL!!
thanks Vishal You Rock . i recently had a hard format of my system . so i was thinking of installing vista . but there r another option as XP , 98 , Leopord , Ubuntu 7.10 , vista , Windows 7 .

can u tell me which is the best as i have only these OSes
 

s18000rpm

ಠ_ಠ
Thanks again :))

btw regarding 1st point, why not upload it as a .reg file itself, would be much more safer :))
say if some user does something wrong when copy-pasting / "saving as"... he might come here & whine :D.
you get my point. right?
 
Thanks again :))

btw regarding 1st point, why not upload it as a .reg file itself, would be much more safer :))
say if some user does something wrong when copy-pasting / "saving as"... he might come here & whine :D.
you get my point. right?
and also please inform what it does.
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
Thank you so much guys for your comments. :)

Thanks again :))

btw regarding 1st point, why not upload it as a .reg file itself, would be much more safer :))
say if some user does something wrong when copy-pasting / "saving as"... he might come here & whine :D.
you get my point. right?
Yeah. I can understand but I never attach .REG files cause lots of ppl are scared with registry files and they think that .REG files can harm their systems. ;)

and also please inform what it does.
Of course. Here is a description of all 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]

I think the reg file provides admin access to the system for Vishal Gupta :D
lol. :D
 

ring_wraith

=--=l33t=--=
thanks Vishal You Rock . i recently had a hard format of my system . so i was thinking of installing vista . but there r another option as XP , 98 , Leopord , Ubuntu 7.10 , vista , Windows 7 .

can u tell me which is the best as i have only these OSes

Leopard is illegal for anything other than Macs! ;)

Great tut man! No offense but did you come up with the reg tweaks or did you get is some where else?
 

iMav

The Devil's Advocate
Great tut man! No offense but did you come up with the reg tweaks or did you get is some where else?
did u really ask this question :shock: some one asked vishal about registry tweaks :lol:

PS: he is our in-house windows guru (he eats windows registry for breakfast; lunch; dinner and with tea/coffee)

o and yeah needless to say great compilation guruji
 

infra_red_dude

Wire muncher!
^^^ +1! Vishal I think you should code a Modular Windows tweaking program. I haf no doubts that it will leave all those existing tweaking programs behind... faaaaar faaaaaaaaar behind! :)
 
did u really ask this question :shock: some one asked vishal about registry tweaks :lol:

PS: he is our in-house windows guru (he eats windows registry for breakfast; lunch; dinner and with tea/coffee)

o and yeah needless to say great compilation guruji
I think VG must also stand for Vista Guruji *gigasmilies.googlepages.com/35.gif*gigasmilies.googlepages.com/77.gif*gigasmilies.googlepages.com/111.gif
 

infra_red_dude

Wire muncher!
I think VG must also stand for Vista Guruji *gigasmilies.googlepages.com/35.gif*gigasmilies.googlepages.com/77.gif*gigasmilies.googlepages.com/111.gif
+1. But Vishal was your name Xishal before??? Coz then you were XG = XP Guruji!! :))

Seriously pal, you should write a book and I can assure you one thing that I'd do all I can in spreading awareness about that book!! Thing is all of us may know one or two tweaks here and there but may not remember everything. A central tweak repo (book) is the way to go!! :)

I request Team DIGIT to contact Vishal for bringing out a Fast Track on Windows Tweaks (for both XP and Vista users).
 
Status
Not open for further replies.
Top Bottom