lecherodecorazon and 18 unknown users

 Word :   Username :  
 
Bottom
Author
 Thread :

MASTER TUTORIAL: Make Your Windows Super Fast

 
n°8331
vishal gupta
Profil: Penguin
Avatar
profil
Posted on 11-24-2007 at 10:05:39 AM  
 

Guys!

 

This tutorial is meant for increasing the performance of Windows XP, either it can be a fresh installed windows or an old windows. :smile:
Actually these r some tips/tricks, which I always apply whenever I do a fresh installation of windows. So here I’m sharing many of those tips-n-tricks:

 

1.) First I’ll tell some Registry tricks, which can be applied without any problem or doubt and I believe these tricks will surely help in increasing the performance of your windows. Copy the following code in Notepad, save the file with name "Vishal.reg" (including quotes) and then run the file:

 

CODEWindows 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\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\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]
2.) Right-click on Desktop and select Properties, Now in the new window goto Appearance tab and click on Effects button. Now in the new opened window uncheck the following options:

 

a.) Use the following transition effect for menus & tooltips.
b.) Show shadows under menus.
c.) Show window contents while dragging. (you may remain this option checked as I hv in my screenshot. It depends upon ur choice.)
d.) Use the following method to smooth edges of screen fonts. You may select “Standard” for this. I hv selected “Clear Type” coz I hv a TFT, it doesnt work properly for CRT monitors.

 

http://img153.imageshack.us/img153/1183/image2cj1.jpg
 
3.)
Right-click on My Computer icon on Desktop and select Properties (or press <WIN> key + <Pause/Break> key), now goto Advanced tab in new window and click on Settings button in Performance section:

 

http://img82.imageshack.us/img82/3681/image3st2.jpg
 
Now uncheck all the options in Visual Effects, but u can remain following options checked acc. to ur choice:

 

a.) Show window contents while dragging.
b.) Smooth edges of screen fonts.
c.) Use common tasks in folders (If u use the left side pane in My computer, I don’t use it.)
d.) Use drop shadows on icon labels on the desktop. (to make the desktop icons label transparent.)
e.) Use visual styles on windows and buttons. (If u use XP themes.)

 

http://img81.imageshack.us/img81/9145/image4rs5.jpg
 
4.)
Open Tools -> Folder Options and click on View tab:

 

http://img92.imageshack.us/img92/430/image5yk3.jpg
 
Now uncheck following options:

 

a.) Automatically search for network folders & printers.
b.) Display file size information in folder tips.
c.) Display simple folder view in Explorer’s Folders list.
d.) Show encrypted or compressed NTFS files in color. (I don’t use this option.)
e.) Show pop-up description for folder and desktop icons.
f.) Use simple file sharing.
 
Other remaining options are totally based upon user’s requirements, they usually don’t affect the performance! So u can enable/disable them acc. to ur requirements.
 
5.)
Right-click on My Computer icon on Desktop and select Manage. Now goto Services & Applications -> Services. Here you can set many services to Manual, which u don’t want to start as soon as the windows starts. Following is a thread, in which I posted a small tutorial for knowing about which service should be set to MANUAL and which should be set to AUTOMATIC:

 

Windows XP Services that can be Safely set to MANUAL

 

6.) Start -> Run and type msconfig, now goto Startup tab and uncheck the entries, which u don’t want to start automatically with the windows, like u can get display settings utility entry there, and many more.

 

7.) Open Sound & Audio Devices in Control Panel (or type mmsys.cpl in RUN), goto Sounds tab and select No Sounds in Sound Scheme section. Or u can remain some of ur favorite sounds there but set Exit Windows, Start Windows, Windows Logoff, Windows Logon to (None).

 

8.) For more options/tips-n-tricks for better performance, u can use TweakUI, Tuneup Utilities 2006 and gpedit.msc (Windows XP Professional built-in tool)!

answer
mood
GoogleAds
profil
Posted on 11-24-2007 at 10:05:39 AM  
 

answer
n°8357
vishal gupta
Profil: Penguin
Avatar
profil
Posted on 11-28-2007 at 12:15:08 PM  
 

Not a single reply yet???

answer
n°8359
poiru
Profil: Moderator
Avatar
profil
Posted on 11-28-2007 at 01:31:01 PM  
 

Well I'll post then..
Like it, but it would be nice in the Vishal.reg section to know what the registry file actually changes..

