0592.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Testing Upgrading Windows 10 to Windows 11 In-Place</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="VM,Virtual Machine,Microsoft,Windows 11,Upgrade,In Place,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Testing Upgrading Windows 10 to Windows 11 In-Place">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/18/2022 07:00:17 AM" />
  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>Testing Upgrading Windows 10 to Windows 11 In-Place</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Log into the Windows 10 device to update</li>
  27. <li>If running in a VM or on older hardware, or you get an error relating to TPM, Secure Boot or insufficient RAM, follow the steps below to bypass some of the hardware checks Windows 11 setup does
  28. <ol start="1" style="list-style-type: lower-alpha;">
  29. <li>Open a web browser and navigate to the following <a href="https://gist.githubusercontent.com/AveYo/c74dc774a8fb81a332b5d65613187b15/raw/23d8788d48b23dcd648ca6ea644dd30d811a4231/Skip_TPM_Check_on_Dynamic_Update_v2.cmd" target="_blank">GitHub</a></li>
  30. <li>Copy the script to the clipboard</li>
  31. <li>Open a text editor such as notepad</li>
  32. <li>Paste the copied text </li>
  33. <li>Save the file as BypassTPM.cmd on the desktop</li>
  34. <li>Double click the file to disable TPM checks</li>
  35. <li>Click Yes to confirm on any popups</li>
  36. </ol>
  37. </li>
  38. <li>Download the Windows 11 iso <a href="https://www.microsoft.com/en-us/software-download/windows11" target="_blank">Download</a></li>
  39. <li>Double click the downloaded .iso file to mount it</li>
  40. <li>If it doesn&#39;t open automatically, open File Explorer and navigate to the mounted Windows 11 .iso</li>
  41. <li>Right click setup.exe &gt; Run as administrator</li>
  42. <li>After the Windows 11 installer initializes, click Next</li>
  43. <li>Click Accept on the Applicable notices and license terms dialog</li>
  44. <li>Click the Change what to keep text</li>
  45. <li>Select Keep personal files and apps &gt; Next<br />
  46. <em>NOTE: If the </em>Keep personal files and apps<em> option is grayed out then Windows has found a reason it can&#39;t do an in place upgrade without losing personal data and applications. Cancel out of the installer and backup personal data before trying again</em></li>
  47. <li>Click Install</li>
  48. </ol>
  49. <p>About Windows 11: <a href="https://www.microsoft.com/en-us/windows/windows-11" target="_blank">https://www.microsoft.com/en-us/windows/windows-11</a></p>
  50. </div>
  51. </div>
  52. </body>
  53. </html>