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.

Edited by xkryptonx
Link to comment
Share on other sites


 

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


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


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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