Copy the following info to a notepad file except save it as clear.bat
Place it in your start up and it will clear all temp internet files and your recent documents on boot.(Wont do Cookies properly though...any help????)
@echo on
cd C:\Winnt\Tempor~1
del /s/q *.txt
del /s/q *.*
cd C:\docume~1\YOURUSERNAME\recent
del /s *.lnk
cd C:\docume~1\YOURUSERNAME\cookies
del /s *.txt
You wont need explorer then....
hope this Helps
David
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.