Troubleshoot how to define/find cause of console pending restart status
find cause of console pending restart status with below one.
- Registry: PendingFileRenameOperations
- Under
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager
, if there is a value namedPendingFileRenameOperations
, it will contain a list of files that need to be renamed on reboot.
- Under
- Registry: WindowsUpdate\Auto Update
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update
, if there is a value namedRebootRequired
, a reboot is pending.
- Registry: Component-Based Servicing
- Looking for the key
HKLM\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending
- Looking for the key
- WMI: CCM_ClientUtilities (System Center Configuration Manager clients only)
System Center Configuration Manager 2012 must be installed on the client. When it’s installed, the ‘ROOT\ccm\ClientSDK’ WMI class will be available. This class has a method called DetermineIfRebootPending.
Comments
Post a Comment