Jump to content

How to Create a non TRM Windows 11


xkryptonx

Recommended Posts

Hello friends. I'm in dire need of creating a Windows 11 iso which can installed on older pcs with TPM and secure boot. I tried all method to no avail. The registry=try hack doesn't work any more can someone here guide me from the scratch on how to do that stuff. Any help will be greatly appreciated. Thank you, stay safe.

Link to comment
Share on other sites


  • Replies 7
  • Views 3.1k
  • Created
  • Last Reply

 

AutoUnattend.xml

 

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <RunSynchronous>
               <RunSynchronousCommand>
                  <Order>1</Order>
                  <Path>cmd /c for %a in (TPM SecureBoot Storage RAM CPU) do reg add HKLM\SYSTEM\Setup\LabConfig /t REG_DWORD /v Bypass%aCheck /d 1 /f</Path>
               </RunSynchronousCommand>
            </RunSynchronous>
            <UserData>
                <ProductKey>
                    <Key></Key>
                </ProductKey>
            </UserData>
        </component>
    </settings>
</unattend>

 

 

2.jpg

 

 

 

-> Source MDL

 

 

 

Link to comment
Share on other sites


4 hours ago, xkryptonx said:

The registry=try hack doesn't work any more

 

:tooth: :tooth: :tooth:

 

I just installed my Win11 Yesterday - modified for 5 minutes with registry change. Successful install. :wedgie:

Link to comment
Share on other sites


@nOkialpha Thanks bud. That is the best solution i encounter so far. A big thank you and heartly salute to you my bud, Appreciate your help.

Link to comment
Share on other sites


3 hours ago, xkryptonx said:

That is the best solution i encounter so far.

 

At least your image ISO maker is doing this. Any way, be happy with your efford. :smoke:

Link to comment
Share on other sites


Israeli_Eagle

WARNING:

If you use old hardware which is not supported you most probably get even more errors and crashes!! Because W11 and also their new drivers might use CPU instruction sets which do not exist. :coolwink:

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...