0835.html 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Updating to Windows 11 22H2 on Unsupported Hardware [No TPM | No Secure Boot]</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Home Lab,Windows 11,Windows,Microsoft,Installation Media,11,Microsoft Windows,22H2,Windows 11 22H2,Update,Unsupported Hardware,TPM,Secure Boot,Virtual Machine,VM,Install Guide,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Updating to Windows 11 22H2 on Unsupported Hardware [No TPM | No Secure Boot]">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="09/28/2022 08:20:46 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Updating to Windows 11 22H2 on Unsupported Hardware [No TPM | No Secure Boot]</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Download the Windows 11 TPM/SecureBoot bypass script <a href="https://github.com/AveYo/MediaCreationTool.bat" target="_blank">Download</a></li>
  27. <li>Download the Windows 11 22H2 Installation .iso file <a href="https://www.microsoft.com/software-download/windows11" target="_blank">Download</a></li>
  28. <li>Extract the downloaded MediaCreationTool .zip archive</li>
  29. <li>Navigate into the downloaded folder /bypass11 &gt; Right click on Skip_TPM_Check_on_Dynamic_Update.cmd &gt; Run as administrator</li>
  30. <li>Press Enter once the script completes to close the command prompt</li>
  31. <li>Double click the downloaded Windows 11 22H2 .iso file to mount it</li>
  32. <li>In File Explorer, navigate to the mounted Windows 11 22H2 disc image and double click Setup.exe</li>
  33. <li>Once the installer loads, click the Change how Setup downloads updates option &gt; Select Not right now &gt; Click Next</li>
  34. <li>Step through the rest of the setup as normal</li>
  35. <li>After a few reboots the system will be updated to Windows 11 22H2</li>
  36. </ol>
  37. <h2>Cleanup After Testing</h2>
  38. <p>After verifying the update has not caused any issues, follow the steps below to free up the space used by the Windows.old backup</p>
  39. <ol>
  40. <li>Right click on the Start button &gt; Settings</li>
  41. <li>Select Storage &gt; Temporary files</li>
  42. <li>Check the box next to Previous Windows installation(s) &gt; Click Remove files</li>
  43. </ol> </div>
  44. </div>
  45. </body>
  46. </html>