MASTER TUTORIAL: Make Your Windows XP Super Fast !!!

Status
Not open for further replies.

caleb

Ambassador of Buzz
Neat stuff Vishal...I've stored this page in favourites...rep'd you...keep up the great work u r doing.
 

spirit

Right off the assembly line
HI Vishal Gupta i like ur tutorial on how to make the window Xp to performe faster , anyway this is my 1st post cause i just enter the forum yesterday and i try out ur tutorial and it is very good but it has a side effect on my pc like the sharing folder disable and the code for this Windows Registry Editor Version 5.00 it there a way to unload all back to normal ...need help pls .... not that your tutorial is not good but it just im still a newbie and i still need to do some research b4 i start to use your tutorial
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
1. Code to get back the Sharing folders:

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]

2. Code to revert back the changes:

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\Directory\Shell\DosHere]
@="Command &Prompt Here"

[-HKEY_CLASSES_ROOT\Drive\Shell\DosHere]
@="Command &Prompt Here"

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000000

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

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000000
"ClearRecentDocsOnExit"=dword:00000000
"NoRecentDocsHistory"=hex:00,00,00,00
"LinkResolveIgnoreLinkInfo"=dword:00000000
"NoResolveSearch"=dword:00000000
"NoResolveTrack"=dword:00000000
"NoInternetOpenWith"=dword:00000000

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

spirit

Right off the assembly line
thx for the code Vishal Gupta
i think i should learn more 1st b4 using ur tutorial anyway thx
 

Ron

||uLtiMaTE WinNER||
Hey buddy..........
How to add the following in the Windows Registry Version 5.0..........

IE Download Limit
This is to increase the the number of max downloads to 10.
1. Start Registry Editor (Regedt32.exe).
2. Locate the following key in the registry:
HKEY_CURRENT_USER\Software\m*cro$oft\Windows\Curre ntVersion\Internet Settings
3. On the Edit menu, click Add Value (a dword) , and then add the following registry values:
"MaxConnectionsPer1_0Server"=Dword:0000000a "MaxConnectionsPerServer"=Dword:0000000a
4. Quit Registry Editor.

And
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d


I got the codes long time back..........are the codes correct?
thnks in Advance
 

Ron

||uLtiMaTE WinNER||
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]
@=hex(2):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\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
"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]
Hey buddy..........
I want to write all the given codes in notepad in the above format like urs in ..............

The Codes are

IE Download Limit
This is to increase the the number of max downloads to 10.
1. Start Registry Editor (Regedt32.exe).
2. Locate the following key in the registry:
HKEY_CURRENT_USER\Software\m*cro$oft\Windows\Curre ntVersion\Internet Settings
3. On the Edit menu, click Add Value (a dword) , and then add the following registry values:
"MaxConnectionsPer1_0Server"=Dword:0000000a "MaxConnectionsPerServer"=Dword:0000000a
4. Quit Registry Editor.

And
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d


I got the codes long time back..........are the codes correct?
thnks in Advance
 

hidayath7

Broken In
Hi vishal thanku

Hi vishal u r a great man realli i like u very much i was struggling to change the text in windows xp on strartup instead of welcome i want to put my name thanku for u u have solved my problem u r very intelligent i like u v much i want to make my friend will u b my friend.........?
thanku
Hidayath khan

thanku very much vishal guptha
from
hidayath khan
 
Last edited:

victor_rambo

हॉर्न ओके प्लीज़
Thanks a lot Vishal bro. I applied some of it and I can feel some difference at least.
Thanks a lot once again.
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
@rohan & hidayath
You both are welcome. :)

@hullap
Bumping tutorials or reviews is not a bad habit. Actually it helps new members as well as existing members who missed the tutorial/review to take a look at them and get benefited. If someone bump an old QnA thread, then its sure a bad habit. ;)
 

hidayath7

Broken In
vishal guptha

hi vishal h r u...?am ur big fan of u. i have tryed to change the text in windows xp by using hacker tools but its not working.........? so where i have doing the mistake plz let me no. i want put my name in the place of welcome plz help me out.
Hidayath
 
OP
Vishal Gupta

Vishal Gupta

Microsoft MVP
^^ Sure. Here is a description of each registry trick: ;)

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]
 

hidayath7

Broken In
how to change the welcome text

i cant change my welcome screen text i have tryed using hacker tools but i cant do it plz help me out
 
thanks vishal. Ecept around five of those, all entries looked awssome to me.
will they work if I use the reg file with comments as the one you posted ? It will be easier to backspace stuff I don't want...(I am naturally lazy since shifting to linux)
 
Status
Not open for further replies.
Top Bottom