改下启动盘(USB)的registry再装就可以了。具体问下AI

来源: 2025-10-17 17:23:30 [旧帖] [给我悄悄话] 本文已被阅读:

? Option 1: Use Rufus to Create a Custom Bootable USB

Rufus is a free tool that lets you create a Windows 11 installer that skips hardware checks.

  1. Download the latest and a Windows 11 ISO.

  2. Launch Rufus and select your ISO.

  3. In the setup dialog, check the boxes to:

    • Remove TPM requirement

    • Remove Secure Boot requirement

    • Remove RAM and CPU checks

  4. Create the USB and boot from it to install Windows 11.

Easiest method for clean installs.

 

Option 2: Registry Tweaks During Setup

If you're using official installation media:

  1. Boot into the Windows 11 installer.

  2. When you reach the “This PC can’t run Windows 11” screen, press Shift + F10 to open Command Prompt.

  3. Type regedit to open Registry Editor.

  4. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\Setup

  5. Create a new key called LabConfig.

  6. Inside LabConfig, add these DWORD values:

    • BypassTPMCheck = 1

    • BypassSecureBootCheck = 1

    • BypassRAMCheck = 1

    • BypassCPUCheck = 1

  7. Close Registry Editor and Command Prompt, then continue installation.

Works for both clean installs and upgrades.

 

? Option 3: PowerShell Script (Advanced)

Some users use a PowerShell script to automate registry edits and bypass checks during upgrade via. This is more technical and best used by experienced users.