-
Notifications
You must be signed in to change notification settings - Fork 803
Expand file tree
/
Copy pathNETworkManager.admx
More file actions
37 lines (37 loc) · 1.42 KB
/
NETworkManager.admx
File metadata and controls
37 lines (37 loc) · 1.42 KB
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
<?xml version="1.0" encoding="utf-8"?>
<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://www.microsoft.com/GroupPolicy/PolicyDefinitions">
<policyNamespaces>
<target prefix="NETworkManager" namespace="NETworkManager.Policies" />
</policyNamespaces>
<resources minRequiredRevision="1.0"/>
<supportedOn>
<definitions>
<definition name="RequiresNETworkManager20251111" displayName="$(string.RequiresNETworkManager20251111)"/>
</definitions>
</supportedOn>
<categories>
<category name="NETworkManager_Category" displayName="NETworkManager" />
</categories>
<policies>
<!-- Disable Update Check Policy -->
<policy name="DisableUpdateCheck"
class="User"
displayName="$(string.DisableUpdateCheck)"
explainText="$(string.DisableUpdateCheckMessage)"
key="Software\Policies\NETworkManager"
valueName="DisableUpdateCheck">
<parentCategory ref="NETworkManager_Category" />
<supportedOn ref="RequiresNETworkManager20251111" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
</policies>
</policyDefinitions>