This problem is due to the fact that Windows applications are open by default and require user Account Control UAC support (shutting down UAC notifications under normal accounts does not affect such applications), while the WIN10 administrator account does not open UAC. Therefore, Windows applications cannot be run by default under the Administrator account.
We need to open the Administrar to this problem, so let's take a look at the solution.
The modification method is as follows:
1, we open "Cortana" and then search "regedit" after we find a double click
2. In Registry Editor, navigate to the following location:
Hkey_local_machine\software\microsoft\windows\currentversion\policies\system
3, find the right window, and then we right-click Filteradministratortoken, double-click the value data to "1" after the Click "OK"
Note: If there is no filteradministratortoken, we right-click on the empty fold and click the new DWORD (32-bit) value in the pop-up menu, change the name to Filteradministratortoken, and set the value to 1.
Then log in to the Administrator account can be resolved, the operation is very simple.