Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nickrad

Pages: [1]
1
I had a problem today with Hyper-v on Windows 10 Pro that I eventually traced back to Windows Repair AIO.

Steps to reproduce:

1. Run the "repair wmi" option on a Windows 10 pro system with the optional hyper-v feature enabled.

2. Run the "hyper-v manager" program.

Result: Hyper-v manager will fail to start with error "invalid class". Also logs 3 errors in the event log:

Code: [Select]
The latest class definitions for the WMI namespace 'root\virtualization\v2' are not registered in the CIM repository.

Source: Hyper-V-VMMS
EventID: 19010

Code: [Select]
Virtual Machine Management service failed to start.

Source: Hyper-V-VMMS
EventID: 14096

Code: [Select]
The Hyper-V Virtual Machine Management service terminated with the following error:
Not enough storage is available to complete this operation.

Source: Service Control Manager
EventID: 7023

Resolution: Run the following commands from an elevated command prompt:

Code: [Select]
mofcomp  %systemroot%\system32\WindowsVirtualization.v2.mof
Code: [Select]
Mofcomp %systemroot%\system32\en-US\WindowsVirtualization.v2.mfl

Pages: [1]