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
@Echo off
echo * Cleaning History *
RunDll32.exe InetCpl.cpl,
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
How to Get deleted browsing History in google chrome using batch file.
ReplyDelete