On Error Resume Next
Dim objWsh
Set objWsh=CreateObject("WScript.Shell")
objWsh.Run "RunDll32.exe InetCpl.Cpl,ClearMyTracksByProcess 8"
Set objWsh=Nothing
Please save this code in notepad with .vbs extension and save under the available drive in your system and then access the saved file and then it will clear all the temporary files.
Dim objWsh
Set objWsh=CreateObject("WScript.Shell")
objWsh.Run "RunDll32.exe InetCpl.Cpl,ClearMyTracksByProcess 8"
Set objWsh=Nothing
Please save this code in notepad with .vbs extension and save under the available drive in your system and then access the saved file and then it will clear all the temporary files.
No comments:
Post a Comment