UAC Yes button missing or grayed out in Windows 11/10 – TWCN Tech News

npressfetimg-4826.png

User Account Control or UAC is a security measure in Windows that shows up when an administrator privilege is required for a certain task. When the UAC prompt shows up, there is a Yes and No button, but if you don’t see the yes button or it’s grayed out, you cannot perform the task. This post will share how you can fix the problem when the UAC Yes button is missing or grayed out in Windows 11/10.

UAC Yes button missing or grayed out in Windows

UAC button shows up for everyone. When a standard account gets the problem and presses the Yes, an admin account will approve. However, if you don’t see the yes button, then the problem is with your account. Try these suggestions if you face this issue:

  1. Switch to Standard User and Back to Admin
  2. Change account type in Safe Mode
  3. Enable Built-in account & change group membership
  4. Run SFC and DISM
  5. Reset your PC.

1] Switch to Standard User and Back to Admin

It is an odd solution, but if your account is not part of localgroup administrators, the UAC button will be disabled. It is possible that your account is into some glitch and misconfigured.

  • Open Settings and navigate to Accounts > Email & accounts > Add account
  • Create a local admin account
  • Log out of your account and log in with the new local account.
  • Go to the same path and change your account to a standard account
  • Restart the PC and log again in with the local admin account
  • Change your account to administrator again
  • Log out, and log in with your account this time.

Now try something that would invoke UAC, and this time you should see

2] Change account type in Safe Mode

Another way of setting an account to local admin or making it a part of localgroup administrators is by doing it in Safe Mode, and with another admin account.

  • Open Windows Settings and navigate to System > Recovery. On Windows 10, the option is available under Update & security
  • Click on the Restart now button in the Advanced startup to boot the PC into Recovery
  • When in recovery, select Troubleshoot > Advanced Options > Command Prompt
  • Type and press the Enter key after typing the following command net localgroup administrators <username> /a
  • Restart the PC

Once back into your account, check if the UAC problem is resolved.

Read: Create Elevated Shortcut to run Program bypassing UAC Prompt.

3] Enable Built-in account & change group membership

If you do not have another admin account, and you cannot create one, then you can use the safe mode to do it. You will have to execute the net user administrator /active:yes when in recovery. Once you are back to the login screen, there should be another account ready.

The next step is to use the local admin account to open netplwiz and change the group permission of your account to admin.

  • Press Win+key to open Run prompt once you are back into your account.
  • Type the command netplwiz and press the Enter key open the User Accounts panel
  • Double click on the account where the admin account is missing and switch to Group Membership.
  • Click on the Administrator radio button.
  • Select Apply, and click on OK.
  • Reboot the PC for the changes to take effect.

The missing OK button in UAC is because of a misconfigured account which, even being an admin, has certain privileges missing. It can be fixed by following the suggestions mentioned above.

4] Run SFC and DISM

There is also the possibility that this issue could have been caused due to system file corruption. So there is no harm in running System File Checker and the DISM Tool and seeing if that helps.

5] Reset your PC

The last option you have is to Reset your PC using the Cloud download option. make sure you choose the option to Keep my files.

I hope the post was easy to follow and helped you fix the issue where your UAC Yes button is missing or grayed out.

Related: You must restart your computer to turn off User Account Control.

Should UAC be on or off?

While UAC can be disabled, it should not remain disabled except for certain scenarios where the administrator knows what they are doing. UAC ensures any system-level changes don’t go unnoticed. It makes sure your PC is protected from software or applications trying to modify files which they should not be doing. So the best practice is to keep UAC on.

Source: https://www.thewindowsclub.com/uac-yes-button-missing-or-grayed-out-in-windows