Windows2008 R2 更新补丁报“代码 8000FFFF windows update 遇到未知错误“:
该问题主要原因是因为 C 盘无 user 权限,导致更新的补丁无法正常安装。
为C盘加上user权限,只需要给读写权限即可,为了系统安全在补丁更新完成以后去掉user权限,避免留下安全隐患。
如果以上方法还是无法解决,参考以下方法,通常可以解决:
停止自动更新 和 BITS服务。在命令提示符中执行:
shell net stop wuauservnet stop bits
启动自动更新服务和 BITS服务,当这两个服务运行后会自动创建“C:\Windows\SoftwareDistribution”文件夹。在命令提示符中执行:
shell net start wuauservnet start bits
shell net stop cryptsvc
重命名 C:\windows\System32\catroot2文件夹为:C:\windows\System32\catroot2.bak。
C:\Windows\SoftwareDistribution” 文件夹生成后, 做自动更新检测,在命令提示符中执行:
shell wuauclt.exe /resetauthorization /detectnow
如无法解决您的问题,请向我们提工单。