Skip to content

Instantly share code, notes, and snippets.

@lucascantor
Last active January 27, 2018 05:37
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 lucascantor/80867e88f7996a38e23b02f5b4638c96 to your computer and use it in GitHub Desktop.
Save lucascantor/80867e88f7996a38e23b02f5b4638c96 to your computer and use it in GitHub Desktop.
Restart Windows without needing to unlock BitLocker on next boot only
PowerShell -Command "Suspend-BitLocker -MountPoint "C:" -RebootCount 1"
shutdown /r /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment