4.2.23 ServiceList Example

The following is an example of the ServiceList (section 2.2.5.28) XML element.

 <?xml version="1.0"?>
 <?WSRM version="1.0"?>
   <ServiceList>
     <Service>
       <Name>
         ALG
       </Name>
       <StartName>
         NT AUTHORITY\LocalService
       </StartName>
       <Path>
         D:\Windows\System32\alg.exe
       </Path>
       <Description>
         Provides support for 3rd party protocol plug-ins for Internet 
         Connection Sharing
       </Description>
     </Service>
     <Service>
       <Name>
         wudfsvc
       </Name>
       <StartName>
         LocalSystem
       </StartName>
       <Path>
         D:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted
       </Path>
       <Description>
         Manages user-mode driver host processes
       </Description>
     </Service>
   </ServiceList> 

Additional XML data examples are specified in section 4.2.