Clear, practical technology insights About · Contact

Fix the Yes Button Error in UAC Disappearing or Graying Out

Learn how to Fix the Yes Button Error in UAC with clear steps, useful examples, and practical tips. Complete the task correctly and avoid common mistakes.

Author: Micah Soto4 minutes read
Table of Contents

This updated guide explains how to Fix the Yes Button Error in UAC Disappearing or Graying Out through clear steps, practical examples, and important checks that help prevent common errors.

The Cause of the Error

This problem usually occurs when no other admin account exists in the system and your account no longer has administrative rights. In this guide, TipsMake will show you an easy way to troubleshoot that UAC privilege issue.

Fixed a Bug Where the Yes Button in the UAC Disappeared or Turned Gray

1. Open the Command Prompt window without admin rights. Enter the following command and press Enter.

SHUTDOWN /R /O -T 00

2. The computer will log you out and display the Choose an option screen. click Troubleshoot.

Fix the Yes Button Error in UAC Disappearing or Graying Out — Fixed a Bug Where the Yes Button in the UAC Disappeared or click Troubleshoot

3. Select Advanced options.

Fix the Yes Button Error in UAC Disappearing or Graying Out — Fixed a Bug Where the Yes Button in the UAC Disappeared or Select Advanced options

4. On the next screen, click Startup Settings.

Fix the Yes Button Error in UAC Disappearing or Graying Out — Fixed a Bug Where the Yes Button in the UAC Disappeared or Click Startup Settings

5. From the Startup Settings window, click Restart.

6. When Windows restarts into the Startup Settings screen again, press 6 or F6 to select 'Enable Safe Mode with Command Prompt' .

Fix the Yes Button Error in UAC Disappearing or Graying Out — Fixed a Bug Where the Yes Button in the UAC Disappeared or Select 'Enable Safe Mode with Command Prompt'

7. Although the built-in Administrator account is disabled and hidden, this account will still be displayed on the Safe Mode login screen . You can click it to log in without a password.

8. After logging in, the Administrator Command Prompt will open. To fix the problem of the missing Yes button or grayed out in UAC, enter each of the following commands to change your password, change your account to admin and activate it.

net user YOUR_USER_NAME YOUR_NEW_PASSWORD
net localgroup Administrators YOUR_USER_NAME /add
net user YOUR_USER_NAME /active:yes

9. Restart the computer as usual.

If you previously set a password on the built-in Administrator account and you cannot remember the password, the above method will not work. You can refer to the article: Forget Windows 10 password, here is how to break the Windows 10 password without using the third tool to reset the password and set up your account. This will also make the Yes button in the UAC dialog box clickable.

Frequently Asked Questions

What is the easiest way to Fix the Yes Button Error in UAC Disappearing or Graying Out?

Start with the requirements in this guide, then follow each step in order. Check the result after every major change so problems are easier to identify.

Can beginners follow these instructions?

Yes. The process is organized into practical steps, and you can repeat any step before moving forward.

What should I check if the method does not work?

Confirm your software or device version, permissions, settings, file format, and internet connection when the task depends on online services.

Was this article helpful?

Your feedback helps us improve.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.