This commit is contained in:
2025-12-14 15:46:14 +01:00
parent 16a3b886fa
commit 9ab325d39d
310 changed files with 23964 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="CAT_Checker" plugin="configuration">
<property type="state" id="freeSystemPartitionSpace">
<criteria log="lessThan" state="3">5</criteria>
<criteria log="lessThan" state="2">10</criteria>
<criteria log="moreThan" state="1">10</criteria>
</property>
<property type="value" id="catSystemADFilter"><![CDATA[OU=CAT,OU=CAT,OU=AUDI AG,DC=audi,DC=vwg]]></property>
<property type="value" id="haniDBHost"><![CDATA[p250.ing.audi.vwg]]></property>
</root>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- ACHTUNG: die id's sind hardcodiert! lediglich die werte duerfen veraendert werden!!! -->
<root app="cat-checker" plugin="besprechungszimmer">
<property type="value" id="shutdownTaskName"><![CDATA[Shutdown BZ Rechner]]></property>
<property type="value" id="bzADGroup"><![CDATA[G-AUDI-AG-CAT-Besprechungszimmer]]></property>
<property type="value" id="eScriptServiceName"><![CDATA[eScript]]></property>
<property type="value" id="usbDokuCamVendor"><![CDATA[Wolfvision]]></property>
<property type="value" id="musthaveEnergyPolicyFilter"><![CDATA[presentation]]></property>
<property type="value" id="sccmBZPaket"><![CDATA[INT20250]]></property>
<property type="value" id="shortLoginFileMayNotExist"><![CDATA[\C$\Program Files\Audi\UserSettings\UserSettings.hta]]></property>
</root>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="CAT_Checker" plugin="directory">
<property type="state" id="pwLastSetTimeout">
<criteria log="lessThan" state="1">90</criteria>
<criteria log="lessThan" state="2">100</criteria>
<criteria log="moreThan" state="3">100</criteria>
</property>
<property type="value" id="wildCardSearchPrefix"><![CDATA[AUDI]]></property>
<property type="value" id="ac2.32_c" label="win 7 32 bit - client"><![CDATA[directory_ac2_32_c.xml]]></property>
<property type="value" id="ac2.32_l" label="win 7 32 bit - laptop"><![CDATA[directory_ac2_32_l.xml]]></property>
<property type="value" id="ac2.64_c" label="win 7 64 bit - desktop"><![CDATA[directory_ac2_64_c.xml]]></property>
<property type="value" id="ac2.64_l" label="win 7 64 bit - laptop"><![CDATA[directory_ac2_64_l.xml]]></property>
<property type="value" id="acb3_c" label="win xp 32 bit - client"><![CDATA[directory_acb3_c.xml]]></property>
<property type="value" id="acb3_l" label="win xp 32 bit - laptop"><![CDATA[directory_acb3_l.xml]]></property>
</root>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="directory" category="AC2 32bit Windows 7 - CLIENT">
<property type="mustHaveList" id="mustHaveGroups">
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-32-O-IEX-SecConfig</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-32-O-ADM-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-32-O-SEC-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-32-O-SEC-DESKTOP</criteria>
</property>
</root>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="directory" category="AC2 32bit Windows 7 - LAPTOP">
<property type="mustHaveList" id="mustHaveGroups">
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-32-O-IEX-SecConfig</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-32-O-ADM-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-32-O-SEC-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-32-O-SEC-NOTEBOOK</criteria>
</property>
</root>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="directory" category="AC2 64bit Windows 7 - CLIENT">
<property type="mustHaveList" id="mustHaveGroups">
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-64-O-IEX-SecConfig</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-64-O-ADM-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-64-O-SEC-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-64-O-SEC-DESKTOP</criteria>
</property>
</root>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="directory" category="AC2 64bit Windows 7 - LAPTOP">
<property type="mustHaveList" id="mustHaveGroups">
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-64-O-IEX-SecConfig</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-64-O-ADM-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-64-O-SEC-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC2-64-O-SEC-NOTEBOOK</criteria>
</property>
</root>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="directory" category="ACB3 32bit Windows XP - CLIENT">
<property type="mustHaveList" id="mustHaveGroups">
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC-B-O-IEX-SecConfig</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC-B-O-SEC-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC-B-O-SEC-DESKTOP</criteria>
</property>
</root>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="directory" category="ACB3 32bit Windows XP - NOTEBOOK">
<property type="mustHaveList" id="mustHaveGroups">
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC-B-O-IEX-SecConfig</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC-B-O-SEC-BASIS</criteria>
<criteria>G-AUDI-AG-GPOFLT-C-AUDI-CAT-AC-B-O-SEC-NOTEBOOK</criteria>
</property>
</root>

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="CAT_Checker" plugin="environment">
</root>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- ACHTUNG: die id's sind hardcodiert! lediglich die werte duerfen veraendert werden!!! -->
<root app="cat-checker" plugin="eventlog">
<!-- ACHTUNG: showInformation="true" kann die Laufzeit der jeweiligen Testcases enorm verlaengern!! -->
<property type="nonvalue" logFileType="1" showError="true" showWarning="true" showInformation="false"/>
<property type="nonvalue" logFileType="2" showError="true" showWarning="true" showInformation="false"/>
<property type="nonvalue" logFileType="3" showError="true" showWarning="true" showInformation="false"/>
</root>

165
CATChecker/CONF/exec.xml Normal file
View File

