mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
- Add REST_NONLEGACYSHELLMODE policy.
svn path=/trunk/; revision=9368
This commit is contained in:
parent
3da87fae97
commit
66a1b30c14
1 changed files with 6 additions and 0 deletions
|
@ -754,6 +754,12 @@ POLICYDATA sh32_policy_table[] =
|
|||
SHELL_NO_POLICY
|
||||
},
|
||||
/* 0x4000050 - 0x4000060 */
|
||||
{
|
||||
REST_NONLEGACYSHELLMODE,
|
||||
strExplorer,
|
||||
"NoneLegacyShellMode",
|
||||
SHELL_NO_POLICY
|
||||
},
|
||||
{
|
||||
REST_STARTRUNNOHOMEPATH,
|
||||
strExplorer,
|
||||
|
|
Loading…
Reference in a new issue