Win10 system uac prompt box can not point how to do

  
UAC in Win7/Win8.1/Win10 is the "User Account Control" function. This function can ask the user whether to give advice when the program intends to use administrator rights. The purpose of this feature is to prevent certain ulterior programs from using this permission to "do nothing". However, in some cases, some users found that the UAC dialog box could not be "yes" and could not 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.

method is not difficult, as follows:
1, activate administrator account Administrator:
① run CMD
② perform net user administrator /active as an administrator: yes (as shown below)

③ switch to the administrator account, as shown below -

2, the administrator account, run the following command in administrator mode:
net localgroup administrators your account login name /add

3, after the cancellation of the original account log in again, this time account has been added to the administrators group, UAC has 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