Problem:
In some cases, the system administrators Disable the Print spooler in the base image.
However, it can be enabled and started for the users in Application Launcher (a ProfileUnity module)
Possible Resolution(s):
1. Create a PowerShell scrip called (for example) PrintSpoolerService.ps1 that includes the below commands.
Set-Service -Name Spooler -StartupType Automatic
Start-Service -Name Spooler
2. Create Application Launcher rule in ProfileUnity with following settings:
Filespec: C:\windows\system32\cmd.exe
Arguments: /c powershell.exe -executionpolicy bypass -windowstyle hidden -noninteractive -nologo -noprofile \\FileServer\PrintSpoolerService.ps1
Timing: After configuration Execution
NOTE: Make sure to replace "\\FileServer\PrintSpoolerService.ps1" with your script location. The users need to be able to run scripts form that location.
3. Save the changes and Deploy to apply the changes.
Product: ProfileUnity
Product Version: 6.8.5+