Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $bytes = [System.IO.File]::ReadAllBytes("EncryptDisk.wfhd")
- $bytes[0x21] = 0x00
- $bytes = [System.IO.File]::WriteAllBytes("EncryptDisk.wfhd",$bytes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement