0
The settings of the UAC get changed by some app/program/process. As a result I can't open Edge, calculator, Windows store or any other Metro style app. If I try to open it I get
xxx can't be opened with the Built-in Administrator account
One time I saw the notification that I have to restart my PC so that the changes of the UAC can take affect. So that was the point where some app/program/process made a change. I found the following (possible related) entries in the event log:
The computer 'Administrator (built-in)' preference item in the 'Administrator rename and guest account {C2FB86B3-A1FD-494C-CA29-X309579E9ZCE}' Group Policy object did not apply because it failed with error code '0x80070524 The specified account already exists'. This error was suppressed.
Another interesting log is this
The Group Policy settings for the user were processed successfully. New settings from 20 Group Policy objects were detected and applied.
At this time EnableLUA
is disabled, but I can open all Metro style apps (Edge, calculator, ...). After a restart this isn't the case anymore. Now the setting EnableLUA
is working as expected.
My workaround is to set the UAC to any level, click OK and restart. Then I can open my programs again. Now I want to find out the app/program/process which is responsible for changing the UAC settings.
Working settings:
FilterAdministratorToken
: 1
EnableUIADesktopToggle
: 0
ConsentPromptBehaviorAdmin
: 5
ConsentPromptBehaviorUser
: 3
EnableInstallerDetection
: 0
ValidateAdminCodeSignatures
: 0
EnableSecureUIAPaths
: 1
EnableLUA
: 1
PromptOnSecureDesktop
: 1
EnableVirtualization
: 1
Non working settings:
FilterAdministratorToken
: 1
EnableUIADesktopToggle
: 0
ConsentPromptBehaviorAdmin
: 0
ConsentPromptBehaviorUser
: 3
EnableInstallerDetection
: 0
ValidateAdminCodeSignatures
: 0
EnableSecureUIAPaths
: 1
EnableLUA
: 0
PromptOnSecureDesktop
: 1
EnableVirtualization
: 1
1Have you checked the event log? – Raystafarian – 2016-04-08T11:45:18.833
Not yet. I have updated now my question with some more info. – testing – 2016-04-08T11:58:34.870
It would be very useful if you found the english analog of error messages. – Euri Pinhollow – 2016-05-02T08:30:09.603
@EuriPinhollow: I tried to translate it. See my updated question. – testing – 2016-05-02T08:50:54.677
group policy sets your UAC level. I guess it's disabled in group policy. UAC level can only be set at PC restart, so the error should only occur, when you restart your PC – SimonS – 2016-05-02T08:54:58.277
@SimonS: Thanks for your info. I also have the assumption that there is a wrong group policy setting. Do you know which one is responsible for this? The error occurs during operation and then I have no Admin rights anymore. My workaround is to set the UAC level and make a restart. What is also interesting is, that it only happens sometimes. You don't know when it will happen. – testing – 2016-05-02T08:58:55.013