answer
n°8360
vishal gupta
Profil: Penguin
Avatar
profil
Posted on 11-28-2007 at 01:48:34 PM  
 

^^ Thanks buddy. Here is a small description of each registry trick mentioned above: :smile:

 
Quote :

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 "Command Prompt Here" in context menu of folders:
[HKEY_CLASSES_ROOT\Directory\Shell\DosHere]
@="Command &Prompt Here"

 

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

 

Add "Command Prompt Here" in context menu of drives:
[HKEY_CLASSES_ROOT\Drive\Shell\DosHere]
@="Command &Prompt Here"

 

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

 

Remove "Shortcut to..." Prefix on Shortcuts:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"Link"=hex:00,00,00,00

 

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

 

Doesnt store recent documents history:
"NoRecentDocsHistory"=hex:01,00,00,00

 

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 Hope I cleared all things. :wink:

answer
n°8362
poiru
Profil: Moderator
Avatar
profil
Posted on 11-28-2007 at 01:53:48 PM  
 

Yeah, thanks :smile:

answer
n°8367
Cerberus1991
Profil: Big Penguin
Avatar
profil
Posted on 11-29-2007 at 12:00:08 AM  
 

Nice,
Will this work on Vista?

answer
n°8368
Didas
le soleil se lève avant moi, je me couche après lu
Profil: God of Penguins
Avatar
profil
Posted on 11-29-2007 at 03:13:57 AM  
 

Cerberus & Vishal Gupta :ar: please read the forum rules, your two signatures are too big :wink:

answer
n°8370
vishal gupta
Profil: Penguin
Avatar
profil
Posted on 11-29-2007 at 09:19:47 AM  
 

Oops. Sorry. I have changed the image in my signature. I hope now its OK. :smile:

 

@Cerberus
Almost every tweak will work in Vista too. :wink:

answer
n°8372
Didas
le soleil se lève avant moi, je me couche après lu
Profil: God of Penguins
Avatar
profil
Posted on 11-29-2007 at 02:08:00 PM  
 

vishal gupta wrote :

Oops. Sorry. I have changed the image in my signature. I hope now its OK. :smile:


nearly! :^^:

 

320x80 maximum allowed :oui:

answer
n°8373
vishal gupta
Profil: Penguin
Avatar
profil
Posted on 11-29-2007 at 04:35:07 PM  
 

Haha. Now its perfect. I have resized it again. :biggrin:

answer
n°8374
Cerberus1991
Profil: Big Penguin
Avatar
profil
Posted on 11-29-2007 at 05:16:33 PM  
 

@Didas: sorry didas
@Vishal Gupta: I tried the tweaks out and i thank you for them, they work great. :smile:

answer
n°8386
dubsman35
Profil: New Penguin
Avatar
profil
Posted on 11-30-2007 at 11:29:26 PM  
 

hey, i have vista. i have run the "Vishal.reg" file, now who do i find the apperence and effects settings?

answer
n°8387
Cerberus1991
Profil: Big Penguin
Avatar
profil
Posted on 11-30-2007 at 11:52:35 PM  
 

Start -> Computer -> System Properties -> Advanced System Settings -> Advanced Tab -> Settings in Performance Area

answer
n°8473
TheVestel
PHP Programmer
Profil: Big Penguin
Avatar
profil
Posted on 12-06-2007 at 07:52:05 PM  
 

Is there no other option to make Windows faster, because it can be dangerous to change the register for new members  :caution:

answer
n°8474
vishal gupta
Profil: Penguin
Avatar
profil
Posted on 12-06-2007 at 08:58:40 PM  
 

^^ The registry code is absolutely safe and has been tested by me. :wink:

answer
n°8496
TheVestel
PHP Programmer
Profil: Big Penguin
Avatar
profil
Posted on 12-08-2007 at 01:10:07 PM  
 

Oke, then it will be safe  :cool:

answer
n°8872
rhyguy
Profil: New Penguin
Avatar
profil
Posted on 01-09-2008 at 11:44:21 PM  
 

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

 

can you restore those settings to normal?? none of my apps save settings sice i started using this

 

or how do you make the time before the computer kills all the  apps before logoff?

answer
n°8876
vishal gupta
Profil: Penguin
Avatar
profil
Posted on 01-10-2008 at 09:41:25 AM  
 

^^ The mentioned code has nothing to do with saving settings. Its only to make menus, etc fast. Anyway following is the restore code:

 

CODEWindows Registry Editor Version 5.00

 

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

answer

Go to:
Add a reply