By the god’s Windows is a mess:
Turn the print-spooler off
-
Open a Command Prompt window with admin privilages.
-
Run the following:
net stop spooler && sc config spooler start=disabled
-
You’re now safe from any print-spooler based attacks.
Turn it back on
-
Open a Command Prompt window with admin privilages.
-
Run the following:
sc config spooler start=auto && net start spooler
-
Print off your stuff, then immedietly run the disable command.
It’s a weird workaround, but it works.