Troubleshoot how to define/find cause of console pending restart status

find cause of console pending restart status with below one.

  1. Registry: PendingFileRenameOperations
    • Under HKLM\SYSTEM\CurrentControlSet\Control\Session Manager, if there is a value named PendingFileRenameOperations, it will contain a list of files that need to be renamed on reboot. 
  2. Registry: WindowsUpdate\Auto Update
    • HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update, if there is a value named RebootRequired, a reboot is pending. 
  3. Registry: Component-Based Servicing
    • Looking for the key HKLM\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending 
  4. 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

Popular posts from this blog

Troubleshooting Netlogon Error Codes

Service Principal Names (SPNs) SetSPN Syntax (Setspn.exe)

Troubleshooting AD Active Directory Replication Error 8456 or 8457: "The source | destination server is currently rejecting replication requests"