msoff20xx Posted October 17, 2010 Posted October 17, 2010 As well known the User Account Control can be disabled completely or alternatively adjusted to the minimum lowest level.Is there a different between these two variants from the security point of view?Matt
Oisin Posted October 20, 2010 Posted October 20, 2010 Nope. Level 4 => ConsentPromptBehaviorAdmin=2 ; PromptOnSecureDesktop=1 ; EnableLUA=1Level 3 => ConsentPromptBehaviorAdmin=5 ; PromptOnSecureDesktop=1 ; EnableLUA=1Level 2 => ConsentPromptBehaviorAdmin=5 ; PromptOnSecureDesktop=0 ; EnableLUA=1Level 1 => ConsentPromptBehaviorAdmin=0 ; PromptOnSecureDesktop=0 ; EnableLUA=0
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now