To bypass Windows 11 requirements, check out what they say in the Microsoft Tech Community.
Install Windows 11 without secure boot on an unsupported old laptop
Are there big changes in Windows 11 24H2? I followed a couple of suggestions, including the registry hack and unable to install Windows 11 without secure boot on an old Dell laptop. In fact, I am a long time Mac user and want to give a try on Windows 11 first before buying a Windows 11 fully compatible device, which is not cheap now.
There are very less guides available for installing Windows 11 24H2 on unsupported hardware. Anyone in this community knows how to fix this? If I am fine with the Windows 11 on this legacy Dell laptop, I could definitely build a new PC and switch to Windows 11 from Mac.
Windows for business | Windows Client for IT Pros | User experience | Other
6 additional answers
Sort by: Most helpful
-
GEORGE BYARS 0 Reputation points
2025-06-11T03:31:31.03+00:00 If you really want to do this despite all the warning. Use RUFUS to create your bootable cd and disable both secure boot and tpm 2.0. It is the easiest way I found.
-
Zung Hoang 0 Reputation points
2025-07-03T20:37:47.4466667+00:00 Here is how to Bypass TPM 2.0 and Secure Boot:
- Download the latest Windows 11 ISO file.
- Extract the contents of the ISO file.
- Open the "sources" folder and copy the file named "setupprep.exe".
- Paste it as a shortcut (Right-click in an empty area → Show more options → Paste shortcut).
- Right-click the shortcut you just created and select "Properties" (or press "Alt + Enter").
- In the "Target" field, add " /product server" (including the leading space), then click "OK".
- Launch the "setupprep.exe - Shortcut" to upgrade to the latest Windows 11.
Alternative Method Using Command Prompt:
- Run Command Prompt (cmd) as an administrator.
- Navigate to the "sources" folder using the command:
cd C:\Extracted Folder\sources
- Type the following command and press Enter to start the installation:
setupprep.exe /product server
Hope that helps you! 😊