Windows 10 kb5004945

Fenway16

Honorable Member
Joined
Jan 6, 2017
Messages
461
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
If you disable the service, the next time you reboot it will be stopped
 


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:
 


Back
Top