What should I do if the UAC dialog box of Win7/Win8.1/Win10 is "Yes"?

  

UAC in Win7/Win8.1/Win10 is the “User Account Control” function, which allows users to ask for advice when the program intends to use administrator privileges. The purpose of this feature is to prevent certain ulterior programs from taking advantage of this privilege. However, in some cases, some users find that the UAC dialog box cannot be clicked, and it is unable to let the trusted program continue to run. The reason for this is that the current account has low permissions and does not enter the administrators group. Therefore, in order to solve this problem, you need to improve account permissions.

The method is not difficult, as follows:

1. Activate the administrator account Administrator:

1 Run CMD as administrator

2 Execute net user Administrator /active:yes (as shown below)

#FormatImgID_1#

3 Switch to the Administrator account, as shown below ——

2. In the administrator account, Execute the following command in administrator mode:

net localgroup Administrators Your account login name /add

3. Log in and re-login to the original account. At this time, the account has been added to the administrator group. UAC control permissions.

After the modification is complete, it is best to close the Administrator account to avoid illegal exploitation by malware.

Copyright © Windows knowledge All Rights Reserved