forked from WindowsDeviceManagement/MMAT
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRegistryFilterList.xml
40 lines (40 loc) · 2.99 KB
/
RegistryFilterList.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
<?xml version="1.0"?>
<RegistryFilterList xmlns="http://www.microsoft.com/MdmMigrationAnalysisTool">
<BlockedKeyList>
<BlockedKey>Software\Policies\Microsoft</BlockedKey>
<BlockedKey>Software\Microsoft</BlockedKey>
<BlockedKey>System</BlockedKey>
</BlockedKeyList>
<ExcludedKeyList>
<ExcludedKey>Software\Policies\Microsoft\Office</ExcludedKey>
<ExcludedKey>Software\Microsoft\Office</ExcludedKey>
<ExcludedKey>Software\Microsoft\Windows\CurrentVersion\Explorer</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile\AuthorizedApplications</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile\GloballyOpenPorts</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile\Logging</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile\AuthorizedApplications</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile\GloballyOpenPorts</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\PrivateProfile\Logging</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile\AuthorizedApplications</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile\GloballyOpenPorts</ExcludedKey>
<ExcludedKey>SOFTWARE\Policies\Microsoft\WindowsFirewall\PublicProfile\Logging</ExcludedKey>
<ExcludedKey>Software\Microsoft\Internet Explorer</ExcludedKey>
<ExcludedKey>software\policies\microsoft\shared tools\proofing tools\1.0\office</ExcludedKey>
<ExcludedKey>software\policies\microsoft\shared tools\proofing tools\spelling</ExcludedKey>
<ExcludedKey>software\policies\microsoft\imejp\15.0\wswordcomment\plugins\mapi</ExcludedKey>
<ExcludedKey>software\policies\microsoft\ime\shared\15.0\sharepointdict</ExcludedKey>
<ExcludedKey>software\policies\microsoft\shared tools\graphics filters</ExcludedKey>
<ExcludedKey>software\policies\microsoft\windows\currentversion\explorer</ExcludedKey>
<ExcludedKey>software\policies\microsoft\windows\windows search\preferences</ExcludedKey>
<ExcludedKey>software\policies\microsoft\exchange\exchange provider</ExcludedKey>
<ExcludedKey>software\policies\microsoft\exchange</ExcludedKey>
<ExcludedKey>software\policies\microsoft\shared tools\proofing tools</ExcludedKey>
<ExcludedKey>software\microsoft\exchange\exchange provider</ExcludedKey>
<ExcludedKey>software\microsoft\shared tools\proofing tools\1.0\office</ExcludedKey>
<ExcludedKey>software\microsoft\shared tools\proofing tools\spelling</ExcludedKey>
<ExcludedKey>software\microsoft\shared tools\graphics filters</ExcludedKey>
<ExcludedKey>software\microsoft\windows\windows search\preferences</ExcludedKey>
<ExcludedKey>software\microsoft\exchange</ExcludedKey>
<ExcludedKey>software\microsoft\shared tools\proofing tools</ExcludedKey>
</ExcludedKeyList>
</RegistryFilterList>