Win10 system uac prompt box can not point how to do

  
UAC in Win7/Win8.1/Win10 is the “User Account Control” function, which allows users to ask whether they are given when the program intends to use administrator rights. 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)

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. After logging out, log in to the original account again. At this time, the account has been added to the administrator group and has UAC control authority.
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