Delete Browsing History for IE7 By Using Command Prompt
If you want to create a batch file to clean up your computer by clearing your browsing history, temporary internet files, computer tracks, unused files, or password saved, you might probably find the commands below useful. Add them to your batch files if you want to create one and you can speed up your cleansing process with it even though you are not running Internet Explorer.
Delete Cookies Code:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
Delete History Code:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
Delete Data Code
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
Delete Passwords Code
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
Delete All Code
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
Delete All - “Also delete files and settings stored by add-ons” Code
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
Share and contribute or get technical support and help at My Digital Life Forums.
Related Articles
- Remove and Delete Some URL Entries from Address Bar History of FireFox and Internet Explorer
- Comprehensive List of Command Prompt Keyboard Accelerators (Shortcut Keys)
- Delete and Clear Internet Explorer Address Bar History
- Add Open Command Window Here to XP Folder with PowerToy
- Reveal and Access to Windows Vista Hidden Context-Sensitive (Right Click) Menu Item - Open Command Prompt Here & Copy as Path
- How to Open Elevated Command Prompt with Administrator Privileges in Windows Vista
- Open Elevated Command Prompt Window Here as Administrator at Current Folder Directly in Vista Windows Explorer
- Run Command Prompt Window as Administrator by Right Click Computer in Vista
- How to Fully Maximize Command Prompt Window in Vista
- Upload (mput) and Download (mget) Multiple Files Automatically in FTP Transfer
































