Make shortcut to clear IE7 history and Temp files
Want to make a link that allows you to delete all personal information from IE7? Using a good trick is very easy to call the API is that the dialog box
Delete Browsing History in IE7 uses to clear temporary Internet files, cookies, history, form data, and stored passwords. Follow these steps to create a shortcut that eliminates all these items or just a specific item:
- Right click on your desktop and select New and then Shortcut.
- For the location of the item, enter one of these values:
- Clear Temporary Internet Files:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 - Clear Cookies:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 - Clear History:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 - Clear Form Data:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 - Clear Saved Passwords:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 - Delete All:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 - Delete All w/Clear Add-ons Settings:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
- Clear Temporary Internet Files:
- Once you have entered in the command in the location box hit Next.
- Type in a name and hit Enter.
Sharing is sexy
0 comments for this post
Leave a reply