Add missing default UAC setting
This commit is contained in:
parent
06b0ff81e1
commit
77920db5b5
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ REG_UAC_DEFAULT_SETTINGS = {
|
||||||
('ConsentPromptBehaviorAdmin', 5, 'DWORD'),
|
('ConsentPromptBehaviorAdmin', 5, 'DWORD'),
|
||||||
('ConsentPromptBehaviorUser', 3, 'DWORD'),
|
('ConsentPromptBehaviorUser', 3, 'DWORD'),
|
||||||
('EnableLUA', 1, 'DWORD'),
|
('EnableLUA', 1, 'DWORD'),
|
||||||
|
('PromptOnSecureDesktop', 1, 'DWORD'),
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue