Sunday, October 10th 2021

Windows 11 TPM Requirement? Bypass it in 5 Minutes

So you have a $2,000 Core i7-6950X HEDT processor, which you thought would last forever, but Windows 11 Setup stands in your way with its steep system requirements that include TPM and Secure Boot. What do you do? With Windows 11, Microsoft introduced new requirements for compatible hardware, and these are purely software-only checks—nothing really requires it. Besides the much-talked about TPM 2.0 spec compatible hardware Trusted Platform Module as a system requirement, there's also new requirements for UEFI Boot, and installation on a GPT partitioned drive (no more MBR boot for Windows 11).

While these requirements do make some sense going forward, this walls off a lot of potential users, i.e. everyone without a TPM 2.0 add-on card, or those with processors older than 7th Gen Intel Core "Kaby Lake," or AMD Ryzen 2000 "Pinnacle Ridge" series. We have discovered a quick and easy way to defeat these checks during Windows 11 Setup, including for that nagging TPM 2.0, and Secure Boot. Here's a step by step guide for fresh installations.

Update Oct 7th: At the end of this article, which is focused on "clean installation", we added a method that lets you perform the upgrade of an existing installation to Windows 11, without any TPM. For this same scenario Microsoft offers a method that downgrades the TPM requirement from 2.0 to 1.2, our method works without any TPM and also relaxes other requirements, like memory size, UEFI and MBR.

Update Oct 10th: Improved the steps for the "upgrade" installation, to mention that updates to the updater should be turned off.
Step 1: Create the Registry Modification
After preparing your installation media (on another PC), open Notepad, paste the text below, save this file as "bypass.reg" on the bootable USB flash drive that's serving as installation media for Windows 11. You can also put just this file alone on a separate USB stick, the Windows installation environment will show it as additional drive.
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig]
"BypassTPMCheck"=dword:00000001
"BypassSecureBootCheck"=dword:00000001
"BypassRAMCheck"=dword:00000001
"BypassStorageCheck"=dword:00000001
"BypassCPUCheck"=dword:00000001
Copy and paste the text, including the "Window Registry Editor Version 5.00" part, it should look like in the screenshot below. Also, make sure to save as "bypass.reg" and not "bypass.reg.txt", which can happen if you use notepad and have "Show file extensions" turned off in Explorer (the default).
Step 2 Boot from that Installation Media USB Flash Drive
Now, simply boot from that USB flash drive, run Windows 11 Setup, and proceed until you hit the screen that says "This PC can't Run Windows 11."
Here, click on the "back" button of the wizard (top left of the window), which takes you back to the previous screen.

Step 3: Invoke a Command Prompt
Press "Shift+F10" on your keyboard. This opens a Command Prompt window. Type "regedit" and hit Enter.
Step 4: Get Registry Editor to Pick Up that Registry File You Made
With Registry Editor open, get it to import the "bypass.reg" file that's been sitting on your USB flash drive.

Step 5: Proceed with the Installation
That's it! Close all windows, and proceed with the installation.
What Happened Here
The Windows 11 installation media, much like that of Windows 10 and Windows 8 before it, is essentially a bootable "live CD" of a Windows environment, with a singular purpose of installing Windows, or attempting to Repair your Windows installation. Logically, this environment needs the tools for such repairs, including a Registry Editor and a Command Prompt. It also has its own Windows Registry, which tells it how to go about installing Windows. With this Registry mod, you're making the installer overlook multiple system requirements, meeting, including "TPM Check," which checks for a TPM 2.0 compliant module (or Firmware TPM), whether Secure Boot (and its dependency of a disabled CSM) are met.

If you need additional help, let us know in the comments,

Bypass TPM and other requirements for Update from within Windows
Start the Windows 11 update software, click "Change how setup downloads updates" and select "not right now", or disconnect from the Internet before pressing "Next". The reason is that there's now a new version of the updater that disables the "back" button on the "Unsupported Hardware" screen. Click "Next", after some checking, a screen "This PC doesn't currently meet Windows 11 system requirements" appears.
Now open the folder "C:\$WINDOWS.~BT\Sources" and look for the file "appraiserres.dll", delete the file. Make sure to delete the correct file, there's several "appraiser" files in that folder.
Return to the Windows 11 updater (no need to restart it), click "back", and "next", done.
Add your own comment

261 Comments on Windows 11 TPM Requirement? Bypass it in 5 Minutes

#1
DeathtoGnomes
This cant be a permanent solution, it seems to easy.

I wonder if this is a way to let MS backpedal with TPM.
Posted on Reply
#2
ZoneDymo
well good to know perfectly capable hardware wont be e-waste if you do want to (hopefully eventually) upgrade to windows 11
Posted on Reply
#3
ThrashZone
Hi,
Still requires tpm 1.2 and ability to enable it
Or and operable tpm 1.2 chip or I suppose tpm 2.0 chip so scalpers rejoice.

