Skip to content

Instantly share code, notes, and snippets.

@cuahutli
Last active May 3, 2018 19:03
Show Gist options
  • Save cuahutli/e3b57c5957c4a674c851cf5caa5d99b6 to your computer and use it in GitHub Desktop.
Save cuahutli/e3b57c5957c4a674c851cf5caa5d99b6 to your computer and use it in GitHub Desktop.
Open url in chrome with fullscreen mode
start /B wscript "run.vbs"
Set oShell = CreateObject("WScript.Shell")
oShell.Run("chrome.exe https://uscit.me --new-window")
WScript.Sleep 500
oShell.SendKeys "{F11}"
@cuahutli
Copy link
Author

cuahutli commented May 3, 2018

  1. Create run.bat and run.vbs at the same path.
  2. double-click (or run) run.bat
  3. and voila open the url in chrome with fullscreen mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment