Dzień dobry, ten komunikat zwykle oznacza problem z komponentami Windows Update.
Proszę spróbować wykonać reset z poziomu PowerShell.
- Uruchomić PowerShell jako administrator.
- Wkleić poniższe polecenia i zatwierdzić Enter:
Remove-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WaaSAssessment" -Recurse -Force -ErrorAction SilentlyContinue New-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WaaSAssessment" -Force | Out-Null New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WaaSAssessment" -Name "Endpoint" -Value "settings-win.data.microsoft.com" -PropertyType String -Force | Out-Null New-Item -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WaaSAssessment\Cache" -Force | Out-Null New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WaaSAssessment\Cache" -Name "UpToDateStatus" -Value 0 -PropertyType DWord -Force | Out-Null New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WaaSAssessment\Cache" -Name "UpToDateImpact" -Value 0 -PropertyType DWord -Force | Out-Null New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\WaaSAssessment\Cache" -Name "UpToDateDays" -Value 0 -PropertyType DWord -Force | Out-Null