Browse Source

First edition

Toshiki Higa 1 month ago
parent
commit
0733ea9c92
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Resume_BitLocker.bat

+ 7
- 0
Resume_BitLocker.bat View File

@@ -0,0 +1,7 @@
1
+@echo off
2
+echo Re-enabling BitLocker...
3
+manage-bde -protectors -enable C:
4
+echo.
5
+echo Status:
6
+manage-bde -status C:
7
+pause

Loading…
Cancel
Save