Windows 11 verlangt aktuelle Hardware, vor allem TPM 2.0. Es geht aber auch ohne, wenn man das Installationsmedium (USB Stick) etwas bearbeitet.
Dazu wird im Hauptverzeichnis des Sticks eine Datei Bypass.reg erstellt.
Wird vom Stick gestartet, klappt die Installation auch auf Rechnern ohne TPM oder Secureboot.
Dazu wird im Hauptverzeichnis des Sticks eine Datei Bypass.reg erstellt.
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\PCHC]
"UpgradeEligibility"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001[/i]
"BypassDiskCheck"=dword:00000001
Wird vom Stick gestartet, klappt die Installation auch auf Rechnern ohne TPM oder Secureboot.