Skip to content

Instantly share code, notes, and snippets.

@theznerd
Created March 31, 2020 02:57
Show Gist options
  • Save theznerd/36433dd4a3066b6c70348ccde17ce8f3 to your computer and use it in GitHub Desktop.
Save theznerd/36433dd4a3066b6c70348ccde17ce8f3 to your computer and use it in GitHub Desktop.
<?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