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