@ECHO OFF
ECHO Deleting current user's Temporary Files, Cookies, History, Form Data and Stored Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
ECHO Done!
PAUSE
CLS
Useful links, tidbits, and other real world info. Plus assorted thoughts and opinions on this world.
Friday, October 10, 2008
Bookmark:Delete IE7 History From the Command Line
Subscribe to:
Post Comments (Atom)
2 comments:
If you want to manually delete the websites you have visited from the address bar then do the following:
1. Press start->Run
2. Type in regedit.
3. Go to the following regedit path:
HEKY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLS
Delete values you don't want to keep.
Or
Run a program like SecureWindows from PC-Kitchen:
http://www.pc-kitchen.com
http://bantalsilikon01.blogspot.com
aaabb
aaaaaaaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbbbbbbb
Post a Comment