0637.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Portable Windows 11 USB Flash Drive with Rufus and Windows To Go</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Windows 11 Bootable USB,Windows 11 To Go,Windows,Windows 11,Windows 10 To Go,Windows 10,Rufus,Windows To Go,USB,Flash Drive,Portable,Microsoft,Operating System,Install Windows 11,Install Windows 10,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Portable Windows 11 USB Flash Drive with Rufus and Windows To Go">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/20/2022 12:16:00 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>Portable Windows 11 USB Flash Drive with Rufus and Windows To Go</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is Windows To Go?</h2>
  26. <blockquote><em>Windows To Go is a feature in Windows 10 Enterprise and Windows 10 Education that enables the creation of a Windows To Go workspace that can be booted from a USB-connected external drive on PCs.</em> -<a href="https://docs.microsoft.com/en-us/windows/deployment/planning/windows-to-go-overview" target="_blank">https://docs.microsoft.com/en-us/windows/deployment/planning/windows-to-go-overview</a></blockquote>
  27. <h2>Prerequisites</h2>
  28. <ul>
  29. <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>
  30. <li>Windows 11 installation media .iso</li>
  31. </ul>
  32. <h2>Installing Windows 11 on USB</h2>
  33. <ol>
  34. <li>Plug in the USB flash drive, 32GB or larger</li>
  35. <li>Download the Windows 11 iso <label for="cb_li_500917_9"><a href="https://www.microsoft.com/en-us/software-download/windows11" target="_blank">Download</a></label></li>
  36. <li>Download Rufus version 2.0 or later <a href="https://github.com/pbatard/rufus/releases" target="_blank">Download</a></li>
  37. <li>Run the Rufux application</li>
  38. <li>Select the target USB device (double check the selection, all data on the USB device will be destroyed)</li>
  39. <li>Click the Select button next to Disk or ISO image &gt; Browse to and select the downloaded Windows 11 iso file</li>
  40. <li>Select Windows To Go from the Image option dropdown</li>
  41. <li>Select MBR from the Partition scheme dropdown</li>
  42. <li>Click the Start button to write the modified installation media to the target USB device</li>
  43. <li>Wait for Rufus to write the files to the USB device</li>
  44. <li>That&#39;s it! Boot to the USB device on any machine you wish to run the portable Windows 11 environment on</li>
  45. </ol>
  46. </div>
  47. </div>
  48. </body>
  49. </html>