We applied some Azure security center recommendations to our registry. A incorrect change in HKLM\SOFTWARE
caused two machines to no longer boot (CRITICAL_PROCESS_DIED)
.
We took a snapshot of the osdisk and attached that to a different VM and cleaned that up. Confirmed after restoring C:\windows\system32\config\regback\software
to C:\windows\system32\config\software
fixes the issue.
The disks are encrypted however so Azure won't allow us to perform an OSdisk swap
between the current corrupted osdisk and the fixed one.
Since the VM isn't bootable, we can't disable the encryption either from Azure portal.
regback
file?I'm not sure about your actual question, but one thing you can do for sure is just create a new vm from the working disk. You can create a VM from existing encrypted disk if you give it keys to decrypt it.