您的位置:首页 > 其它

解决VS2008调试后控制台无法关闭的…

2015-10-10 09:20 288 查看
   
如果遇到这个问题,说明你有开启windows更新(包括通过360方式更新),因为这是由微软的某个补丁包导致的问题。表现极度恶心:调试后控制台无法关闭,而且还没办法关机或重启,只能强行关闭电脑电源。

    上网搜索下,发现
遇到这个问题的人很多,详见:
http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/73cea559-ebbd-4274-96bc-e292b69f2fd1/#e9b28c45-635c-4adf-8d24-817bf39c207b
   
解决方法,命令行下输入(逐个进行,不能批量!如果提示找不到说明未安装该补丁,忽略即可):

c:

cd \WINDOWS

$NtUninstallKB978262$\spuninst\spuninst

$NtUninstallKB971468$\spuninst\spuninst

$NtUninstallKB978037$\spuninst\spuninst

$NtUninstallKB975713$\spuninst\spuninst

$NtUninstallKB978251$\spuninst\spuninst

$NtUninstallKB975560$\spuninst\spuninst

$NtUninstallKB977914$\spuninst\spuninst

$NtUninstallKB978706$\spuninst\spuninst

$NtUninstallKB977165$\spuninst\spuninst

   
重启,如果有安装360,又会提示补丁未安装,选择忽略这些补丁。这样搞完之后就ok了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: