Print Spooler Remote Code Execution Vulnerability

Windows Print Spooler Remote Code Execution Vulnerability

  • Press Windows 10 Start menu
  • then type “Services.msc
  • now can see “Services” App.
  • Right click services.msc and select “Run as administrator“.
Windows 10 Open Services

Windows 10 Open Services

Scroll down to “Printer Spooler” service

Double click -> Properties-> Change startup type to “Disabled”

Disable Windows 10 Print Spooler Service Startup Type
Windows 10 Print Spooler Service Startup Type

How to disable the Printer Spooler service using Powershell ?

PowerShell Command to disable spooler service

Stop-Service -Name Spooler -Force
Set-Service -Name Spooler -StartupType Disabled