I want to make sure that I can stop a machine, on Hyper-v with windows VMs, and then I can start it, being sure that nothing changed inside the VHD.
Is this possible? Can I make like an MD5 of "C:\Windows\System32\config" SAM, System, etc, and then start the VM's (after one month or more) making sure that nothing changed?
Is there other way, a more "pretty" way?
Perhaps an export off all drives like: "DIR c:\*.* /s/one >c:\before.txt"
and then a "DIR c:\*.* /s/one >c:\after.txt"
then a file compare?