Windows 10 Need to mass uninstall KB4517211 but wusa.exe in PsExec is throwing error code 87.

  • Thread starter Thread starter KJSTech1
  • Start date Start date
K

KJSTech1

Guest
Hi, I need to mass uninstall KB4517211 so the Print Spooler service stops crashing in jscript.dll.


The following command errors out:

.\PsExec.exe -s \\computername wusa.exe /uninstall /kb:4517211 /quiet /norestart

PsExec v2.11 - Execute processes remotely
Copyright (C) 2001-2014 Mark Russinovich
Sysinternals - www.sysinternals.com


wusa.exe exited on computername with error code 87.


If I do not use the /quiet switch, the command appears to run , but it never ends. Your left with this indefinately, which means if you supply a txt file to PsExec, it will never move on to the next hostname.

PS D:\> .\PsExec.exe -s \\computername wusa.exe /uninstall /kb:4517211 /norestart /log

PsExec v2.11 - Execute processes remotely
Copyright (C) 2001-2014 Mark Russinovich
Sysinternals - www.sysinternals.com

_


I tried the /log flag but I'm not sure where the log file is going.


How can I mass uninstall an update. We already declined it in WSUS so no further download and installations would occur.

More...
 
Back
Top