{"id":1035,"date":"2012-10-03T09:08:47","date_gmt":"2012-10-03T14:08:47","guid":{"rendered":"http:\/\/swildow.darktech.org\/wp\/?p=1035"},"modified":"2012-10-03T09:08:47","modified_gmt":"2012-10-03T14:08:47","slug":"how-to-create-a-windows-to-go-usb-drive","status":"publish","type":"post","link":"http:\/\/www.wildow.com\/blog\/?p=1035","title":{"rendered":"How to Create a Windows To Go USB Drive"},"content":{"rendered":"<div>\n<h1>How to Create a Windows To Go USB Drive<\/h1>\n<h3>Published in Windows 8 How-To\u00a0by <a href=\"http:\/\/twitter.com\/stevesinchak\">Steve Sinchak<\/a> with 235,082 views and 7 comments<\/h3>\n<\/div>\n<p>&nbsp;<\/p>\n<p>Windows To Go is a new feature of Windows 8 that allows enterprises to provision a full corporate environment that will boot from a USB drive.\u00a0 Once the instance of Windows 8 is booted\u00a0it functions and is controlled by standard enterprise management tools such as SCCM and Active Directory group policies.\u00a0 Work at home and disaster recovery are the primary use cases as Windows To Go can transform any PC into a corporate PC with your application stack, all on a USB drive. Windows To Go is also perfect for trying out Windows 8 on your primary machine without destroying the native OS or building a home-use <a id=\"itxthook0\" href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/#\" rel=\"nofollow\">portable<img decoding=\"async\" id=\"itxthook0icon\" src=\"http:\/\/images.intellitxt.com\/ast\/adTypes\/icon1.png\" alt=\"\" \/><\/a>OS.<\/p>\n<p><!--more--><\/p>\n<h2>To begin you will need the following:<\/h2>\n<ul>\n<li>32 GB or larger USB 3.0 drive (It can also be an external USB Hard Drive). \u00a0Some USB 2.0 drives will work but will be very slow and are not officially supported.<\/li>\n<li>A <a id=\"itxthook1\" href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/#\" rel=\"nofollow\">Windows 7<img decoding=\"async\" id=\"itxthook1icon\" src=\"http:\/\/images.intellitxt.com\/ast\/adTypes\/icon1.png\" alt=\"\" \/><\/a> or 8 PC to build the USB drive on.<\/li>\n<li><a href=\"http:\/\/tweaks.com\/windows\/52219\/download-windows-8-eval\/\">Windows 8 DVD ISO<\/a>.<\/li>\n<\/ul>\n<p>Depending on the OS and edition you are currently running, follow the relevant instructions below.<\/p>\n<h2>Create Windows to Go on any edition of Windows 7:<\/h2>\n<p>It is possible to use Windows 7 to create your Windows 8 To Go USB device. You will just need some additional <a id=\"itxthook2\" href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/#\" rel=\"nofollow\">software<img decoding=\"async\" id=\"itxthook2icon\" src=\"http:\/\/images.intellitxt.com\/ast\/adTypes\/icon1.png\" alt=\"\" \/><\/a>. Before you get started, download and install the <a href=\"http:\/\/www.microsoft.com\/download\/en\/details.aspx?displaylang=en&amp;id=5753\">Windows 7 Automated Installation Kit<\/a>. You will need to use ImageX to deploy the Windows 8 image to the device.<\/p>\n<ol>\n<li>Launch the Deployment Tools Command Prompt with administrative rights from the Start Menu. It can be found under All Programs and then <a id=\"itxthook3\" href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/#\" rel=\"nofollow\">Microsoft<img decoding=\"async\" id=\"itxthook3icon\" src=\"http:\/\/images.intellitxt.com\/ast\/adTypes\/icon1.png\" alt=\"\" \/><\/a> Windows AIK.<\/li>\n<li>Make sure that your USB Drive is plugged in and then type in diskpart and hit Enter.<\/li>\n<li>List the available disks by running &#8220;list disk&#8221; and you should see your usb device.<\/li>\n<li>Select your USB drive by typing &#8220;select disk #&#8221; and hit Enter. \u00a0For example, \u201cselect disk 3\u201d.<\/li>\n<li>Clean the partitions on the disk by typing &#8220;clean&#8221; and hit Enter.<\/li>\n<li>Now create the boot partition by running the following command:\n<p>create partition primary size=350<\/li>\n<li>Now create the OS partition by running the following command to create a partition taking up all remaining space:\n<p>create partition primary<\/li>\n<li>The boot partition needs to be formatted, configured and assigned a drive letter, run the following commands:\n<p>select partition 1<br \/>\nformat fs=fat32 <a id=\"itxthook4\" href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/#\" rel=\"nofollow\">quick<img decoding=\"async\" id=\"itxthook4icon\" src=\"http:\/\/images.intellitxt.com\/ast\/adTypes\/icon1.png\" alt=\"\" \/><\/a><br \/>\nactive<br \/>\nassign letter=b<\/p>\n<p>(if the b drive letter is already in use on your <a id=\"itxthook5\" href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/#\" rel=\"nofollow\">PC<img decoding=\"async\" id=\"itxthook5icon\" src=\"http:\/\/images.intellitxt.com\/ast\/adTypes\/icon1.png\" alt=\"\" \/><\/a>, substitute a different letter and replace b with your letter throughout the rest of this guide)<\/li>\n<li>The same must be done for the OS partition, run the following different commands:\n<p>select partition 2<br \/>\nformat fs=ntfs quick<br \/>\nassign letter=o<\/p>\n<p>(if the o drive letter is already in use on your PC, substitute a different letter and replace o with your letter throughout the rest of this guide)<\/li>\n<li>Exit Diskpart by typing Exit.<\/li>\n<li>Extract the install.wim file from the \\sources\\ directory of the Windows 8 install ISO to c:\\wim\\.\u00a0 You will need use a <a id=\"itxthook6\" href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/#\" rel=\"nofollow\">tool<img decoding=\"async\" id=\"itxthook6icon\" src=\"http:\/\/images.intellitxt.com\/ast\/adTypes\/icon1.png\" alt=\"\" \/><\/a> such as <a href=\"http:\/\/www.rarlabs.com\/download.htm\">WinRAR<\/a> or <a href=\"http:\/\/www.winiso.com\/\">WinISO<\/a> to extract the file if you don\u2019t have a burned disc.<\/li>\n<li>Use ImageX to deploy the Windows 8 files to the OS partition of the USB device by running:\n<p>Imagex.exe \/apply c:\\wim\\install.wim 1 o:<\/li>\n<li>The boot manager needs to be installed on the boot partition with the help of the bcdboot utility. Run the following command:\n<p>o:\\windows\\system32\\bcdboot o:\\windows \/f ALL \/s b:<\/li>\n<li>Reboot your <a id=\"itxthook7\" href=\"http:\/\/tweaks.com\/windows\/52279\/how-to-create-a-windows-to-go-usb-drive\/#\" rel=\"nofollow\">computer<img decoding=\"async\" id=\"itxthook7icon\" src=\"http:\/\/images.intellitxt.com\/ast\/adTypes\/icon1.png\" alt=\"\" \/><\/a> and test your new Windows 8 To Go device built on Windows 7. Make sure the PC is configured to boot to USB before your local hard drive.<\/li>\n<\/ol>\n<h2>Create Windows To Go on any edition of Windows 8:<\/h2>\n<ol>\n<li>Launch an administrative level command prompt.<\/li>\n<li>Make sure that your USB Drive is plugged in and then type in diskpart and hit Enter.<\/li>\n<li>List the available disks by running &#8220;list disk&#8221; and you should see your usb device.<\/li>\n<li>Select your USB drive by typing &#8220;select disk #&#8221; and hit Enter. \u00a0For example, \u201cselect disk 3\u201d.<\/li>\n<li>Clean the partitions on the disk by typing &#8220;clean&#8221; and hit Enter.<\/li>\n<li>Now create the boot partition by running the following command:\n<p>create partition primary size=350<\/li>\n<li>Now create the OS partition by running the following command to create a partition taking up all remaining space:\n<p>create partition primary<\/li>\n<li>The boot partition needs to be formatted, configured and assigned a drive letter, run the following commands:\n<p>select partition 1<br \/>\nformat fs=fat32 quick<br \/>\nactive<br \/>\nassign letter=b<\/p>\n<p>(if the b drive letter is already in use on your PC, substitute a different letter and replace b with your letter throughout the rest of this guide)<\/li>\n<li>The same must be done for the OS partition, run the following different commands:\n<p>select partition 2<br \/>\nformat fs=ntfs quick<br \/>\nassign letter=o<\/p>\n<p>(if the o drive letter is already in use on your PC, substitute a different letter and replace o with your letter throughout the rest of this guide)<\/li>\n<li>Exit Diskpart by typing Exit.<\/li>\n<li>Extract the install.wim file from the \\sources\\ directory of the Windows 8 install ISO to c:\\wim\\.\u00a0 On Windows 8 you can just double click an ISO to mount and then browse it.<\/li>\n<li>Use DISM to deploy the Windows 8 files to the OS partition of the USB device by running:\n<p>dism \/apply-image \/imagefile:c:\\wim\\install.wim \/index:1 \/applydir:o:\\<\/li>\n<li>The boot manager needs to be installed on the boot partition with the help of the bcdboot utility. Run the following command:\n<p>o:\\windows\\system32\\bcdboot o:\\windows \/f ALL \/s b:<\/li>\n<li>Reboot your computer and test your new Windows 8 To Go device built on Windows 8. Make sure the PC is configured to boot to USB before your local hard drive.<\/li>\n<\/ol>\n<p>Originally published 9\/19\/2011, updated 9\/2\/2012.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to Create a Windows To Go USB Drive Published in Windows 8 How-To\u00a0by Steve Sinchak with 235,082 views and 7 comments &nbsp; Windows To Go is a new feature of Windows 8 that allows enterprises to provision a full &#8230; <a class=\"more-link\" href=\"http:\/\/www.wildow.com\/blog\/?p=1035\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"_links":{"self":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1035"}],"collection":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1035"}],"version-history":[{"count":1,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1035\/revisions"}],"predecessor-version":[{"id":1036,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1035\/revisions\/1036"}],"wp:attachment":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1035"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1035"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}