Comments
Item
Speed Boot - Shave 2 Seconds
Published 3/17/2003 in Windows XP Performance Tweaks by TweakXP Member with 20,364 views

I found that creating a script to run on shutdown that deletes the temp folder and history shaved 2.5 seconds on my boot time, down do 10.5 secs.

Create a batch file by doing the following:

1) Open notepad and enter the following lines:

RD /S /q "C:\Documents and Settings\"UserName without quotes"\Local Settings\History"
RD /S /q "C:\Documents and Settings\Default User\Local Settings\History"
RD /S /q "D:\Temp\" <--"Deletes temp folder, type in the location of your temp folder"

2) Save the fily and then rename is something like deltemp.bat

3) Now click Start, Run and type in gpedit.msc --->Computer Configuration --->Windows Settings --->Scripts and double click on Shutdown --->Click Add and find the batch file you created and press ok to set the script

Tweak worked wonders for me, hope it works well for you.

Cheers

 
Free Computer Magazines
eWeek, RCR Wireless, Information Week, Business Week, Many More Free Magazines!

 
Comments
Wolfdeck
Should the following be set to D or to C?
If D - can't find it...
-->RD /S /q "D:\Temp\" <--"Deletes temp folder, type in the location of your temp folder"
298 days ago
prabit
2) Save the fily and then rename is something like deltemp.bat
file spelling mistake
195 days ago
Xp
I think you need there write C:/windows/temp
183 days ago
someone
lol, right. k, so maybe it saves a meesly 2.5 seconds on startup, but probably takes 5 extra seconds or more before shutdown.
114 days ago
 
Post a Comment

Name  

E-Mail  (Not Published)

URL