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
Comments
Comment #1
(Posted by an unknown user) Rating
The following line is a good one to add to Your list:
del c:windowsprefetchntosboot-*.* /q
Comment #2
(Posted by an unknown user) Rating
Saved me 4 seconds :)
Comment #3
(Posted by an unknown user) Rating
Another:
RD /S /q "C:WindowsTemp"
Comment #4
(Posted by an unknown user) Rating
this will not work on xp home
Comment #5
(Posted by an unknown user) Rating
I typed gedit.msc and my computer couldn't find the file!!
Comment #6
(Posted by an unknown user) Rating
"Comment #4 (Posted by an unknown user)
Rating
I typed gedit.msc and my computer couldn't find the file!!"
...
Adding this so the people who take this unknowingly realize that they're deleting their browser history.