Created
March 31, 2020 02:57
-
-
Save theznerd/36433dd4a3066b6c70348ccde17ce8f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<WMIConfiguration> | |
<Namespace Path="ROOT\cimv2"> | |
<Class Name="Win32_Service"> | |
<Property Name="AcceptPause" /> | |
<Property Name="AcceptStop" /> | |
<Property Name="Caption" /> | |
<Property Name="CheckPoint" /> | |
<Property Name="CreationClassName" /> | |
<Property Name="DelayedAutoStart" /> | |
<Property Name="Description" /> | |
<Property Name="DesktopInteract" /> | |
<Property Name="DisplayName" /> | |
<Property Name="ErrorControl" /> | |
<Property Name="ExitCode" /> | |
<Property Name="InstallDate" /> | |
<Property Name="Name" /> | |
<Property Name="PathName" /> | |
<Property Name="ProcessId" /> | |
<Property Name="ServiceSpecificExitCode" /> | |
<Property Name="ServiceType" /> | |
<Property Name="Started" /> | |
<Property Name="StartMode" /> | |
<Property Name="StartName" /> | |
<Property Name="State" /> | |
<Property Name="Status" /> | |
<Property Name="SystemCreationClassName" /> | |
<Property Name="SystemName" /> | |
<Property Name="TagId" /> | |
<Property Name="WaitHint" /> | |
</Class> | |
</Namespace> | |
</WMIConfiguration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment