Refresh utility























hello friends
we all are mostly familiar with windows operating system and before starting any work on that we firstly refreshes our system by pressing F5 key....
so an idea has struck in my mind that y not i make a utility which automatically refreshes our system 90 times or more on just one click...so i just simply call F5 key by vbs and applied the loop to a desired times
here is the script:-

Set shell = CreateObject("WScript.Shell")
shell.SendKeys "{F5}"

what you have to do is:-

  • put a loop of vb
  • give condition to the loop for no. of times u have to refresh
  • finally save this code as any name with extension .vbs

now execute it and enjoy refreshing easily........


|

0 comments:

Post a Comment