Hello
Thank you for your question and reaching out. I can understand you are having query\issues related to Hyper-VM can not be started.
1.Note the Virtual Machine ID that is listed in the error 0x80070005 (General access denied error).
- To give the Virtual Machine ID (SID) access to the .vhd or .avhd file, type the following command, and then press Enter:
icacls <Path of .vhd or .avhd file> /grant "NT VIRTUAL MACHINE\ <Virtual Machine ID from step 1> ":(F)
icacls "E:\VMs\VMName\Disk0.vhd" /grant "NT VIRTUAL MACHINE\5FC5C385-BD98-451F-B3F3-1E50E06EE663":(F)
- Start the virtual machine.
Referece :
--If the reply is helpful, please Upvote and Accept as answer--