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.
Subscribe to:
Post Comments (Atom)
-
This video tutorial demonstrates how to easily setup your Raspberry Pi as Android TV A big shout out to KonstaKang for providing a modified ...
-
This video demonstrates how to run Windows XP on Single board computers like RaspberryPi, TinkerBoard etc. Follow commands below to boot the...
-
How to modify BCD when installing a previous version of Windows onto a computer running Windows Vista Installing an earlier operating system...
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...
No comments:
Post a Comment