WIN10 system to open weather, maps, edge, application store, etc. when the application prompts "cannot use the built-in Administrator account to open ..."
Reason Analysis:
WIN10 Admin Account administrator is closed and hidden by default, which is to prevent this high privilege account from being "abused" to affect system security, so if you use the Administrator account to login the system and then open the application will be reported this error. In addition, if the Administrator account is enabled after the system has been installed, subsequent login to the Microsoft account under this account will also cause this problem, all Windows applications can not run, and sometimes even start menu can not be opened (individual phenomenon), Because Win10 's Start menu is also Windows application.
Solution:
New Administrator account, account name do not use administrator, because this problem occurs when many applications are not available, so you need to use the command to create a new account
Press the "Win+x" key combination, select command Prompt (Admin), and enter the following command
NET user username password/add (note space)
net localgroup Administrators username/add (Note that the user name in this command should be the same as in the previous line)
If the system is WIN10 Professional Edition, want to use administrator account, need to modify Group Policy
First, hold down the keyboard, the Windows+r,windows key is a graphics button with a square, alt next. After pressing, enter in the inside: secpol.msc
Input completed, enter (confirm), go to the local Security Policy Editor as shown in the figure, and then, on the picture, turn on: Security Settings-> Local policy-> security options-> user Account Control: The administrative approval mode for the built-in Administrator account, and then double-click it to read: Enabled , click Apply, and then point to determine. As shown in the figure:
Be sure to reboot your computer when you're done. The reboot is over, see if you can open the application.
If the system is Win10 Chinese version, or the above Group Policy modification is invalid, want to use the administrator account, you need to modify the group registry
Hint: There is a risk of modifying the registry, which may cause the system to not enter, and need to reload the system to solve.
Press and hold the keyboard, Windows+r key combination, after press, enter in the inside: regedit, carriage return, finished, open Registry Editor.
Navigate to the following location in Registry Editor (open in turn): Hkey_local_machinesoftwaremicrosoftwindowscurrentversionpoliciessystem
Find Filteradministratortoken on the right, double-click the value data to "1" and click "OK".
Note: If the right does not have this "filteradministratortoken", you need to manually right-click in the right margin, new DWORD (32-bit) value, and renamed to Filteradministratortoken, its numerical data to 1.
After the change, but also to change the other one, is the same, in turn, found: Hkey_local_machinesoftwaremicrosoftwindowscurrentversionpoliciessystem UIPI
We see that there is a default entry on the right. Change its value to 1, as shown in the figure:
Two changed, restart the computer, you can.