# Enable WMI service Set-Service -Name Winmgmt -StartupType Automatic Start-Service -Name Winmgmt Set-Service -Name WmiApSrv -StartupType Automatic Start-Service -Name WmiApSrv

Get-WmiObject -Class Win32_ComputerSystem sc config winmgmt start= auto sc start winmgmt sc config wmiapsrv start= auto sc start wmiapsrv Troubleshooting: If WMI is corrupted If enabling doesn't work, try repairing WMI:

# Run as Administrator winmgmt /salvagerepository winmgmt /resetrepository Then restart the service:

To verify WMI is working:

Book an Appointment