Wednesday 28 August 2013

Clearing the Browser History using .bat file

Copy the following code and put into  notepad and save it as Any_Name,bat file

@Echo off 
echo * Cleaning History * 
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351 
echo *done* 
cls

Just double click the file. History is cleared


you can pass this bat file to QTP script so that we can clear the browser history run time

1 comment:

  1. How to Get deleted browsing History in google chrome using batch file.

    ReplyDelete