Protected by Copyscape
Powered By Blogger

Friday, January 17, 2020

How to clear temporary files using VBS

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.

No comments: