forked from sergey-s-betke/ITG.Admx.ChmSecuritySettings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
[ITG]ChmSecuritySettings.admx
80 lines (70 loc) · 2.82 KB
/
[ITG]ChmSecuritySettings.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
<?xml version="1.0" encoding="utf-8"?>
<policyDefinitions revision="1.0" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
<policyNamespaces>
<target prefix="chmHelp" namespace="Microsoft.Policies.Windows.ChmHelp" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0"/>
<!-- http://support.microsoft.com/kb/896054 -->
<categories>
<category name="ChmHelp" displayName="$(string.ChmHelp)">
<parentCategory ref="windows:System" />
</category>
</categories>
<policies>
<policy
name="ChmHelp_UrlAllowList"
class="Machine"
displayName="$(string.ChmHelp_UrlAllowList_DisplayName)"
explainText="$(string.ChmHelp_UrlAllowList_Explain)"
key="SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions"
valueName="UrlAllowList"
presentation="$(presentation.ChmHelp_UrlAllowList)"
>
<parentCategory ref="chmHelp:ChmHelp" />
<supportedOn ref="windows:SUPPORTED_WindowsXPSP2_Or_WindowsNETSP1"/>
<elements>
<text id="UrlAllowList" valueName="UrlAllowList"/>
</elements>
</policy>
<policy
name="ChmHelp_MaxAllowedZone"
class="Machine"
displayName="$(string.ChmHelp_MaxAllowedZone_DisplayName)"
explainText="$(string.ChmHelp_MaxAllowedZone_Explain)"
key="SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions"
valueName="MaxAllowedZone"
presentation="$(presentation.ChmHelp_MaxAllowedZone)"
>
<parentCategory ref="chmHelp:ChmHelp" />
<supportedOn ref="windows:SUPPORTED_WindowsXPSP2_Or_WindowsNETSP1"/>
<elements>
<enum
id="MaxAllowedZone"
valueName="MaxAllowedZone"
>
<item displayName="$(string.ChmHelp_MaxAllowedZone_Localhost)"><value><decimal value="0"/></value></item>
<item displayName="$(string.ChmHelp_MaxAllowedZone_Intranet)"><value><decimal value="1"/></value></item>
<item displayName="$(string.ChmHelp_MaxAllowedZone_TrustedSites)"><value><decimal value="2"/></value></item>
<item displayName="$(string.ChmHelp_MaxAllowedZone_Internet)"><value><decimal value="3"/></value></item>
<item displayName="$(string.ChmHelp_MaxAllowedZone_UntrastedSites)"><value><decimal value="4"/></value></item>
</enum>
</elements>
</policy>
<policy
name="ChmHelp_NestedProtocolList"
class="Machine"
displayName="$(string.ChmHelp_NestedProtocolList_DisplayName)"
explainText="$(string.ChmHelp_NestedProtocolList_Explain)"
key="SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions"
valueName="NestedProtocolList"
presentation="$(presentation.ChmHelp_NestedProtocolList)"
>
<parentCategory ref="chmHelp:ChmHelp" />
<supportedOn ref="windows:SUPPORTED_WindowsXPSP2_Or_WindowsNETSP1"/>
<elements>
<text id="NestedProtocolList" valueName="NestedProtocolList"/>
</elements>
</policy>
</policies>
</policyDefinitions>