王学昌的笔记

Orioner.Wang

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size
学习笔记 Windows Server 检测到需要重新启动的系统挂起更改

检测到需要重新启动的系统挂起更改

今天重新安装win7,驱动、补丁安装完成重启。到安装Symantec Endpoint的时候不能正常安装,显示信息为
“Symantec Endpoint protection检测到需要重新启动的系统挂起更改。请重新启动系统并重新运行安装”。
但重启了几次,进行安装都出现同样的提示。
 
根据下面微软的解释:
 
PendingFileRenameOperations

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager

Data type

Range

Default value

REG_MULTI_SZ

File name pairs

(There is no default value for this entry.)

Description

Stores the names of files to be renamed when the system restarts.

This entry consists of pairs of file names. The file specified in the first item of the pair is renamed to match the second item of the pair. The system adds this entry to the registry when a user or program tries to rename a file that is in use. The file names are stored in the value of this entry until the system is restarted and they are renamed.

Note Image Note

Windows 2000 does not add this entry to the registry. You can add it by editing the registry or by using a program that edits the registry.

Caution Image Caution

This entry is maintained by Windows 2000 for internal use only. Do not change the value of this entry.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager应该存放的是当前系统会话的快照,而PendingFileRenameOperations记录的是一个未成功进行的文件更名操作
如果安装程序在安装进程启动时就发现这个键值存在,它就认为上一个安装程序没有完成,从而拒绝继续自身的安装进程。
如此操作,搞定,哈哈。
学习笔记 Windows Server 检测到需要重新启动的系统挂起更改
内容的浏览数 : 276306