-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEdgeUI.admx
86 lines (86 loc) · 4.06 KB
/
EdgeUI.admx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2006 Microsoft Corporation -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="edgeui" namespace="Microsoft.Policies.EdgeUI" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0" />
<categories>
<category name="EdgeUI" displayName="$(string.EdgeUI)" explainText="$(string.EdgeUI_Help)">
<parentCategory ref="windows:WindowsComponents" />
</category>
</categories>
<policies>
<policy name="TurnOffBackstack" class="User" displayName="$(string.TurnOffBackstack)" explainText="$(string.TurnOffBackstack_Help)" key="Software\Policies\Microsoft\Windows\EdgeUI" valueName="TurnOffBackstack">
<parentCategory ref="EdgeUI" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="DisableMFUTracking" class="User" displayName="$(string.DisableMFUTracking)" explainText="$(string.ExplainDisableMFUTracking)" key="Software\Policies\Microsoft\Windows\EdgeUI" valueName="DisableMFUTracking">
<parentCategory ref="EdgeUI" />
<supportedOn ref="windows:SUPPORTED_Windows8" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="DisableRecentApps" class="User" displayName="$(string.DisableRecentApps)" explainText="$(string.DisableRecentApps_Help)" key="Software\Policies\Microsoft\Windows\EdgeUI" valueName="DisableRecentApps">
<parentCategory ref="EdgeUI" />
<supportedOn ref="windows:SUPPORTED_Windows_6_3" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="DisableCharms" class="User" displayName="$(string.DisableCharms)" explainText="$(string.DisableCharms_Help)" key="Software\Policies\Microsoft\Windows\EdgeUI" valueName="DisableCharms">
<parentCategory ref="EdgeUI" />
<supportedOn ref="windows:SUPPORTED_Windows_6_3" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="ShowCommandPromptOnWinX" class="User" displayName="$(string.ShowCommandPromptOnWinX)" explainText="$(string.ShowCommandPromptOnWinX_Help)" key="Software\Policies\Microsoft\Windows\EdgeUI" valueName="ShowCommandPromptOnWinX">
<parentCategory ref="EdgeUI" />
<supportedOn ref="windows:SUPPORTED_Windows_6_3" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="DisableHelpSticker" class="Both" displayName="$(string.DisableHelpSticker)" explainText="$(string.DisableHelpSticker_Help)" key="Software\Policies\Microsoft\Windows\EdgeUI" valueName="DisableHelpSticker">
<parentCategory ref="EdgeUI" />
<supportedOn ref="windows:SUPPORTED_Windows_6_3" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<policy name="AllowEdgeSwipe" class="Both" displayName="$(string.AllowEdgeSwipe)" explainText="$(string.AllowEdgeSwipe_Help)" key="Software\Policies\Microsoft\Windows\EdgeUI" valueName="AllowEdgeSwipe">
<parentCategory ref="EdgeUI" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
</policies>
</policyDefinitions>