Situatie
Solutie
To disable the UAC prompts from the Group Policy editor, use these steps:
- Press Windows Key + R to open the Run Command box
- Type in “gpedit.msc” and press Enter to open the Group Policy Editor
- Navigate to the following path from the left side of the Group Policy Editor:
Local Computer Policy > Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
- Double-click the policy “User Account Control: Run all administrators in Admin Approval Mode” in the right pane.
Open UAC Group Policy - Select “Disabled” and then click Apply and Ok.
Disable UAC from Group Policy Editor - Now press Windows Key + R again and type in “CMD“, then press CTRL + Shift + Enter to open the Command Prompt with elevated rights.
- Execute the following command to implement the changes in the Group Policy Editor:
GPUpdate /Force
Apply Group Policy changes
UAC will now be disabled. However, if you want to enable it again, return to the “User Account Control: Run all administrators in Admin Approval Mode” Group Policy and enable it.
Leave A Comment?