Hi all,
I have a problem with upgrading from Windows 10 to Windows 11 on an unsupported PC. I'm performing the upgrade through an SCCM server. I have already done the installation on unsupported PCs more than 20 times, and I know that I need to add a registry key to ignore the unsupported CPU and TPM and this always working.
reg add HKLM\System\Setup\MoSetup /v AllowUpgradesWithUnsupportedTPMOrCPU /t reg_dword /d 0x00000001 /f
In the log, it can be seen that it successfully read the bypass from the registry, but the reason for blocking is still the incompatible CPU.
<CompatReport xmlns="http://www.microsoft.com/ApplicationExperience/UpgradeAdvisor/01012009"><System X64Capable="True" X64Running="True"/><Hardware><HardwareItem HardwareType="Setup_BitlockerNoTargetSupport"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_TargetIsNonStagedBuild"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_CPUIncompatibilityDetected"><CompatibilityInfo BlockingType="Hard"/><Action Name="Setup_DismissCPUBlock" DisplayStyle="Link" Link="wsc:setup:Setup_DismissCPUBlock" ResolveState="NotRun"/></HardwareItem><HardwareItem HardwareType="Setup_LanguagePackDetected"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_LicenseActivation"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_FeaturesOnDemandDetected"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_FlightSigningEnabled"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_SecureBoot"><CompatibilityInfo BlockingType="None"/></HardwareItem></Hardware></CompatReport>
I have tried running "sfc /scannow" and "Dism /Online /Cleanup-Image /RestoreHealth" and there are no errors.
"Run ComponentsScanner" also does not find any errors.
I tried deleting the Software Distribution folder, but it didn't help. I also tried upgrading through the Windows Update Assistant, but I received an error saying that the system cannot be verified as compatible with Windows 11.
The upgrade from Windows 10 20H2 to Windows 10 22H2 went smoothly, but even after that, the upgrade to Windows 11 is not successful.
Attached are the setupact.log and setuperr.log files
I have a problem with upgrading from Windows 10 to Windows 11 on an unsupported PC. I'm performing the upgrade through an SCCM server. I have already done the installation on unsupported PCs more than 20 times, and I know that I need to add a registry key to ignore the unsupported CPU and TPM and this always working.
reg add HKLM\System\Setup\MoSetup /v AllowUpgradesWithUnsupportedTPMOrCPU /t reg_dword /d 0x00000001 /f
In the log, it can be seen that it successfully read the bypass from the registry, but the reason for blocking is still the incompatible CPU.
<CompatReport xmlns="http://www.microsoft.com/ApplicationExperience/UpgradeAdvisor/01012009"><System X64Capable="True" X64Running="True"/><Hardware><HardwareItem HardwareType="Setup_BitlockerNoTargetSupport"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_TargetIsNonStagedBuild"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_CPUIncompatibilityDetected"><CompatibilityInfo BlockingType="Hard"/><Action Name="Setup_DismissCPUBlock" DisplayStyle="Link" Link="wsc:setup:Setup_DismissCPUBlock" ResolveState="NotRun"/></HardwareItem><HardwareItem HardwareType="Setup_LanguagePackDetected"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_LicenseActivation"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_FeaturesOnDemandDetected"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_FlightSigningEnabled"><CompatibilityInfo BlockingType="None"/></HardwareItem><HardwareItem HardwareType="Setup_SecureBoot"><CompatibilityInfo BlockingType="None"/></HardwareItem></Hardware></CompatReport>
I have tried running "sfc /scannow" and "Dism /Online /Cleanup-Image /RestoreHealth" and there are no errors.
"Run ComponentsScanner" also does not find any errors.
I tried deleting the Software Distribution folder, but it didn't help. I also tried upgrading through the Windows Update Assistant, but I received an error saying that the system cannot be verified as compatible with Windows 11.
The upgrade from Windows 10 20H2 to Windows 10 22H2 went smoothly, but even after that, the upgrade to Windows 11 is not successful.
Attached are the setupact.log and setuperr.log files