mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
SHELL_NO_POLICY
|
||||||
},
|
},
|
||||||
/* 0x4000050 - 0x4000060 */
|
/* 0x4000050 - 0x4000060 */
|
||||||
|
{
|
||||||
|
REST_NONLEGACYSHELLMODE,
|
||||||
|
strExplorer,
|
||||||
|
"NoneLegacyShellMode",
|
||||||
|
SHELL_NO_POLICY
|
||||||
|
},
|
||||||
{
|
{
|
||||||
REST_STARTRUNNOHOMEPATH,
|
REST_STARTRUNNOHOMEPATH,
|
||||||
strExplorer,
|
strExplorer,
|
||||||
|
|
Loading…
Reference in a new issue