Make shortcut to clear IE7 history and Temp files

By Unknown Wednesday, June 5, 2013 0 comments
Clean IE7 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:
  1. Right click on your desktop and select New and then Shortcut.
  2. 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
     
  3. Once you have entered in the command in the location box hit Next.
  4. Type in a name and hit Enter.
When you are finished you can drag your new shortcut to the Quick Launch bar or even into the Startup folder of the Start Menu to make Windows automatically clear your history when you log in.
Sharing is sexy

Related posts

0 comments for this post

Leave a reply