Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
if {exists running service whose (service name of it as lowercase = "spooler")}
delete __appendfile
delete netquiet.bat
appendfile @ECHO OFF
appendfile start "" /min /b net %1 %2 /y > NUL 2> NUL
move __appendfile netquiet.bat
waithidden "{pathname of client folder of site "BESSupport" & "\RunQuiet.exe"}" netquiet.bat stop "spooler"
delete netquiet.bat
waithidden cmd /C sc config spooler start= disabled
else if {exists not running service "spooler" and not exists start type whose(it = "disabled") of service "spooler"}
waithidden cmd /C sc config spooler start= disabled
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.