The following are a list of Windows Updates that you probably don't want them in your system...
此外,可以藉由命令的方式,快速查詢已經安裝過的微軟更新:
Besides, there's a quick way to find installed updates through command line and piping:
wmic qfe list
wmic qfe | findstr "KB971033 KB2505438"
而我們也可以用指令的方式移除某項微軟更新
The way to uninstall an update by command is
wusa /uninstall /kb:?????
wusa /uninstall /kb:971033 /quiet
- KB971033 - Description of the update for Windows Activation Technologies