October 17, 201015 yr 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
October 20, 201015 yr 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
Create an account or sign in to comment