Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
PLA /
Rules /
Delete
Unzip
Name
Size
Permission
Date
Action
en-US
[ DIR ]
drwxrwxrwx
2023-03-23 12:54
pt-BR
[ DIR ]
drwxrwxrwx
2019-12-07 15:53
Rules.System.CPU.xml
8.81
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Common.xml
2.99
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Configuration.xml
281.04
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Diagnostics.xml
165.06
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Disk.xml
6.28
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Finale.xml
6.96
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Memory.xml
12.61
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.NetDiagFramework.xml
55.94
KB
-rw-rw-rw-
2019-12-07 10:08
Rules.System.NetTrace.xml
393
B
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Network.xml
3.38
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Performance.xml
3.35
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Summary.xml
18.12
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Wired.xml
39.95
KB
-rw-rw-rw-
2019-12-07 10:08
Rules.System.Wireless.xml
156.19
KB
-rw-rw-rw-
2019-12-07 10:08
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <?Copyright (c) Microsoft Corporation. All rights reserved.?> <Rules> <Group name="$(GroupCleanup)"> <Rule name="$(RuleRemovePropertiesForHwOnly)" enabled="true"> <Step select="/Report/Section/Table/Summary" sortType="all"> <Exists> <Otherwise> <Delete select="."/> </Otherwise> </Exists> </Step> <Step select="/Report/Section[@name='SystemConfig']/Table/Item/Item[not(*/@warning)]" sortType="all"> <Exists> <Otherwise> <Delete select="Item[Data[@name='managementObjectsProperty']='ClassGuid']"/> <Delete select="Item[Data[@name='managementObjectsProperty']='PNPDeviceID']"/> <Delete select="Item[Data[@name='managementObjectsProperty']='Caption']"/> </Otherwise> </Exists> </Step> <Step select="/Report/Section[@name='SystemConfig']/Table/Item/Item[not (*/@warning)][Item[Data[@name='managementObjectsProperty']='Status' and Data[@name='managementObjectsValue']='OK']]" sortType="all"> <Exists> <Otherwise> <Delete select="Item[Data[@name='managementObjectsProperty']='ConfigManagerUserConfig']"/> <Delete select="Item[Data[@name='managementObjectsProperty']='Manufacturer']"/> <Delete select="Item[Data[@name='managementObjectsProperty']='Service']"/> <Delete select="Item[Data[@name='managementObjectsProperty']='Status']"/> </Otherwise> </Exists> </Step> <Step select="/Report"> <Exists> <Otherwise> <Delete select="Section/Table/Item/Item/Item[Data[@name='managementObjectsProperty']='DeviceID']"/> </Otherwise> </Exists> </Step> </Rule> <Rule name="$(RuleDeleteNoWarningTables)" enabled="true"> <Step select="/Report/Section/Table[@name='configPnp']"> <Exists> <When expression="count(Item/Data[@warning]) = 0"> <Delete select="."/> </When> </Exists> </Step> <Step select="/Report/Section/Table[@name='configVideo']"> <Exists> <When expression="count(Item/Data[@warning]) = 0"> <Delete select="."/> </When> </Exists> </Step> <Step select="/Report/Section/Table[@name='configPower']"> <Exists> <When expression="count(Item/Data[@warning]) = 0"> <Delete select="."/> </When> </Exists> </Step> <Step select="/Report/Section/Table[@name='configIdeChannel']"> <Exists> <When expression="count(Item/Data[@warning]) = 0"> <Delete select="."/> </When> </Exists> </Step> <Step select="/Report/Section/Table[@name='inclusiveTrans']"> <Exists> <Otherwise> <Delete select="."/> </Otherwise> </Exists> </Step> <Step select="/Report/Section/Table[@name='exclusiveTrans']"> <Exists> <Otherwise> <Delete select="."/> </Otherwise> </Exists> </Step> </Rule> <Rule name="$(RuleSuccessMessageNotNeeded)" enabled="true"> <Step select="/Report"> <Exists> <When expression="count(//*[@warning]) = 0"> <Variable name="internalruleindex" expression="{internalruleindex} + 1"/> <Variable name="severitymsg">$(Information)</Variable> <Variable name="msgstring">$(LOC_AllIsWell)</Variable> <Warning tag="ruleSuccessMessage_84_{internalruleindex}" select="." table="/Report/Section[@name='advice']/Table[@name='info']"> <Item> <Data name="severity" img="info" link="ruleSuccessMessage_84_{internalruleindex}" message="ruleSuccessMessage_84_{internalruleindex}" translate="value">{severitymsg}</Data> <Data name="warning" message="ruleSuccessMessage_84_{internalruleindex}">{msgstring}</Data> </Item> </Warning> </When> </Exists> </Step> </Rule> <Rule name="$(RuleRemoveBinaryRegistry)" enabled="true"> <Step select="/Report/Section/Table/Item/Item[Data[@name='registryKeysType']='{binaryregkeytype}']" sortType="all"> <Exists> <Otherwise> <Delete select="."/> </Otherwise> </Exists> </Step> </Rule> </Group> <Group name="$(GroupDataCheck)"> <Rule name="$(RuleEmptyTables)" enabled="true"> <Step select="/Report"> <Exists> <Otherwise> <Delete select="/Report/Section/Table[count(Item)=0]"/> </Otherwise> </Exists> </Step> </Rule> </Group> <Group name="$(GroupNotify)"> <Rule name="$(RuleNotify)" enabled="true"> <Step select="/Report"> <Variable name="computer" expression="Section[@name='tracerptHeader']/Table[@name='client']/Item/Data[@name='computer']"/> <Variable name="info" expression="count(warnings/warning[@type='info'])"/> <Variable name="warn" expression="count(warnings/warning[@type='warning' or not(@type)] )"/> <Variable name="error" expression="count(warnings/warning[@type='error'] )"/> <Exists> <When expression="{error} > 0"> <Variable name="type">error</Variable> </When> <When expression="{warn} > 0"> <Variable name="type">warning</Variable> </When> <Otherwise> <Variable name="type">info</Variable> </Otherwise> </Exists> <Notify type="{type}">$(Warnings)</Notify> </Step> </Rule> </Group> <StringTable> <String ID="Information" loc.comment="Only used in WDC Console">Information</String> <String ID="GroupDataCheck">Invalid Data Sets</String> <String ID="GroupNotify">Notification</String> <String ID="RuleNotify">Notification</String> <String ID="Warnings"> Computer: {computer} Error: {error} Warning: {warn} Information: {info} Report: {_document} </String> <String ID="RuleEmptyTables">Delete Empty Tables</String> <String ID="GroupCleanup" loc.comment="Only used in WDC Console">Report Cleanup</String> <String ID="RuleDeleteNoWarningTables" loc.comment="Only used in WDC Console">Delete Events Table if it has no warnings</String> <String ID="RuleSuccessMessageNotNeeded" loc.comment="Only used in WDC Console">Take out message for success case</String> <String ID="RuleRemoveBinaryRegistry" loc.comment="Only used in WDC Console">Remove all binary key data from registry tables</String> <String ID="LOC_AllIsWell" loc.comment="Message when no error, warning or informational is found">No problems found on this computer.</String> <String ID="RuleRemovePropertiesForHwOnly" loc.comment="Insert rule name seen in WPDC">Remove Unnecessary WMI Properties</String> </StringTable> </Rules>