When spoolsv.exe grows too large and CPU usage hits 100%
You can follow our latest technical articles at firewallpazari.com/blog.
If the spoolsv.exe file grows too large and pushes CPU usage to 100%, the commands below
can resolve the issue.
Regards
net stop spooler
del /q %SystemRoot%\System32\spool\printers\*.*
net start spooler




