sql server 挂起的文件操作

今天在服务器上打sp3,结果提示一个挂起的文件,要求重启,后来找到解决的办法
打开注册表编辑器,在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session

Manager中找到PendingFileRenameOperations项目,并删除它。这样就可以清除安装暂挂项目
一看是空的,那怎么还不行呢
原来在其他地方还有,按F3继续查找PendingFileRenameOperations,and delete it,ok

原文地址:https://www.cnblogs.com/supercode/p/173394.html