0447.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Run Windows 10 from USB Flash Drive with WinToUSB</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <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">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Run Windows 10 from USB Flash Drive with WinToUSB">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/20/2022 10:13:47 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>Run Windows 10 from USB Flash Drive with WinToUSB</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Prerequisites</h2>
  26. <ul>
  27. <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>
  28. <li>Windows 10 installation media .iso</li>
  29. </ul>
  30. <h2>Installing Windows 10 on USB</h2>
  31. <ol>
  32. <li>Plug in the USB flash drive, 32GB or larger</li>
  33. <li>Download/Create Windows 10 installation media .iso</li>
  34. <li>Download WinToUSB <a href="https://www.easyuefi.com/wintousb/" target="_blank">Download</a></li>
  35. <li>Install WinToUSB</li>
  36. <li>Launch WinToUSB</li>
  37. <li>Click the disc image icon in the left navigation menu</li>
  38. <li>Click the folder icon next to the Image File field &gt; Browse to and select the Windows 10 .iso file</li>
  39. <li>WinToUSB will display a list of available Windows 10 versions found on the .iso</li>
  40. <li>Select the version of Windows 10 to install on the USB flash drive &gt; Click Next</li>
  41. <li>Click the Destination Disk dropdown &gt; Select the USB flash drive to install Windows on &gt; Click Next</li>
  42. <li>Select MBR for BIOS and UEFI and click Yes<br />
  43. <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>
  44. <li>Select/Confirm the boot and system partitions &gt; Click Next</li>
  45. <li>Wait for WinToUSB to complete installing Windows on the USB flash drive</li>
  46. <li>Once the installation completes, shutdown the host computer</li>
  47. <li>Power on the host computer, this time choosing to boot to the USB flash drive<br />
  48. <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>
  49. <li>Welcome to Windows 10 running from a USB flash drive</li>
  50. </ol>
  51. </div>
  52. </div>
  53. </body>
  54. </html>