Error: Windows Compatibility Message in Online Activity Screen
Cause:
This issue arises when the 'systeminfo' command fails to work on the system, preventing the software from obtaining the necessary system configuration.
Solution:
Follow these steps for a clear resolution:
Go to 'Services':
- Check if 'Windows Management Instrumentation' is running.
- If it's not running, set the 'Startup Type' to 'Automatic' and the 'Status' to 'Running'.
Open Command Prompt as Administrator:
- Type the command: net stop winmgmt and press Enter.
- If prompted with "Do you want to continue this operation? (Y/N) [N]:", enter 'Y' and press Enter.
Enter the command: winmgmt /resetrepository and press Enter.
Now, run the 'systeminfo' command and check for resolution.
By following these steps, you ensure that the necessary services are running and reset the Windows Management Instrumentation repository, potentially resolving the compatibility message issue.