Skip to content

Instantly share code, notes, and snippets.

@rivernate
Last active March 19, 2017 17:39
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 rivernate/37efb7508629bfec313710f2ca07ecea to your computer and use it in GitHub Desktop.
Save rivernate/37efb7508629bfec313710f2ca07ecea to your computer and use it in GitHub Desktop.
reboot to other linux
@echo off
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit)
bcdedit /set {fwbootmgr} bootsequence {uuid}
shutdown /r /t 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment