I had disabled UAC with the command Set-ItemProperty -Path REGISTRY::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name ConsentPromptBehaviorAdmin -Value 0
and reenabled UAC with Set-ItemProperty -Path REGISTRY::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System -Name ConsentPromptBehaviorAdmin -Value 1
.
My Problem is now that the UAC Windows looks different than it did before toggling UAC. It now shows a field for entering the administrator password.
Any idea how I can set UAC to the "normal" appearing window? I cannot provide a screenshot of the UAC it always shows an empty image.
Thank you for any help!