我需要这个来卸载第一个 KB,然后等到完成后再卸载下一个 KB,我该怎么做?
我会将已经格式化的批处理文件放在某个地方,这样其他一些可怜的灵魂就不必重新输入所有这些废话...... :) 其他人希望快速卸载大量更新。我更喜欢查看我的所有更新并检查与我当前安装的程序的兼容性,当一个粗心的用户激活 Windows 7 中的“自动下载并安装”选项时,所有这些更新都已安装,Windows 更新。其中大约有 100 个,所以我不想单独单击每个提示......(“粗心的用户”他大约 2 英尺高,3 岁,刚刚知道点击东西会起作用......)
wusa /uninstall /kb:KB2532531 /passive /norestart
wusa /uninstall /kb:KB2598845 /passive /norestart
wusa /uninstall /kb:KB2732487 /passive /norestart
wusa /uninstall /kb:KB2846960 /passive /norestart
wusa /uninstall /kb:KB2852386 /passive /norestart
wusa /uninstall /kb:KB2861191 /passive /norestart