Skip to content

Instantly share code, notes, and snippets.

@dlnilsson
Last active February 2, 2018 08:20
Show Gist options
  • Save dlnilsson/74eb2b855a6d9f7bc60fbc7ff6008b82 to your computer and use it in GitHub Desktop.
Save dlnilsson/74eb2b855a6d9f7bc60fbc7ff6008b82 to your computer and use it in GitHub Desktop.
#windows Windows 10 shutdown prompt (Alt+F4)
(new ActiveXObject("Shell.Application")).ShutdownWindows();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment