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