Unlock flere Bitlocker diske på een gang?

2025/01 21 16:01

Kør PowerShell som administator.
Paste og kør nedenstående:
$key = Read-Host 'Enter Bitlocker Password!' -AsSecureString
Unlock-Bitlocker -MountPoint "E:" -Password $key
Unlock-Bitlocker -MountPoint "F:" -Password $key
Unlock-Bitlocker -MountPoint "G:" -Password $key
Unlock-Bitlocker -MountPoint "H:" -Password $key
Unlock-Bitlocker -MountPoint "I:" -Password $key

Svar

Velkommen (Skift)

(påkrævet)