Similar to above but with tweaked relevance to account for both service state and startup type:
Action Script:
action uses wow64 redirection {not x64 of operating system}
waithidden cmd /C powershell -ExecutionPolicy Bypass -command "Stop-Service -Name Spooler -Force ; Set-Service -Name Spooler -StartupType Disabled"
Relevance:
windows of operating system AND exists services "spooler" whose (state of it != "Stopped" OR start type of it != "disabled")