Last active
January 27, 2018 05:37
-
-
Save lucascantor/80867e88f7996a38e23b02f5b4638c96 to your computer and use it in GitHub Desktop.
Restart Windows without needing to unlock BitLocker on next boot only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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