You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
Made self function dont know this correct way.
Disable Print Spooler
Function DisablePrintSpooler
{
Write-Output "Stopping and disabling Print Spooler service..."
Stop-Service "Spooler" -WarningAction SilentlyContinue
Set-Service "Spooler" -StartupType Disabled
}
The text was updated successfully, but these errors were encountered: