You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PromptOnSecureDesktop: show screen prompt [0x0 / 0x1]
Consent prompt behavior policies
DWORD
Policy
Description
0x00000000
Elevate without prompting
Allows privileged accounts to perform an operation that requires elevation without requiring consent or credentials.
0x00000001
Prompt for credentials on the secure desktop
When an operation requires elevation of privilege, the user is prompted on the secure desktop to enter a privileged (ex: administrator) user name and password. If the user enters valid credentials, the operation continues with the user's highest available privilege.
0x00000002
Prompt for consent on the secure desktop
When an operation requires elevation of privilege, the user is prompted on the secure desktop to select either Yes or No. If the user selects Yes, the operation continues with the user's highest available privilege.
0x00000003
Prompt for credentials
When an operation requires elevation of privilege, the user is prompted to enter an administrator user name and password. If the user enters valid credentials, the operation continues with the applicable privilege.
0x00000004
Prompt for consent
When an operation requires elevation of privilege, the user is prompted to select either Yes or No. If the user selects Yes, the operation continues with the user's highest available privilege.
0x00000005
Prompt for consent for non-Windows binaries (Default)
When an operation for a non-Microsoft application requires elevation of privilege, the user is prompted on the secure desktop to select either Yes or No. If the user selects Yes, the operation continues with the user's highest available privilege.
Eventvwr exploitation
Requirements
Windows 7, 8.1, 10
PromptOnSecureDesktop == 5
eventvwr.exe must exist and have self-elevating privileges