0637.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Portable Windows 11 USB Flash Drive with Rufus and Windows To Go</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>What is Windows To Go?</h2>
  25. <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>
  26. <h2>Prerequisites</h2>
  27. <ul>
  28. <li>A USB flash drive, at least 32 GB</li>
  29. <li>Windows 11 installation media .iso</li>
  30. </ul>
  31. <h2>Installing Windows 11 on USB</h2>
  32. <ol>
  33. <li>Plug in the USB flash drive, 32GB or larger</li>
  34. <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>
  35. <li>Download Rufus version 2.0 or later <a href="https://github.com/pbatard/rufus/releases" target="_blank">Download</a></li>
  36. <li>Run the Rufux application</li>
  37. <li>Select the target USB device (double check the selection, all data on the USB device will be destroyed)</li>
  38. <li>Click the Select button next to Disk or ISO image &gt; Browse to and select the downloaded Windows 11 iso file</li>
  39. <li>Select Windows To Go from the Image option dropdown</li>
  40. <li>Select MBR from the Partition scheme dropdown</li>
  41. <li>Click the Start button to write the modified installation media to the target USB device</li>
  42. <li>Wait for Rufus to write the files to the USB device</li>
  43. <li>That&#39;s it! Boot to the USB device on any machine you wish to run the portable Windows 11 environment on</li>
  44. </ol>
  45. </div>
  46. </div>
  47. </body>
  48. </html>