see here
more to follow
Useful links, tidbits, and other real world info. Plus assorted thoughts and opinions on this world.
Friday, October 24, 2008
Thursday, October 23, 2008
As a reminder to all my clients......:)
Friday, October 10, 2008
Bookmark:Delete IE7 History From the Command Line
@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
Subscribe to:
Posts (Atom)
