12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Run Windows 10 from USB Flash Drive with WinToUSB</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Portable Windows 10,WindowsToGo,Windows USB,Portable Windows,Windows,Microsoft,WindowsToUSB,Install Guide,Installation,Windows To Go,Windows 10,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Run Windows 10 from USB Flash Drive with WinToUSB">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="03/20/2022 10:13:47 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>Run Windows 10 from USB Flash Drive with WinToUSB</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Prerequisites</h2>
- <ul>
- <li>A USB flash drive, at least 32 GB <a href="https://amzn.to/3qkrJ1p" target="_blank">https://amzn.to/3qkrJ1p</a> | <a href="https://amzn.to/3Nhu9b9" target="_blank">https://amzn.to/3Nhu9b9</a></li>
- <li>Windows 10 installation media .iso</li>
- </ul>
- <h2>Installing Windows 10 on USB</h2>
- <ol>
- <li>Plug in the USB flash drive, 32GB or larger</li>
- <li>Download/Create Windows 10 installation media .iso</li>
- <li>Download WinToUSB <a href="https://www.easyuefi.com/wintousb/" target="_blank">Download</a></li>
- <li>Install WinToUSB</li>
- <li>Launch WinToUSB</li>
- <li>Click the disc image icon in the left navigation menu</li>
- <li>Click the folder icon next to the Image File field > Browse to and select the Windows 10 .iso file</li>
- <li>WinToUSB will display a list of available Windows 10 versions found on the .iso</li>
- <li>Select the version of Windows 10 to install on the USB flash drive > Click Next</li>
- <li>Click the Destination Disk dropdown > Select the USB flash drive to install Windows on > Click Next</li>
- <li>Select MBR for BIOS and UEFI and click Yes<br />
- <span style="font-size:12px;"><em>NOTE: The USB flash drive will be formatted, all data on the drive will be lost</em></span></li>
- <li>Select/Confirm the boot and system partitions > Click Next</li>
- <li>Wait for WinToUSB to complete installing Windows on the USB flash drive</li>
- <li>Once the installation completes, shutdown the host computer</li>
- <li>Power on the host computer, this time choosing to boot to the USB flash drive<br />
- <em><span style="font-size:12px;">The steps required to do this will vary based on motherboard, typically pressing F2, F12, DEL or ESC during boot will bring up a menu to set the boot device</span></em></li>
- <li>Welcome to Windows 10 running from a USB flash drive</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|