Hi I want a package to restart the spooler Service I have make a package contains - RestartSpooler.ps1 Restart-Service -Name Spooler -Force command Line - Powershell.exe -ExecutionPolicy Bypass -Command .\RestartSpooler.ps1 Enviroment ![100603-image.png][1] It dosent works , What is wrong ? [1]: /answers/storage/attachments/100603-image.png