Explorar el Código

First edition

Toshiki Higa hace 1 mes
padre
commit
0733ea9c92
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      Resume_BitLocker.bat

+ 7
- 0
Resume_BitLocker.bat Ver fichero

@@ -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…
Cancelar
Guardar