Windows - Command Prompt-Uninstall Windows updates with specific KBID
Step 1 - Open command prompt as administrator
Check the installed Windows update that causing issue (Look for the latest update KBID)
Command
1
wmic qfe list brief
Step 2 - Uninstall the latest updates Note: wusa.exe - path
1
%windir%\system32
Command
1
wusa /uninstall /kb:12313123123
Step 3 - Restart the computer
This post is licensed under CC BY 4.0 by the author.