mirror of
				https://github.com/massgravel/Microsoft-Activation-Scripts.git
				synced 2025-10-30 08:01:39 +00:00 
			
		
		
		
	Fix bug in pending reboot check
This commit is contained in:
		
							parent
							
								
									0c1d091c7e
								
							
						
					
					
						commit
						1c4e85b3e2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -742,8 +742,8 @@ exit /b | |||
| function Test-PendingReboot | ||||
| { | ||||
|  if (Test-Path -Path "$env:windir\WinSxS\pending.xml") { return $true } | ||||
|  if (Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending" -EA Ignore) { return $true } | ||||
|  if (Get-Item "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired" -EA Ignore) { return $true } | ||||
|  if (Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending" -EA SilentlyContinue) { return $true } | ||||
|  if (Get-Item "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired" -EA SilentlyContinue) { return $true } | ||||
|  try {  | ||||
|    $util = [wmiclass]"\\.\root\ccm\clientsdk:CCM_ClientUtilities" | ||||
|    $status = $util.DetermineIfRebootPending() | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 WindowsAddict
						WindowsAddict