12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Testing Upgrading Windows 10 to Windows 11 In-Place</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="VM,Virtual Machine,Microsoft,Windows 11,Upgrade,In Place,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Testing Upgrading Windows 10 to Windows 11 In-Place">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="06/18/2022 07:00:17 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Testing Upgrading Windows 10 to Windows 11 In-Place</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Log into the Windows 10 device to update</li>
- <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
- <ol start="1" style="list-style-type: lower-alpha;">
- <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>
- <li>Copy the script to the clipboard</li>
- <li>Open a text editor such as notepad</li>
- <li>Paste the copied text </li>
- <li>Save the file as BypassTPM.cmd on the desktop</li>
- <li>Double click the file to disable TPM checks</li>
- <li>Click Yes to confirm on any popups</li>
- </ol>
- </li>
- <li>Download the Windows 11 iso <a href="https://www.microsoft.com/en-us/software-download/windows11" target="_blank">Download</a></li>
- <li>Double click the downloaded .iso file to mount it</li>
- <li>If it doesn't open automatically, open File Explorer and navigate to the mounted Windows 11 .iso</li>
- <li>Right click setup.exe > Run as administrator</li>
- <li>After the Windows 11 installer initializes, click Next</li>
- <li>Click Accept on the Applicable notices and license terms dialog</li>
- <li>Click the Change what to keep text</li>
- <li>Select Keep personal files and apps > Next<br />
- <em>NOTE: If the </em>Keep personal files and apps<em> option is grayed out then Windows has found a reason it can'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>
- <li>Click Install</li>
- </ol>
- <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>
- </div>
- </div>
- </body>
- </html>
-
|