Start the WindowSMART 2013 service

MomUIGenaratedRecoverya4d1b6647b3744889eae763fbe50b2b9 (Recovery)

Issues the "net start" command to the dnhsSmart (WindowSMART 2013) service to resolve a stopped service condition.

Element properties:

TargetMicrosoft.Windows.Computer
MonitorUIGeneratedMonitor7a051eae81d14234a954db16eb2c056c
Reset MonitorTrue
RemotableTrue
Timeout300
CategoryCustom
Enabledtrue
AccessibilityPublic

Member Modules:

ID Module Type TypeId RunAs 
MomUIGenaratedModulee4511e46ee784a19853b072de83551ca WriteAction System.CommandExecuter Default

Source Code:

<Recovery ID="MomUIGenaratedRecoverya4d1b6647b3744889eae763fbe50b2b9" Accessibility="Public" Enabled="true" Target="MicrosoftWindowsLibrary6172210!Microsoft.Windows.Computer" Monitor="UIGeneratedMonitor7a051eae81d14234a954db16eb2c056c" ResetMonitor="true" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Custom</Category>
<WriteAction ID="MomUIGenaratedModulee4511e46ee784a19853b072de83551ca" TypeID="System!System.CommandExecuter">
<ApplicationName>%SystemRoot%\system32\net.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>start dnhsSmart</CommandLine>
<TimeoutSeconds>15</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Recovery>