dirty fix
This commit is contained in:
@ -6,3 +6,5 @@ Get-Content C:\Scripts\Secrets\unlockusb.txt | Where-Object {$_.length -gt 0} |
|
||||
$SecureString = ConvertTo-SecureString $mystring -AsPlainText -Force
|
||||
Unlock-BitLocker -MountPoint "Z:" -Password $SecureString
|
||||
|
||||
#### in unlockucb.txt put below
|
||||
### mystring=xxxxx
|
||||
Reference in New Issue
Block a user