@@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="CAT_Checker" plugin="exec">
<execItem id="Computerverwaltung">
<name>Computerverwaltung</name>
<caption>Computerverwaltung</caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[%systemroot%\system32\mmc.exe]]></execPath>
<execParams> <![CDATA[compmgmt.msc /computer:%COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="Remotecontroll (rc.exe)">
<name>Remotecontroll</name>
<caption>Remotecontroll (SCCM)</caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[%systemroot%\system32\wscript.exe]]></execPath>
<execParams> <![CDATA[\\audi.vwg\NETLOGON\ARS\rc.vbs %COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="Remotedesktop (RDP)">
<name>Remotedesktop (RDP)</name>
<caption>Remotedesktop (RDP)</caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[%systemroot%\system32\mstsc.exe]]></execPath>
<execParams> <![CDATA[/v:%COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="Regedit">
<name></name>
<caption>Regedit</caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[regedit.exe]]></execPath>
<execParams> <![CDATA[]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="DCOM">
<name>DCOM</name>
<caption>Repair Tool</caption>
<description><![CDATA[DCOM ]]></description>
<execPath><![CDATA[cscript.exe]]></execPath>
<execParams> <![CDATA[\\incatinst.in.audi.vwg\cat\SCCM\Tools\RepairAll\RepairAll.vbs /DCOMrepair /cname=%COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="WMI">
<name>WMI</name>
<caption>Repair Tool</caption>
<description><![CDATA[WMI ]]></description>
<execPath><![CDATA[cscript.exe]]></execPath>
<execParams> <![CDATA[\\incatinst.in.audi.vwg\cat\SCCM\Tools\RepairAll\RepairAll.vbs /WMIrepair /cname=%COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="SCCM Deinstallation">
<name>SCCM Deinstallation</name>
<caption>Repair Tool</caption>
<description><![CDATA[SCCM Deinstallation]]></description>
<execPath><![CDATA[cscript.exe]]></execPath>
<execParams> <![CDATA[\\incatinst.in.audi.vwg\cat\SCCM\Tools\RepairAll\RepairAll.vbs /SCCMUn /cname=%COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="SCCM (Re)Installation">
<name>SCCM (Re)Installation</name>
<caption>Repair Tool</caption>
<description><![CDATA[SCCM (Re)Installation ]]></description>
<execPath><![CDATA[cscript.exe]]></execPath>
<execParams> <![CDATA[\\incatinst.in.audi.vwg\cat\SCCM\Tools\RepairAll\RepairAll.vbs /SCCMUn /SCCMIn /cname=%COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="CAT-Wiki">
<name>CAT-Wiki</name>
<caption><![CDATA[CAT-Wiki]]></caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[https://catsc-web.in.audi.vwg/wiki/catwiki/doku.php?id=start]]></execPath>
<execParams></execParams>
<execType>2</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="SMS-Reporting">
<name>SMS-Reporting</name>
<caption><![CDATA[SMS-Reporting]]></caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[http://audiinsa0411.audi.vwg/SMSReporting_INT/MachDetails.asp]]></execPath>
<execParams></execParams>
<execType>2</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="CAT-Auftrag">
<name>CAT-Auftrag</name>
<caption><![CDATA[CAT-Auftrag]]></caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[http://catsc-web.in.audi.vwg/java/support2/Cassis.cassis?dispatch=startNewCall&applSuffix=Support]]></execPath>
<execParams></execParams>
<execType>2</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="EEPCwebHelpDesk">
<name>EEPCwebHelpDesk</name>
<caption><![CDATA[EEPC webHelpDesk]]></caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[https://vwagwos00310.wob.vw.vwg/]]></execPath>
<execParams></execParams>
<execType>2</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="DNSweb">
<name>DNSweb</name>
<caption><![CDATA[DNSweb]]></caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[http://dnsweb.in.audi.vwg/]]></execPath>
<execParams></execParams>
<execType>2</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="ping">
<name>ping</name>
<caption>ping</caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[cmd.exe]]></execPath>
<execParams> <![CDATA[/k ping.exe %COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="ARS">
<name>ARS</name>
<caption>ARS</caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[mmc.exe]]></execPath>
<execParams> <![CDATA[%ProgramFiles%\Quest Software\ActiveRoles Server65\MMC\ActiveRoles Server.msc]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="RcReEnable">
<name>RC-ReEnable</name>
<caption>RC-ReEnable</caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[\\incatinst.in.audi.vwg\cat\SCCM\Tools\remote_console_reenable\remote_console_reenable.exe]]></execPath>
<execParams> <![CDATA[/silent /ID=%COMPUTERNAME%]]></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="Explorer">
<name>Explorer++</name>
<caption>Explorer++</caption>
<description><![CDATA[]]></description>
<execPath><![CDATA[\\incatinst.in.audi.vwg\cat\SCCM\Tools\e++\Explorer++.exe]]></execPath>
<execParams></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
<execItem id="OffCAT">
<name>OffCAT</name>
<caption>OffCAT</caption>
<description><![CDATA[Office Configuration Analyzer]]></description>
<execPath><![CDATA[\\incatinst.in.audi.vwg\cat\SCCM\Tools\OffCAT1.1\OffCAT.exe]]></execPath>
<execParams></execParams>
<execType>1</execType>
<execUserLevel>0</execUserLevel>
</execItem>
</root>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="CAT_Checker" plugin="mcafee">
<property type="allowedList" id="vsVersion">
<criteria state="1">8.8</criteria>
<criteria state="2">8.7</criteria>
</property>
<property type="allowedList" id="hipVersion">
<criteria state="1">8.0</criteria>
<criteria state="2">7.0</criteria>
</property>
<property type="allowedList" id="epoVersion">
<criteria state="1">4.6</criteria>
<criteria state="2">4.5</criteria>
</property>
<property type="value" id="datAge">2</property>
</root>

4
CATChecker/CONF/sccm.xml Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- ACHTUNG: die id's sind hardcodiert! lediglich die werte duerfen veraendert werden!!! -->
<root app="cat-checker" plugin="sccm">
</root>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- ACHTUNG: die id's sind hardcodiert! lediglich die werte duerfen veraendert werden!!! -->
<root app="cat-checker" plugin="services">
<property type="value" id="ac2.32_c" label="win 7 32 bit - client"><![CDATA[services_ac2_32_c.xml]]></property>
<property type="value" id="ac2.32_l" label="win 7 32 bit - laptop"><![CDATA[services_ac2_32_l.xml]]></property>
<property type="value" id="ac2.64_c" label="win 7 64 bit - desktop"><![CDATA[services_ac2_64_c.xml]]></property>
<property type="value" id="ac2.64_l" label="win 7 64 bit - laptop"><![CDATA[services_ac2_64_l.xml]]></property>
<property type="value" id="acb3_c" label="win xp 64 bit - client"><![CDATA[services_acb3_c.xml]]></property>
<property type="value" id="acb3_l" label="win xp 64 bit - laptop"><![CDATA[services_acb3_l.xml]]></property>
</root>

View File

@@ -0,0 +1,182 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="services" category="AC2 32 Windows 7 - CLIENT">
<property type="nonvalue" id="acronisagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="acrsch2svc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="adobeflashplayerupdatesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="aelookupsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="alg" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="appidsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="appinfo" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="appmgmt" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="aspnet_state" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="audioendpointbuilder" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="audiosrv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="axinstsv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="bdesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="besclient" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bfe" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bits" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="browser" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="bthserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ccmexec" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="certpropsvc" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="clr_optimization_v2.0.50727_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v4.0.30319_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="comsysapp" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="cryptsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="cscservice" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="csp session manager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="db2mgmtsvc_db2audi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dcomlaunch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="defragsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dhcp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dnscache" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dot3svc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dps" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eaphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="efs" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="emsagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="enterceptagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventlog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventsystem" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="fax" startmode="*" startstatus="false"/>
<property type="nonvalue" id="fdphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="fdrespub" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="flutilssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="fontcache" startmode="*" startstatus="*"/>
<property type="nonvalue" id="fontcache3.0.0.0" startmode="*" startstatus="*"/>
<property type="nonvalue" id="gpsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="gpupdates" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hidserv" startmode="*" startstatus="*"/>
<property type="nonvalue" id="hips" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hkmsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="homegrouplistener" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="homegroupprovider" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="idsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ikeext" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ipbusenum" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="iphlpsvc" startmode="auto" startstatus="*"/>
<property type="nonvalue" id="keyiso" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="ktmrm" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanserver" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanworkstation" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lltdsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="lmhosts" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcafeeframework" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcshield" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mctaskmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mdm" startmode="*" startstatus="*"/>
<property type="nonvalue" id="mfefire" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mfevtp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mmcss" startmode="*" startstatus="*"/>
<property type="nonvalue" id="mms" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mpssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="msdtc" startmode="*" startstatus="false"/>
<property type="nonvalue" id="msiscsi" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="msiserver" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="napagent" startmode="*" startstatus="*"/>
<property type="nonvalue" id="netlogon" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="netman" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="netmsmqactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netpipeactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netprofm" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="nettcpactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nettcpportsharing" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nlasvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="nsi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="odserv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ose" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="p2pimsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="p2psvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="pcasvc" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="peerdistsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="perfhost" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="pla" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="plugplay" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="pnrpautoreg" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="pnrpsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="policyagent" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="power" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="profsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="protectedstorage" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="qwave" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rapimgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rasauto" startmode="*" startstatus="false"/>
<property type="nonvalue" id="rasman" startmode="*" startstatus="*"/>
<property type="nonvalue" id="remoteaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="remoteregistry" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="rpceptmapper" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rpclocator" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rpcss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="safebootclientmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="samss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scardsvr" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="schedule" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scpolicysvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sdrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="seclogon" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sens" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sensrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="servicemgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sessionenv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sftlist" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sftvsa" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="sharedaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="shellhwdetection" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="smstsmgr" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="snmptrap" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="spooler" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sppsvc" startmode="auto" startstatus="false"/>
<property type="nonvalue" id="sppuinotify" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sqlwriter" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_service" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_watchdog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ssdpsrv" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="sstpsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="stisvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="storsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="swprv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sysmain" startmode="*" startstatus="*"/>
<property type="nonvalue" id="tabletinputservice" startmode="*" startstatus="*"/>
<property type="nonvalue" id="tapisrv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="tbs" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="termservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="themes" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="threadorder" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="trkwks" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="trustedinstaller" startmode="*" startstatus="*"/>
<property type="nonvalue" id="ui0detect" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="umrdpservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="upnphost" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="uxsms" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="vaultsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="vds" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="vpnagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="vss" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="w32time" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="wbengine" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wbiosrvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wcncsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wcspluginservice" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wdiservicehost" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="wdisystemhost" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="webclient" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wecsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wecvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wercplsupport" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wersvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="windefend" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="winhttpautoproxysvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="winmgmt" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="winrm" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wlansvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wmiapsrv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wmpnetworksvc" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="wpcsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wpdbusenum" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wscsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wsearch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wuauserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wudfsvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="wwansvc" startmode="*" startstatus="*"/>
</root>

View File

@@ -0,0 +1,182 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="services" category="AC2 32it Windows 7 - LAPTOP">
<property type="nonvalue" id="acronisagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="acrsch2svc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="adobeflashplayerupdatesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="aelookupsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="alg" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="appidsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="appinfo" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="appmgmt" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="aspnet_state" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="audioendpointbuilder" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="audiosrv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="axinstsv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="bdesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="besclient" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bfe" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bits" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="browser" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="bthserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ccmexec" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="certpropsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="clr_optimization_v2.0.50727_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v4.0.30319_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="comsysapp" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="cryptsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="cscservice" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="csp session manager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="db2mgmtsvc_db2audi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dcomlaunch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="defragsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dhcp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dnscache" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dot3svc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dps" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eaphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="efs" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="emsagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="enterceptagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventlog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventsystem" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="fax" startmode="*" startstatus="false"/>
<property type="nonvalue" id="fdphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="fdrespub" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="flutilssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="fontcache" startmode="*" startstatus="*"/>
<property type="nonvalue" id="fontcache3.0.0.0" startmode="*" startstatus="*"/>
<property type="nonvalue" id="gpsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="gpupdates" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hidserv" startmode="*" startstatus="*"/>
<property type="nonvalue" id="hips" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hkmsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="homegrouplistener" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="homegroupprovider" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="idsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ikeext" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ipbusenum" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="iphlpsvc" startmode="auto" startstatus="*"/>
<property type="nonvalue" id="keyiso" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="ktmrm" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanserver" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanworkstation" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lltdsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="lmhosts" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcafeeframework" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcshield" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mctaskmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mdm" startmode="*" startstatus="*"/>
<property type="nonvalue" id="mfefire" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mfevtp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mmcss" startmode="*" startstatus="*"/>
<property type="nonvalue" id="mms" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mpssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="msdtc" startmode="*" startstatus="false"/>
<property type="nonvalue" id="msiscsi" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="msiserver" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="napagent" startmode="*" startstatus="*"/>
<property type="nonvalue" id="netlogon" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="netman" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="netmsmqactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netpipeactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netprofm" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="nettcpactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nettcpportsharing" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nlasvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="nsi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="odserv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ose" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="p2pimsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="p2psvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="pcasvc" startmode="*" startstatus="true"/>
<property type="nonvalue" id="peerdistsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="perfhost" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="pla" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="plugplay" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="pnrpautoreg" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="pnrpsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="policyagent" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="power" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="profsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="protectedstorage" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="qwave" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rapimgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rasauto" startmode="*" startstatus="false"/>
<property type="nonvalue" id="rasman" startmode="*" startstatus="*"/>
<property type="nonvalue" id="remoteaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="remoteregistry" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="rpceptmapper" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rpclocator" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rpcss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="safebootclientmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="samss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scardsvr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="schedule" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scpolicysvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sdrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="seclogon" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sens" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sensrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="servicemgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sessionenv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sftlist" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sftvsa" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="sharedaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="shellhwdetection" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="smstsmgr" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="snmptrap" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="spooler" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sppsvc" startmode="auto" startstatus="false"/>
<property type="nonvalue" id="sppuinotify" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sqlwriter" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_service" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_watchdog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ssdpsrv" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="sstpsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="stisvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="storsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="swprv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sysmain" startmode="*" startstatus="*"/>
<property type="nonvalue" id="tabletinputservice" startmode="*" startstatus="*"/>
<property type="nonvalue" id="tapisrv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="tbs" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="termservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="themes" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="threadorder" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="trkwks" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="trustedinstaller" startmode="*" startstatus="*"/>
<property type="nonvalue" id="ui0detect" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="umrdpservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="upnphost" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="uxsms" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="vaultsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="vds" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="vpnagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="vss" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="w32time" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="wbengine" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wbiosrvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wcncsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wcspluginservice" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wdiservicehost" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="wdisystemhost" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="webclient" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wecsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wecvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wercplsupport" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wersvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="windefend" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="winhttpautoproxysvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="winmgmt" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="winrm" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wlansvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wmiapsrv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wmpnetworksvc" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="wpcsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wpdbusenum" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wscsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wsearch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wuauserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wudfsvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="wwansvc" startmode="*" startstatus="*"/>
</root>

View File

@@ -0,0 +1,184 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="services" category="AC2 64bit Windows 7 - CLIENT">
<property type="nonvalue" id="acronisagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="acrsch2svc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="adobeflashplayerupdatesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="aelookupsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="alg" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="appidsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="appinfo" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="appmgmt" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="aspnet_state" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="audioendpointbuilder" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="audiosrv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="axinstsv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="bdesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="besclient" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bfe" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bits" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="browser" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="bthserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ccmexec" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="certpropsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="clr_optimization_v2.0.50727_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v2.0.50727_64" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v4.0.30319_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v4.0.30319_64" startmode="*" startstatus="*"/>
<property type="nonvalue" id="comsysapp" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="cryptsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="cscservice" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="csp session manager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="db2mgmtsvc_db2audi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dcomlaunch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="defragsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dhcp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dnscache" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dot3svc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dps" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eaphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="efs" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="emsagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="enterceptagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventlog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventsystem" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="fax" startmode="*" startstatus="false"/>
<property type="nonvalue" id="fdphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="fdrespub" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="flutilssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="fontcache" startmode="*" startstatus="*"/>
<property type="nonvalue" id="fontcache3.0.0.0" startmode="*" startstatus="*"/>
<property type="nonvalue" id="gpsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="gpupdates" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hidserv" startmode="*" startstatus="*"/>
<property type="nonvalue" id="hips" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hkmsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="homegrouplistener" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="homegroupprovider" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="idsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ikeext" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ipbusenum" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="iphlpsvc" startmode="auto" startstatus="*"/>
<property type="nonvalue" id="keyiso" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="ktmrm" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanserver" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanworkstation" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lltdsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="lmhosts" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcafeeframework" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcshield" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mctaskmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mdm" startmode="*" startstatus="*"/>
<property type="nonvalue" id="mfefire" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mfevtp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mmcss" startmode="*" startstatus="*"/>
<property type="nonvalue" id="mms" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mpssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="msdtc" startmode="*" startstatus="false"/>
<property type="nonvalue" id="msiscsi" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="msiserver" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="napagent" startmode="*" startstatus="*"/>
<property type="nonvalue" id="netlogon" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="netman" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="netmsmqactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netpipeactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netprofm" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="nettcpactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nettcpportsharing" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nlasvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="nsi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="odserv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ose" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="p2pimsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="p2psvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="pcasvc" startmode="*" startstatus="true"/>
<property type="nonvalue" id="peerdistsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="perfhost" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="pla" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="plugplay" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="pnrpautoreg" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="pnrpsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="policyagent" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="power" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="profsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="protectedstorage" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="qwave" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rapimgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rasauto" startmode="*" startstatus="false"/>
<property type="nonvalue" id="rasman" startmode="*" startstatus="*"/>
<property type="nonvalue" id="remoteaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="remoteregistry" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="rpceptmapper" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rpclocator" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rpcss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="safebootclientmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="samss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scardsvr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="schedule" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scpolicysvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sdrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="seclogon" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sens" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sensrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="servicemgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sessionenv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sftlist" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sftvsa" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="sharedaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="shellhwdetection" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="smstsmgr" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="snmptrap" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="spooler" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sppsvc" startmode="auto" startstatus="false"/>
<property type="nonvalue" id="sppuinotify" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sqlwriter" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_service" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_watchdog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ssdpsrv" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="sstpsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="stisvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="storsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="swprv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sysmain" startmode="*" startstatus="*"/>
<property type="nonvalue" id="tabletinputservice" startmode="*" startstatus="*"/>
<property type="nonvalue" id="tapisrv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="tbs" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="termservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="themes" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="threadorder" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="trkwks" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="trustedinstaller" startmode="*" startstatus="*"/>
<property type="nonvalue" id="ui0detect" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="umrdpservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="upnphost" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="uxsms" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="vaultsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="vds" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="vpnagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="vss" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="w32time" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="wbengine" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wbiosrvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wcncsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wcspluginservice" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wdiservicehost" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="wdisystemhost" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="webclient" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wecsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wecvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wercplsupport" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wersvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="windefend" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="winhttpautoproxysvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="winmgmt" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="winrm" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wlansvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wmiapsrv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wmpnetworksvc" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="wpcsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wpdbusenum" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wscsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wsearch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wuauserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wudfsvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="wwansvc" startmode="*" startstatus="*"/>
</root>

View File

@@ -0,0 +1,184 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="services" category="AC2 64bit Windows 7 - LAPTOP">
<property type="nonvalue" id="acronisagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="acrsch2svc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="adobeflashplayerupdatesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="aelookupsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="alg" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="appidsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="appinfo" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="appmgmt" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="aspnet_state" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="audioendpointbuilder" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="audiosrv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="axinstsv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="bdesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="besclient" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bfe" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bits" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="browser" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="bthserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ccmexec" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="certpropsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="clr_optimization_v2.0.50727_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v2.0.50727_64" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v4.0.30319_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v4.0.30319_64" startmode="*" startstatus="*"/>
<property type="nonvalue" id="comsysapp" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="cryptsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="cscservice" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="csp session manager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="db2mgmtsvc_db2audi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dcomlaunch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="defragsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dhcp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dnscache" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dot3svc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dps" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eaphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="efs" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="emsagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="enterceptagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventlog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventsystem" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="fax" startmode="*" startstatus="false"/>
<property type="nonvalue" id="fdphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="fdrespub" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="flutilssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="fontcache" startmode="*" startstatus="*"/>
<property type="nonvalue" id="fontcache3.0.0.0" startmode="*" startstatus="*"/>
<property type="nonvalue" id="gpsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="gpupdates" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hidserv" startmode="*" startstatus="*"/>
<property type="nonvalue" id="hips" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hkmsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="homegrouplistener" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="homegroupprovider" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="idsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ikeext" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ipbusenum" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="iphlpsvc" startmode="auto" startstatus="*"/>
<property type="nonvalue" id="keyiso" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="ktmrm" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanserver" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanworkstation" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lltdsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="lmhosts" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcafeeframework" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcshield" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mctaskmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mdm" startmode="*" startstatus="*"/>
<property type="nonvalue" id="mfefire" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mfevtp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mmcss" startmode="*" startstatus="*"/>
<property type="nonvalue" id="mms" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mpssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="msdtc" startmode="*" startstatus="false"/>
<property type="nonvalue" id="msiscsi" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="msiserver" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="napagent" startmode="*" startstatus="*"/>
<property type="nonvalue" id="netlogon" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="netman" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="netmsmqactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netpipeactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netprofm" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="nettcpactivator" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nettcpportsharing" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nlasvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="nsi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="odserv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ose" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="p2pimsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="p2psvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="pcasvc" startmode="*" startstatus="true"/>
<property type="nonvalue" id="peerdistsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="perfhost" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="pla" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="plugplay" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="pnrpautoreg" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="pnrpsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="policyagent" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="power" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="profsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="protectedstorage" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="qwave" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rapimgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rasauto" startmode="*" startstatus="false"/>
<property type="nonvalue" id="rasman" startmode="*" startstatus="*"/>
<property type="nonvalue" id="remoteaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="remoteregistry" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="rpceptmapper" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rpclocator" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rpcss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="safebootclientmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="samss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scardsvr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="schedule" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scpolicysvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sdrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="seclogon" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sens" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sensrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="servicemgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sessionenv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sftlist" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sftvsa" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="sharedaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="shellhwdetection" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="smstsmgr" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="snmptrap" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="spooler" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sppsvc" startmode="auto" startstatus="false"/>
<property type="nonvalue" id="sppuinotify" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sqlwriter" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_service" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_watchdog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ssdpsrv" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="sstpsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="stisvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="storsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="swprv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sysmain" startmode="*" startstatus="*"/>
<property type="nonvalue" id="tabletinputservice" startmode="*" startstatus="*"/>
<property type="nonvalue" id="tapisrv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="tbs" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="termservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="themes" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="threadorder" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="trkwks" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="trustedinstaller" startmode="*" startstatus="*"/>
<property type="nonvalue" id="ui0detect" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="umrdpservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="upnphost" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="uxsms" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="vaultsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="vds" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="vpnagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="vss" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="w32time" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="wbengine" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wbiosrvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wcncsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wcspluginservice" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wdiservicehost" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="wdisystemhost" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="webclient" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wecsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wecvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wercplsupport" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wersvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="windefend" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="winhttpautoproxysvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="winmgmt" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="winrm" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wlansvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wmiapsrv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wmpnetworksvc" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="wpcsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wpdbusenum" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wscsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wsearch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wuauserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wudfsvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="wwansvc" startmode="*" startstatus="*"/>
</root>

View File

@@ -0,0 +1,136 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="services" category="win xp 64 bit - CLIENT">
<property type="nonvalue" id="acronisagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="acrsch2svc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="adobeflashplayerupdatesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="aelookupsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="alerter" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="alg" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="appidsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="appinfo" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="appmgmt" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="aspnet_state" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="audioendpointbuilder" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="audiosrv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="besclient" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bits" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="browser" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="ccmexec" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="cisvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="clipsrv" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="clr_optimization_v2.0.50727_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v4.0.30319_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="comsysapp" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="cryptsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="csp session manager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="db2mgmtsvc_db2audi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dcomlaunch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="defragsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dhcp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dmadmin" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="dmserver" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dnscache" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dot3svc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="eaphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="emsagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="enterceptagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ersvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="eventlog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventsystem" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="fastuserswitchingcompatibility" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="fax" startmode="*" startstatus="false"/>
<property type="nonvalue" id="flutilssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="fontcache3.0.0.0" startmode="*" startstatus="*"/>
<property type="nonvalue" id="helpsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hidserv" startmode="*" startstatus="*"/>
<property type="nonvalue" id="hkmsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="httpfilter" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="idsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="imapiservice" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="lanmanserver" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanworkstation" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lmhosts" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcafeeframework" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcshield" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mctaskmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mdm" startmode="*" startstatus="*"/>
<property type="nonvalue" id="messenger" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mfefire" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mfevtp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mnmsrvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="msdtc" startmode="*" startstatus="false"/>
<property type="nonvalue" id="msiserver" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="napagent" startmode="*" startstatus="*"/>
<property type="nonvalue" id="netdde" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netddedsdm" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netlogon" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="netman" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="nettcpportsharing" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nla" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="ntlmssp" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ntlmsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="ntmssvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="nvsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="odserv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ose" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="plugplay" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="policyagent" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="protectedstorage" startmode="auto" startstatus="*"/>
<property type="nonvalue" id="rasauto" startmode="*" startstatus="false"/>
<property type="nonvalue" id="rasman" startmode="*" startstatus="*"/>
<property type="nonvalue" id="rdsessmgr" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="remoteaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="remoteregistry" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="rpceptmapper" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rpclocator" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rpcss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rsvp" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="safebootclientmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="samss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scardsvr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="schedule" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="seclogon" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sens" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sensrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="servicemgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sftlist" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sftvsa" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="sharedaccess" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="shellhwdetection" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="smstsmgr" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="spooler" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sqlwriter" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_service" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_watchdog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ssdpsrv" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="stisvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="srservice" startmode="auto" startstatus="*"/>
<property type="nonvalue" id="swprv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sysmonlog" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="tapisrv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="termservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="themes" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="tlntsvr" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="trkwks" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="upnphost" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="ups" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="vss" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="w32time" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="wcsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="webclient" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="windefend" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="winmgmt" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="winrm" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wmdmpmsn" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wmi" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wmiapsrv" startmode="*" startstatus="false"/>
<property type="nonvalue" id="wmpnetworksvc" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="wpffontcache_v0400" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wscsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wsearch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wuauserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wudfsvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="wwansvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="wzcsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="xmlprov" startmode="manual" startstatus="false"/>
</root>

View File

@@ -0,0 +1,136 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="services" category="win xp 64 bit - LAPTOP">
<property type="nonvalue" id="acronisagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="acrsch2svc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="adobeflashplayerupdatesvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="aelookupsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="alerter" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="alg" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="appidsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="appinfo" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="appmgmt" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="aspnet_state" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="audioendpointbuilder" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="audiosrv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="besclient" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="bits" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="browser" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="ccmexec" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="cisvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="clipsrv" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="clr_optimization_v2.0.50727_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="clr_optimization_v4.0.30319_32" startmode="*" startstatus="*"/>
<property type="nonvalue" id="comsysapp" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="cryptsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="csp session manager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="db2mgmtsvc_db2audi" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dcomlaunch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="defragsvc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="dhcp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dmadmin" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="dmserver" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dnscache" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="dot3svc" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="eaphost" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="emsagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="enterceptagent" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ersvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="eventlog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="eventsystem" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="fastuserswitchingcompatibility" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="fax" startmode="*" startstatus="false"/>
<property type="nonvalue" id="flutilssvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="fontcache3.0.0.0" startmode="*" startstatus="*"/>
<property type="nonvalue" id="helpsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="hidserv" startmode="*" startstatus="*"/>
<property type="nonvalue" id="hkmsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="httpfilter" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="idsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="imapiservice" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="lanmanserver" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lanmanworkstation" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="lmhosts" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcafeeframework" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mcshield" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mctaskmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mdm" startmode="*" startstatus="*"/>
<property type="nonvalue" id="messenger" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mfefire" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mfevtp" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="mnmsrvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="msdtc" startmode="*" startstatus="false"/>
<property type="nonvalue" id="msiserver" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="napagent" startmode="*" startstatus="*"/>
<property type="nonvalue" id="netdde" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netddedsdm" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="netlogon" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="netman" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="nettcpportsharing" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="nla" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="ntlmssp" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ntlmsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="ntmssvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="nvsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="odserv" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="ose" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="plugplay" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="policyagent" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="protectedstorage" startmode="auto" startstatus="*"/>
<property type="nonvalue" id="rasauto" startmode="*" startstatus="false"/>
<property type="nonvalue" id="rasman" startmode="*" startstatus="*"/>
<property type="nonvalue" id="rdsessmgr" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="remoteaccess" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="remoteregistry" startmode="!disabled" startstatus="*"/>
<property type="nonvalue" id="rpceptmapper" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rpclocator" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="rpcss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="rsvp" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="safebootclientmanager" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="samss" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="scardsvr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="schedule" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="seclogon" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="sens" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sensrsvc" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="servicemgr" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sftlist" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sftvsa" startmode="manual" startstatus="true"/>
<property type="nonvalue" id="sharedaccess" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="shellhwdetection" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="smstsmgr" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="spooler" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sqlwriter" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_service" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="sr_watchdog" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="ssdpsrv" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="stisvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="srservice" startmode="auto" startstatus="*"/>
<property type="nonvalue" id="swprv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="sysmonlog" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="tapisrv" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="termservice" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="themes" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="tlntsvr" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="trkwks" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="upnphost" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="ups" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="vss" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="w32time" startmode="!disabled" startstatus="true"/>
<property type="nonvalue" id="wcsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="webclient" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="windefend" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="winmgmt" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="winrm" startmode="manual" startstatus="false"/>
<property type="nonvalue" id="wmdmpmsn" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wmi" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wmiapsrv" startmode="*" startstatus="false"/>
<property type="nonvalue" id="wmpnetworksvc" startmode="!auto" startstatus="false"/>
<property type="nonvalue" id="wpffontcache_v0400" startmode="manual" startstatus="*"/>
<property type="nonvalue" id="wscsvc" startmode="disabled" startstatus="false"/>
<property type="nonvalue" id="wsearch" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wuauserv" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="wudfsvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="wwansvc" startmode="*" startstatus="*"/>
<property type="nonvalue" id="wzcsvc" startmode="auto" startstatus="true"/>
<property type="nonvalue" id="xmlprov" startmode="manual" startstatus="false"/>
</root>

37
CATChecker/CONF/tests.xml Normal file
View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="cat-checker" plugin="testTier" maxID="22">
<property type="nonvalue" id="1" category="external" class="TestDNSLookup" label="DNS Lookup" constraintID="" active="true"/>
<property type="nonvalue" id="2" category="external" class="TestPing" label="Ping" constraintID="1" active="true" />
<property type="nonvalue" id="3" category="external" class="TestSocketConnect" label="Socket Connect" constraintID="2" active="true"/>
<property type="nonvalue" id="4" category="wmi" class="TestWmiAvailability" label="Wmi Verfügbarkeit" constraintID="2" active="true"/>
<property type="nonvalue" id="5" category="wmi" class="TestHardDiscConf" label="Hard Disc Konfiguration" constraintID="4" active="true"/>
<property type="nonvalue" id="6" category="wmi" class="TestComputerSystemConf" label="Computer System Konfiguration" constraintID="4" active="true"/>
<property type="nonvalue" id="7" category="wmi" class="TestComputerSystemType" label="Computer System Typ" constraintID="4" active="true"/>
<property type="nonvalue" id="8" category="wmi" class="TestServices" label="Dienste Konfiguration" constraintID="4" active="true"/>
<property type="nonvalue" id="18" category="activeDirectory" class="TestADAvailability" label="AD Eintrag Test" constraintID="" active="true"/>
<property type="nonvalue" id="33" category="activeDirectory" class="TestInBZGroup" label="System in Besprechungszimmer Gruppe" constraintID="18" active="true"/>
<property type="nonvalue" id="9" category="wmi" class="TestDokukamera" label="USB Dokukamera Test" constraintID="33" active="true"/>
<property type="nonvalue" id="10" category="wmi" class="TestEscriptService" label="eScript Dienst Test" constraintID="33" active="true"/>
<property type="nonvalue" id="11" category="wmi" class="TestEnvironmentVariables" label="Umgebungsvariablen Konfiguration" constraintID="4" active="true"/>
<property type="nonvalue" id="12" category="registry" class="TestRemoteRegistryAvailability" label="RemoteRegistry Dienst Verfügbarkeit" constraintID="4" active="true"/>
<property type="nonvalue" id="13" category="registry" class="TestASAPVer" label="AC-Client Version" constraintID="12" active="true"/>
<property type="nonvalue" id="14" category="registry" class="TestMcAfeeEPO" label="McAfee ePO Agent Konfiguration" constraintID="12" active="true"/>
<property type="nonvalue" id="15" category="registry" class="TestMcAfeeVS" label="McAfee Virusscanner Konfiguration" constraintID="12" active="true"/>
<property type="nonvalue" id="16" category="registry" class="TestMcAfeeHIP" label="McAfee HIP Konfiguration" constraintID="12" active="true"/>
<property type="nonvalue" id="17" category="registry" class="TestEnergyPolicy" label="Energy Policiy Konfiguration" constraintID="33" active="true"/>
<property type="nonvalue" id="19" category="activeDirectory" class="TestADPfad" label="AD Pfad Test" constraintID="18" active="true"/>
<property type="nonvalue" id="20" category="activeDirectory" class="TestGroups" label="AD Gruppen Konfiguration" constraintID="18" active="true"/>
<property type="nonvalue" id="21" category="activeDirectory" class="TestNameDefinitions" label="AD Hostnamen Konsistenz Test" constraintID="18" active="true"/>
<property type="nonvalue" id="22" category="activeDirectory" class="TestPWLastSet" label="AD PW Last Set Test" constraintID="18" active="true"/>
<property type="nonvalue" id="23" category="activeDirectory" class="TestOU" label="AD OU Test" constraintID="" active="true"/>
<property type="nonvalue" id="24" category="external" class="TestShutdownTask" label="AD OU Test" constraintID="33" active="true"/>
<property type="nonvalue" id="25" category="db" class="TestHANI" label="HANI Inventurdaten Test" constraintID="" active="true"/>
<property type="nonvalue" id="26" category="wmi" class="TestSCCMInstalledSoftware" label="SCCM Installed Software" constraintID="4" active="true"/>
<property type="nonvalue" id="27" category="wmi" class="TestSCCMInstalledPatches" label="SCCM Installed Patches/Updates" constraintID="4" active="true"/>
<property type="nonvalue" id="28" category="wmi" class="TestSCCMSoftwareAdvertisements" label="SCCM Software Advertisements" constraintID="4" active="true"/>
<property type="nonvalue" id="29" category="wmi" class="TestSCCMSoftwareScheduledInstallations" label="SCCM Scheduled Installations" constraintID="4" active="true"/>
<property type="nonvalue" id="30" category="registry" class="TestUserProfile" label="On the machine available profiles" constraintID="12" active="true"/>
<property type="nonvalue" id="31" category="wmi" class="TestEventLogApplications" label="EventLog Anwendungen" constraintID="4" active="true"/>
<property type="nonvalue" id="32" category="wmi" class="TestEventLogSystem" label="EventLog System" constraintID="4" active="true"/>
<property type="nonvalue" id="34" category="activeDirectory" class="TestHostnameConsistency" label="AD Hostname consistency" constraintID="18" active="true"/>
</root>

53
CATChecker/CONF/ui.xml Normal file
View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8" ?>
<root app="CAT_Checker">
<plugins>
<plugin id="basisinfo">
<name><![CDATA[Basisinfo]]></name>
<description><![CDATA[Reiter Basisinfo]]></description>
<assemblyName>Basisinfo</assemblyName>
<enabled>true</enabled>
</plugin>
<plugin id="services">
<name><![CDATA[Services]]></name>
<description><![CDATA[Reiter Services]]></description>
<assemblyName>Services</assemblyName>
<enabled>true</enabled>
</plugin>
<plugin id="directory">
<name><![CDATA[Directory]]></name>
<description><![CDATA[Reiter Directory]]></description>
<assemblyName>Directory</assemblyName>
<enabled>true</enabled>
</plugin>
<plugin id="sccm">
<name><![CDATA[SCCM]]></name>
<description><![CDATA[Reiter SCCM]]></description>
<assemblyName>Sccm</assemblyName>
<enabled>true</enabled>
</plugin>
<plugin id="eventlog">
<name><![CDATA[NT Event Log]]></name>
<description><![CDATA[Reiter SCCM]]></description>
<assemblyName>Eventlog</assemblyName>
<enabled>true</enabled>
</plugin>
<plugin id="mcafee">
<name><![CDATA[McAfee]]></name>
<description><![CDATA[Reiter McAfee]]></description>
<assemblyName>Mcafee</assemblyName>
<enabled>true</enabled>
</plugin>
<plugin id="besprechungszimmer">
<name><![CDATA[Besprechungszimmer]]></name>
<description><![CDATA[Reiter Besprechungszimmer]]></description>
<assemblyName>Besprechungszimmer</assemblyName>
<enabled>true</enabled>
</plugin>
<plugin id="environment">
<name><![CDATA[Environment]]></name>
<description><![CDATA[Reiter Environment]]></description>
<assemblyName>Environment</assemblyName>
<enabled>true</enabled>
</plugin>
</plugins>
</root>