Wednesday, October 29, 2008

Speed Boot - Boot 2 Seconds Faster

Creating a script to run on shutdown that deletes the temp folder and history Decreases Boot time by 2.5 seconds.

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 file and then rename is something like deltemp.bat

3) Now click Start>Run and type in gpedit.msc
Go to --->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

Please Note in RD /S /q "C:\Documents and Settings\"UserName without quotes"\Local Settings\History"

"UserName without quotes" is Your Account Name, if you dont know ,just click on My computer
Under Files Stored on This Computer you will find Shared documents and Another Folder xxxxx's documents
where xxxxx is ur Account name.

No comments:

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...