forked from jontowles/MacScripts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.xml
48 lines (48 loc) · 1.33 KB
/
settings.xml
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
<Configuration>
<Group Name="Settings">
<Property Name="AppCode">
<Value>Universal</Value>
</Property>
<Property Name="InstallPath">
<Value>C:\Program Files\Dell\CommandUpdate\</Value>
</Property>
<Group Name="General">
<Property Name="UserConsent">
<Value>false</Value>
</Property>
<Property Name="SuspendBitLocker">
<Value>true</Value>
</Property>
<Group Name="CustomProxySettings">
<Group Name="ProxyAuthentication" />
</Group>
</Group>
<Group Name="Schedule">
<Property Name="ScheduleMode">
<Value>Weekly</Value>
</Property>
<Property Name="Time">
<Value>2019-12-02T03:00:00</Value>
</Property>
<Property Name="DayOfWeek">
<Value>Wednesday</Value>
</Property>
<Property Name="AutomationMode">
<Value>ScanDownloadApplyNotify</Value>
</Property>
<Property Name="RebootWait">
<Value>OneHour</Value>
</Property>
</Group>
<Group Name="UpdateFilter">
<Group Name="RecommendedLevel" />
<Group Name="UpdateType" />
<Group Name="DeviceCategory" />
</Group>
<Group Name="AdvancedDriverRestore">
<Property Name="IsAdvancedDriverRestoreEnabled">
<Value>true</Value>
</Property>
</Group>
</Group>
</Configuration>