S
S
Some Guy2015-09-04 17:32:50
Windows Server
Some Guy, 2015-09-04 17:32:50

How to uninstall updates in WSUS?

Hello
Tell me how to remove unnecessary products and classes in Critical and security updates?
In the parameters, I unchecked unnecessary products and classes, but I still see drivers and sharepoint-type products, etc.
I did cleaning, synchronization too ... w2012r2

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alejandro Esquire, 2015-09-04
@A1ejandro

try typing a cmd file with something like this and run it as administrator:
echo Delete KB2976978 (telemetry for Win8/8.1)
start /w wusa.exe /uninstall /kb:2976978 /quiet /norestart
echo Delete KB3075249 (telemetry for Win7/ 8.1)
start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart
echo Delete KB3080149 (telemetry for Win7/8.1)
start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart
echo Delete KB3021917 (telemetry for Win7)
start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question