Thursday, May 5, 2022

Refresh in windows 10 with vb script

 Create refresh.vbs file

Paste the below code:-

Set ws = CreateObject("wscript.shell")

    ws.sendkeys "{F5}"


No comments:

Post a Comment