Forum Discussion
error code running wdag 0x80070003, no vm created hyperv manager
Use the System File Checker tool to repair missing or corrupted system files This program will scan and correct any possible cause of the issue.
Please refer the below article.
https://support.microsoft.com/en-us/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system
Let us know if it works for you.
Thanks
Its not fixing the problem i already try this
- DeletedJul 31, 2017
This error can startle even the most experienced PC users because they happen so suddenly.
Windows Defender Error 0x80070003 is usually caused by misconfigured system files that create registry errors within your operating system. Windows errors can cause program lock-ups, slow PC performance, system crashes, computer freezing and more. Registry errors generally occur when new programs are installed over old ones without the old programs being completely uninstalled. This can cause registry pile-ups and error messages. Another potential cause of these error messages can come from malicious software such as adware, spyware, and viruses.
Solutions
Using CCleaner to clean registry.
https://www.piriform.com/ccleaner
If you know any other registry cleaner please go ahead.Reg creating VM:
Using PowerShell scripts you can create a VM in Hyper V let me know if you need those scripts.
Thanks
Gowrish- Refael FalachAug 01, 2017Copper Contributor
Reg creating VM:
Using PowerShell scripts you can create a VM in Hyper V let me know if you need those scripts.
hi
yes please send me the ps commands
try again to sfc and cc the problem not solved
- DeletedAug 01, 2017Please find the below links to create a virtual machine in Hyper-V scripting. according to your requirements, you need to modify the script
https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-machine-in-hyper-v
https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/try-hyper-v-powershell
PowerShell
------------------------------------------------
$VMName = "VMNAME"
$VM = @{
Name = $VMName
MemoryStartupBytes = 2147483648
Generation = 2
NewVHDPath = "C:\Virtual Machines\$VMName\$VMName.vhdx"
NewVHDSizeBytes = 53687091200
BootDevice = "VHD"
Path = "C:\Virtual Machines\$VMName"
SwitchName = (Get-VMSwitch).Name[0]
}
New-VM @VM
Thanks
Gowrish
- Refael FalachJul 31, 2017Copper Contributor
im using cc on a regular basis for myself and my clients
try to clean the registry and come with the results
thanks