Add image
Posted on Reply
#4
CrAsHnBuRnXp
If Microsoft allows this and even themselves gives you a bypass option when upgrading from Windows 10, why dont they just nix the requirement all together?
Posted on Reply
#5
s3thra
I used the Windows 10 USB installer with Windows 11 install.wim method to get it installed on my old BIOS based Phenom II machine following this guide.

To install W11 in VirtualBox on my main Zen 2 rig, I used the registry mod described in this article as TPM pass-through is still being implemented. There's a thread on their forum about it.

Windows Updates works on both installations just fine so far as well.
Posted on Reply
#6
W1zzard
ThrashZoneHi,
Still requires tpm 1.2 and ability to enable it
Or and operable tpm 1.2 chip or I suppose tpm 2.0 chip so scalpers rejoice.
I installed Windows 11 like that, without TPM

edit: oh you're talking about the upgrade steps, let me clarify there
Posted on Reply
#7
P4-630
You forgot to say that you won't get (security)M$ updates this way?......

Posted on Reply
#8
ThrashZone
W1zzardI installed Windows 11 like that, without TPM

edit: oh you're talking about the upgrade steps, let me clarify there
Hi,
Yep
Posted on Reply
#9
theFOoL
Just to point out why here - Ha "Why does M$ allow the CMD/Regedit in the setup"
Posted on Reply
#10
s3thra
P4-630You forgot to say that you won't get (security)M$ updates this way?......
That's what I thought too, but my "unsupported" machines are receiving updates just fine. Fresh installs mind you, not upgrades if that makes a difference.
Posted on Reply
#11
ManofGod
Yes but, why? Just stick with what you know works.
Posted on Reply
#12
BSim500
CrAsHnBuRnXpIf Microsoft allows this and even themselves gives you a bypass option when upgrading from Windows 10, why dont they just nix the requirement all together?
Exactly. If it can be bypassed this easily, then Windows 11 security looks more like this... :D
Posted on Reply
#13
newtekie1
Semi-Retired Folder
s3thraThat's what I thought too, but my "unsupported" machines are receiving updates just fine. Fresh installs mind you, not upgrades if that makes a difference.
I think the statement Microsoft made was that they "may" block updates on unsupported hardware. So it might work now, but stop working in the future. Or you might not be able to update to the later builds of Windows 11 when they come out. So eventually you'll get that annoying "this version of Windows 11 isn't supported anymore so you won't get updates anymore, please update to the latest version" then when you try to update to the latest version it says "your hardware doesn't meet the minimum requirements for this version of Windows" and you're dead in the water.

Honestly, if you have a system that doesn't support Windows 11, just stick with Windows 10. You've got another 4 years of support with Windows 10. By that point even those with even older HEDT systems that don't have TPM2.0 or UEFI have probably reached the end of the life of that system. Even the 6950X mentioned in the OP already gets pretty handily beat by a 10900K. In 4 years the 6950X will probably be losing to i3's.:laugh:
Posted on Reply
#14
Flanker
What's wrong with staying with W10 lol
Posted on Reply
#15
ThrashZone
FlankerWhat's wrong with staying with W10 lol
Hi,
A cure for boredom I suppose :D
Most already have 10 the way they like or can bare it
They'll have to start over with 11 way too much work for myself personally but i have started grabbing lots of reg and bat files to stream line the alterations I need.
Posted on Reply
#17
Bomby569
it's not like MS ever enforced really hard any locks on their products. Windows and Office are the easiest products to bypass
Posted on Reply
#18
theFOoL
Bomby569it's not like MS ever enforced really hard any locks on their products. Windows and Office are the easiest products to bypass
But surely they throw office/onedrive in our face upon setup/first boot up
Posted on Reply
#19
ThrashZone
Hi,
Get more out of win-11 screen freezes lol
Posted on Reply
#20
P4-630
"Please insert disc to use windows 11"....
Posted on Reply
#21
ThrashZone
P4-630"Please insert disc to use windows 11"....
Hi,
My favorite is no boot device enter repair which is useless macrium to the rescue
Posted on Reply
#22
theFOoL
P4-630"Please insert disc to use windows 11"....
You know... Back when we used CDs there were Linux live OS's which now on USB but those were for only testing if things checked in - OK to install. I doubt having even a Live Starter Edition would be possible Ha
Posted on Reply
#23
loracle706
Just stick with windows 10 as it runs great now, if you upgrade to w11 with non supported pc you ll get errors or incompatibility.
Posted on Reply
#24
P4-630
loracle706Just stick with windows 10 as it runs great now
That's what I'm doing.
Posted on Reply
#25
theFOoL
loracle706Just stick with windows 10 as it runs great now, if you upgrade to w11 with non supported pc you ll get errors or incompatibility.
Errors? Please explain. Not getting none here
Posted on Reply
Add your own comment
Apr 27th, 2024 07:05 EDT change timezone

New Forum Posts

Popular Reviews

Controversial News Posts