Enable UAC Prompt Password For Standard User
Simply run this .reg
file which will ammend a registery key
the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
ConsentPromptBehaviorUser DWORD
0 = Automatically deny elevation requests
1 = Prompt for credentials on the secure desktop
3 = Prompt for credentials (default)
that’s it <3