- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The solution provided by @bluefirestorm should work. However, if you don't have Phython installed, you can easily fix the issue yourself.
- create a new (temporary) VM with the same name "Windows 10 x64.vmdk" and the same virtual disk format (60GB - Monolithic Sparse, i.e. as a single file) as the existing one, but in a temporary folder
- extract the header data from the temporary VM's .vmdk file using dsfo.exe
dsfo.exe "Windows 10 x64.vmdk" 0 1536 "Metadata-OK.bin" - copy "Metadata-OK.bin" to the encrypted VM's folder
- inject the .bin file into the encrypted .vmdk file using dsfi.exe
dsfi.exe "Windows 10 x64.vmdk" 0 1536 "Metadata-OK.bin"
This will of course only fix the .vmdk file, but not the other encrypted files, so it may be necessary to do some other things (see @wila 's blog post).
André
fd