How to Uninstall Windows Updates using PowerShell
In this article, I will show you how to uninstall Windows updates using PowerShell. You can list all the updates installed on your Windows computer using PowerShell and remove the updates using KB number.
Microsoft periodically releases updates, some of which are intended to resolve specific problems, but others of which unintentionally cause new problems. We have witnessed this occurring multiple times, which is why the majority of IT administrators choose to delay the deployment of new updates.
The updates that you want to uninstall may have been deployed via SCCM or you may have manually imported the update into WSUS from Microsoft Update Catalog. In case the update that you want to remove is installed using Configuration Manager, you can roll back a patch via SCCM.
If the update is causing issues on the computer, the only solution is to uninstall that problematic update. Your first goal is to find the update(s) that is causing issues when you update your Windows 10/11 computers. By looking at the updates that were installed on a particular date, you can do it quickly. Either you have to find the problematic update(s) and uninstall it, or you have to wait for Microsoft to release a separate patch. You can uninstall specific Windows updates using PowerShell if you realize it’s causing problems with the PC.
http://hondaikmciledug.co.id/HRIS/showthread.php?tid=92&pid=97#pid97
https://diggers.to/showthread.php?mode=linear&tid=101&pid=113
https://www.truecrimecollectors.com/showthread.php?tid=100
https://expectingtheunexpected.com/showthread.php?tid=115
https://www.phonegekko.com/showthread.php?tid=327
http://forum.optizord.com/showthread.php?tid=3
http://mediamommanila.com/explore-new-favoreats-on-foodpanda-hidden-gems/
http://nwnbalvick.free.fr/phpBB5/viewtopic.php?t=7904
http://nwnbalvick.free.fr/phpBB5/viewtopic.php?t=7921
http://nwnbalvick.free.fr/phpBB5/viewtopic.php?t=6499
http://nwnbalvick.free.fr/phpBB5/viewtopic.php?p=75724
https://ordemdospsicologos.org/forum/showthread.php?tid=1831
http://forum.kirmash.biz/viewtopic.php?id=15
http://forum.kirmash.biz/viewtopic.php?id=6563
http://www.dislivelli.eu/forum/viewtopic.php?f=6&t=17606
http://www.dislivelli.eu/forum/viewtopic.php?f=6&t=31639
http://www.dislivelli.eu/forum/viewtopic.php?f=6&t=15610
http://www.dislivelli.eu/forum/viewtopic.php?f=6&t=51749
http://157.230.37.164/viewtopic.php?f=13&t=160896
http://157.230.37.164/viewtopic.php?f=13&t=160963
http://157.230.37.164/viewtopic.php?f=16&t=161175
http://157.230.37.164/viewtopic.php?f=13&t=161129
How to Uninstall Windows Updates using PowerShell
Let’s look at the steps to uninstall Windows updates using PowerShell.
Step 1: Click Start and Launch the PowerShell as administrator. In the PowerShell window, run the below command. The below command lists all the updates installed on Windows computer.
The above command lists the following details in the output:
- Update Description: Whether it’s a security update or update.
- HotfixID: The KB number of the update.
- InstalledBy: The user account that installed the update.
- InstalledOn: The date on which the update was installed.
Step 2: From the list of installed updates, make a note of the hotfix ID that you wish to remove. Next, in the PowerShell window, run the below command to uninstall the update.
Note: Replace the UpdateID with the actual KB Update ID, from the list and then hit enter. This command will uninstall the Update.
The above command uses Windows Update Standalone Installer (Wusa.exe) to uninstall Windows Updates from the computer. The Wusa.exe file is located in the %windir%\System32 folder.
Step 3: After you run the above command, you need to confirm the removal of update. On the Windows Update Standalone installer, you see “Do you want to uninstall the following windows software update?” Select Yes to proceed with uninstalling the update.
Step 4: It takes just a few seconds to uninstall the update. Most updates require a reboot when you uninstall them. To restart the computer, select Restart Now. With these steps, you can easily uninstall Windows Updates using PowerShell.
https://www.trinitymissionsusa.com/board/board_topic/8824286/5611485.htm
https://www.trinitymissionsusa.com/board/board_topic/8824286/5794933.htm
https://de.exrus.eu/object-id525ee915ae2015706102eee0
http://www.izolacniskla.cz/forum-detail.php?dt_id=25609
http://heroicfantasygames.free.fr/Forum/viewtopic.php?p=29300
http://heroicfantasygames.free.fr/Forum/viewtopic.php?p=20903
http://heroicfantasygames.free.fr/Forum/viewtopic.php?p=28614
https://cs-bg.org/forum/viewtopic.php?t=60
https://cs-bg.org/forum/viewtopic.php?p=255
https://www.cs-bg.org/forum/viewtopic.php?t=258
https://www.itray.co.kr/bbs/board.php?bo_table=free&wr_id=3
http://xavierdeschamps.free.fr/Escalade/Forum_escalade/viewtopic.php?pid=6667
http://xavierdeschamps.free.fr/Escalade/Forum_escalade/viewtopic.php?pid=5815
http://xavierdeschamps.free.fr/Escalade/Forum_escalade/viewtopic.php?pid=6673
http://eldoradofus.free.fr/forum/viewtopic.php?pid=24451
http://eldoradofus.free.fr/forum/viewtopic.php?pid=12694
http://eldoradofus.free.fr/forum/viewtopic.php?pid=21843
https://obrpozor.ru/viewtopic.php?f=3&t=1571
https://obrpozor.ru/viewtopic.php?f=3&t=618
https://obrpozor.ru/viewtopic.php?f=3&t=1156
https://obrpozor.ru/viewtopic.php?f=3&t=457
Unable to Uninstall Updates using PowerShell?
In some cases, you cannot uninstall certain updates such as Servicing Stack updates using PowerShell. In the screenshot below, we are attempting to remove the patch KB5025749 from the computer using the following command.
The following error is displayed as a result of the update’s failure to uninstall: “Servicing Stack update is required by your machine and cannot be uninstalled.” You are unable to delete a servicing stack Update from your computer since your machine needs it, which is why you are seeing this message.
Servicing stack updates improve the reliability of the update process to mitigate potential issues while installing the latest quality updates and feature updates. If you don’t install the latest servicing stack update, there’s a risk that your device can’t be updated with the latest Microsoft security fixes.
Comments
Post a Comment