Win10 system uac prompt box can not point how to do?

  

UAC in Win7/Win8.1/Win10 is the “Customer Account Control” function, which allows customers to ask if they want 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 customers found that the UAC dialog box could not be clicked. It is "can not let the trust program continue to run." The reason for this is that the current account permissions are low and there is no entry to the administrators group. So to solve this problem, you need to increase account permissions. The route 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 rights.

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



Copyright © Windows knowledge All Rights Reserved