Hi,
- Have you made any recent changes to the computer?
- What is the make and model of the computer?
This error occurs if Windows Management Instrumentation (WMI) service is not running or corrupted WMI repository folder.
Let’s follow these methods and check if it helps.
Method 1: You may follow these steps and check if the issue persists.
- Press windows key + X key both together on the keyboard.
2. Select Command Prompt (Admin)
- Run the following command one at a time and press enter to execute
• cd /d %windir%\system32\wbem
• for %i in (*.dll) do regsvr32 -s %i
• for %i in (*.exe) do %i /regserver
- Close all windows and reboot the computer and now try opening the system information
Method 2: If the issue still persists try rebuilding WMI repository and check if the issue persists.
- Press windows key + X key both together on the keyboard.
- Select Command Prompt (Admin)
- Type the command ‘net stop winmgmt’ and press Enter.
- Leave the command prompt open and click Start and type system32 -> Open the folder system32 from the result pane.
- From the system32 folder open Wbem and look for the folder Repository
6. Right click on Repository and click rename.
7. Change the folder name from Repository to Repository.old
8. Switch back to command prompt and type net start winmgmt and hit enter to execute
- Close all the windows and reboot the computer and now try opening the system information.
Hope this information helps, please reply with the status of the issue for any further assistance.