xkryptonx Posted April 13, 2022 Share Posted April 13, 2022 (edited) 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 April 14, 2022 by xkryptonx BTJB 1 Quote Link to comment Share on other sites More sharing options...
nOkialpha Posted April 13, 2022 Share Posted April 13, 2022 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> -> Source MDL kyber and xkryptonx 1 1 Quote Link to comment Share on other sites More sharing options...
BTJB Posted April 13, 2022 Share Posted April 13, 2022 4 hours ago, xkryptonx said: The registry=try hack doesn't work any more I just installed my Win11 Yesterday - modified for 5 minutes with registry change. Successful install. xkryptonx 1 Quote Link to comment Share on other sites More sharing options...
xkryptonx Posted April 14, 2022 Author Share Posted April 14, 2022 @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. BTJB 1 Quote Link to comment Share on other sites More sharing options...
BTJB Posted April 14, 2022 Share Posted April 14, 2022 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. xkryptonx 1 Quote Link to comment Share on other sites More sharing options...
xkryptonx Posted April 15, 2022 Author Share Posted April 15, 2022 @BTJB Thanks for pointing out the fun and awkward point. appreciate it, bud. Stay safe. Quote Link to comment Share on other sites More sharing options...
Israeli_Eagle Posted April 15, 2022 Share Posted April 15, 2022 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. Quote Link to comment Share on other sites More sharing options...
pc71520 Posted April 17, 2022 Share Posted April 17, 2022 Just trying W11 on hardware it shouldn't have been used... We'll see... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.