12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Portable Windows 11 USB Flash Drive with Rufus and Windows To Go</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Portable Windows 11 USB Flash Drive with Rufus and Windows To Go">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="03/20/2022 12:16:00 PM" />
- <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>Portable Windows 11 USB Flash Drive with Rufus and Windows To Go</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>What is Windows To Go?</h2>
- <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>
- <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 11 installation media .iso</li>
- </ul>
- <h2>Installing Windows 11 on USB</h2>
- <ol>
- <li>Plug in the USB flash drive, 32GB or larger</li>
- <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>
- <li>Download Rufus version 2.0 or later <a href="https://github.com/pbatard/rufus/releases" target="_blank">Download</a></li>
- <li>Run the Rufux application</li>
- <li>Select the target USB device (double check the selection, all data on the USB device will be destroyed)</li>
- <li>Click the Select button next to Disk or ISO image > Browse to and select the downloaded Windows 11 iso file</li>
- <li>Select Windows To Go from the Image option dropdown</li>
- <li>Select MBR from the Partition scheme dropdown</li>
- <li>Click the Start button to write the modified installation media to the target USB device</li>
- <li>Wait for Rufus to write the files to the USB device</li>
- <li>That's it! Boot to the USB device on any machine you wish to run the portable Windows 11 environment on</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|