When you encounter a message stating "THE SYSTEM ADMINISTRATOR HAS SET POLICIES TO PREVENT THIS INSTALLATION" while trying to remove programs on your Windows system, it typically indicates that certain Group Policy settings are restricting your ability to uninstall software. This can happen even if you are using an administrator account. Here are some steps you can take to address this issue:
Method 1: Use Command Prompt
- Open Command Prompt as Administrator:
- Type "cmd" in the Windows search bar.
- Right-click on "Command Prompt" and choose "Run as administrator".
[]Use the Command:
- Use the following command to remove the program:
Code:
wmic product where "name='Program Name'" call uninstall...