Skip to content

Instantly share code, notes, and snippets.

@mvolfik
Created December 7, 2018 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvolfik/b002d6c164dcc062a7fee835735dbd1d to your computer and use it in GitHub Desktop.
Save mvolfik/b002d6c164dcc062a7fee835735dbd1d to your computer and use it in GitHub Desktop.
Make computer look updating
Dim objShell, strPath1, strAttr1
Set objShell = CreateObject ("WScript.Shell")
strPath1 = """C:\Program Files (x86)\Mozilla Firefox\firefox.exe"""
strAttr1 = "-P default geekprank.com/win10-update/"
objShell.Run strPath1 & strAttr1
WScript.sleep 1500
objshell.sendkeys "{F11}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment