This repository was archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
sec09
My Random Thoughts edited this page Jul 6, 2017
·
2 revisions
Ensure the system is set to request administrative credentials before granting an application elevated privileges. Default setting is either "(1):Prompt for credentials on the secure desktop" or "(3):Prompt for credentials" Values and meanings can be seen here - https://msdn.microsoft.com/en-us/library/cc232761.aspx
- ElevatePromptForAdminCredentials - "0,1,2,3,4,5"
ElevatePromptForAdminCredentials = ('1', '3')
- 0 : Elevate without prompting
- 1 : Prompt for credentials on the secure desktop
- 2 : Prompt for consent on the secure desktop
- 3 : Prompt for credentials
- 4 : Prompt for consent
- 5 : Prompt for consent for non-Windows binaries
-
PASS
System is configured correctly -
WARNING
-
FAIL
System is not configured correctly Registry setting not found -
MANUAL
-
NA
- All Servers
- None