i even installed win 11 on a chromebook .
the rufus tool does work great to strip restrictions and checks.
the rufus tool does work great to strip restrictions and checks.
I have Windows 11 running on my old machine with an I3 chip, 8 gigs ram, and a SSD hard drive and everything works fine.Interesting. Has anyone actually tried this method with success?
Fix #4 works for me on every pc i try.like many, i am getting this error. i have a built PC with a Ryzen 7 2700X. I think there might be a BIOS setting to enable TPM, but I haven't checked yet. Anyone else run into this?
View attachment 5350745
this is the link to the Windows 11 compatibility checker:
![]()
Meet Windows 11: Features, Look, Benefits & More | Microsoft
Meet Windows 11, the newest Windows version from Microsoft. Upgrade your PC to Windows 11, or explore which devices come equipped with Windows 11 features.www.microsoft.com
Just bypass it, sadly u will need to format ur windows partition, there was before old bypass but sadly it seems patchedlike many, i am getting this error. i have a built PC with a Ryzen 7 2700X. I think there might be a BIOS setting to enable TPM, but I haven't checked yet. Anyone else run into this?
View attachment 5350745
this is the link to the Windows 11 compatibility checker:
![]()
Meet Windows 11: Features, Look, Benefits & More | Microsoft
Meet Windows 11, the newest Windows version from Microsoft. Upgrade your PC to Windows 11, or explore which devices come equipped with Windows 11 features.www.microsoft.com
I use tpm bypass thingJust bypass it, sadly u will need to format ur windows partition, there was before old bypass but sadly it seems patched
REG ADD HKLM\SYSTEM\Setup\LabConfig
REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1
REG ADD HKLM\SYSTEM\Setup\Labconfig /v BypassRAMCheck /t REG_DWORD /d 1
REG ADD HKLM\SYSTEM\Setup\Labconfig /v BypassSecureBootCheck /t REG_DWORD /d 1
C:tpm.bat
Strange, I just downloaded the latest 22H2 from Microsoft and replaced my appraiserres.dllWith Win11 22H2 deleting / renaming the appraiser.dll doesn't work as recommended with some tutorials / videos
My .dll is from a 3 or 4 year old Win 10 copy. You don't even have to unzip your iso to copy the right .dll.My installed Windows 10 Pro doesn't contain file "appraiserres.dll". Downloading a fresh Windows 10 Pro 21H2 ISO ...
Hello I wrote out a batch script for those that don't mind the registry edit method, to make it faster
Copy the code below and save it to a text file. Name it tpm.bat
Code:REG ADD HKLM\SYSTEM\Setup\LabConfig REG ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1 REG ADD HKLM\SYSTEM\Setup\Labconfig /v BypassRAMCheck /t REG_DWORD /d 1 REG ADD HKLM\SYSTEM\Setup\Labconfig /v BypassSecureBootCheck /t REG_DWORD /d 1
THAT'S WHAT MICROSOFT RECOMMENDS:
- Microsoft recommends against installing Windows 11 on a device that does not meet the Windows 11 minimum system requirements. If you choose to install Windows 11 on a device that does not meet these requirements, and you acknowledge and understand the risks, you can create the following registry key values and bypass the check for TPM 2.0 (at least TPM 1.2 is required) and the CPU family and model.
- Registry Key: HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
- Name: AllowUpgradesWithUnsupportedTPMOrCPU
- Type: REG_DWORD
- Value: 1
REG ADD HKLM\SYSTEM\Setup\MoSetup /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1
@echo off
set "drv_letter=%~d0"
start "" /WAIT "setup.exe /quiet /compat ignorewarning /dynamicupdate disable /eula accept /finalize /tempdrive %drv_letter% /copylogs %drv_leter%\setup.log"
OK I learned some new things while updating my PC upgraded with the B550 board (I got the 12 pin TPM card, it was recognized in BIOS). First, I didn't realize my SSD's boot loader was MBR and not GPT-- I learned that when I changed the BIOS to secure boot (after disabling CSM) and the PC would not boot Windows, only kept returning to BIOS directly. So the workaround to get my SSD boot loader to GPT was to change back to CSM temporarily, start Windows, use the recovery tool in update/security to boot into Command line, then use a tool "MBR2GPT". Used the /validate extension first to check that it had no errors, then reran the tool with the /convert extension to complete the change. Then went back to BIOS to re-disable CSM and re-enable secure booting, restarted Windows, then ran the PC Health Checkup tool to see if it is OK to install Windows 11-- finally, it did report it is Windows 11 ready.I have 2 PC's, both running Gigabyte motherboards and Windows 10. One is an AB350 with a 20 pin TPM header, the other is a newer B550 board with a 12 pin TPM header. I got a 3rd party manufactured 20 pin TPM board, it is recognized by the AB350 so I imagine it would allow it to upgrade to Win 11. I discovered the B550 board has the 12 pin TPM header so I just ordered the 12 pin board for it, so we'll see what happens when I enable the TPM security feature in BIOS. I have the CPU's TPM disabled in both boards' BIOS's.