Soran
Uninstall / Rollback Windows 10 CU (SILENT!)

Soru
-
Hello, everybody,
Has anyone had any success with the silent uninstallation (or silent rollback) of a Windows Update (Cumulative Update)?
The goal is to deploy a corresponding package with as minimal content as possible via SCCM (System Center Configuration Manager).
Thanks in advance.
Tüm Yanıtlar
-
-
To remove an update, use the command wusa /uninstall /kb:XXXXXXX /quiet and replace the KB number[X...] with the number of the update that you want to remove.
S.Sengupta,Microsoft MVP Windows and Devices for IT, Windows Insider MVP
Based on my research and test, using the command line with the quiet parameter: wusa.exe /uninstall /kb:XXXXXXX /quiet /norestart works on Windows 7 and 8, but it doesn’t work on Windows 10.
- Düzenleyen Patrik Schumacher 24 Ekim 2019 Perşembe 06:26
-
Hi,
About your question,you can see the below link that create a package using SCCM:
https://www.systemcenterdudes.com/sccm-uninstall-windows-update/
And in the method,the command line you should type the
wusa /uninstall /kb:xxxxxx
As S.Sengupta said,replace the xxxxxx with the number of the update you want to uninstall.
This response contains a reference to a third party site. Microsoft is providing this information as a convenience to you.
Best regards,
Charlotte Tang
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
Hi,
About your question,you can see the below link that create a package using SCCM:
https://www.systemcenterdudes.com/sccm-uninstall-windows-update/
And in the method,the command line you should type the
wusa /uninstall /kb:xxxxxx
As S.Sengupta said,replace the xxxxxx with the number of the update you want to uninstall.
This response contains a reference to a third party site. Microsoft is providing this information as a convenience to you.
Best regards,
Charlotte Tang
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.Thank you, but the article shows exactly the command as of S.Sengupta and will not work on Windows 10 with the parameter /quiet.
When we remove the /quiet parameter, as you mentioned, it will run on Windows 10, but it does lead to a prompt and therefore is not silent.
So in short: The command with the use of the parameter /quiet is not supportet on Windows 10 anymore.
Any other ideas?
Best regards,
Patrik
- Düzenleyen Patrik Schumacher 24 Ekim 2019 Perşembe 06:29
-
Hi,
The link say that /quiet is supported in Windows 10
Best regards,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.