📎 AI Summary:
The forum thread discusses downloading and installing a Microsoft security patch (KB5004945) to address a recent vulnerability, with users confirming successful updates on Windows 10. The original poster inquires about patching Windows 7, but is informed that it is no longer supported and cannot be patched, though some mitigations are suggested. The overall sentiment highlights cautious optimism about the patch's effectiveness, with added concern that the vulnerability may still persist despite updates, leading to questions about safety in delaying printing until proper patches are implemented.

Fenway16

Honorable Member
Joined
Jan 6, 2017
Messages
461
Thread Author #1
Is this the correct download to stop the newest threat? Microsoft urgent appeal to update pc's as noted today.
 

Solution
If you disable the print spooler yes. This would need to be run from an elevated Powershell prompt.

Work-around to protect yourself from the issue
Code:
Stop-Service -Name 'Spooler'
Set-Service -Name 'Spooler' -StartupType Disabled


Re-enable the service
Start-Service -Name 'Spooler'
Set-Service -Name 'Spooler' -StartupType Automatic

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
If you disable the service, the next time you reboot it will be stopped
 

Fenway16

Honorable Member
Joined
Jan 6, 2017
Messages
461
Thread Author #22
Ok good. I'm done. I hope they come up with a better fix than this anytime soon. Must really be annoying for businesses. First the pandemic and now Microsoft. :culpability: