Windows
Level: Advanced
 
 
 

To create a Windows To Go USB drive in Windows 8 you will need a 32GB or larger capacity USB storage device — you could also use an external USB hard drive –, a Windows 8 PC to create the ‘TO GO’ drive, the Windows 8 ISO file, and finally you are going to need a copy of Imagex.exe that you can easily download from the Microsoft Download Center — The Windows Automated Installation Kit (AIK) for Windows 7 (this is about 1.7GB download).  

Trick: Instead of setting up The Windows Automated Installation Kit (AIK) in your computer, download PeaZip and install it, then mount the AIK ISO file that you just downloaded, browse and open the Neutral.cab with PeaZip, and extract the file name F1_imagex and rename it to imagex.exe.

Alright, before we get started let’s talk a little bit about Windows To Go (a.k.a Portable Workspace). This is a new feature in Windows 8 that is target to enterprise customers, but anyone can use it, and it allows to install a full copy of Windows 8 into a USB drive (and this is not just a stripped down version, this is the real deal) which you can then boot from, taking the corporate environment anywhere. This feature is going to be useful in many scenarios like when working from home, shared computer or any other remote location, or contractors and vendors won’t have to spend hours setting up a new computer environment, and many other scenarios.

If you would like to learn more, I would recommend you to check out these two previous articles:

How to create a Windows To Go USB drive — The process

1  To start you need to make sure that the USB drive is plugged in, then you need to open the Windows command prompt as administrator. To do this, go to Start, in the search box type cmd, right-click it in and select Run as Administrator. This is necessary because Windows To Go needs a specific partition setup in order to work correctly.

2  In the command prompt type the following and press Enter:

diskpart

3  You’ll now need to list all the available disks on your system, type the following command – your USB drive should now be listed and press Enter:

list disk

4  Select your future Windows To Go USB drive by typing the next command and press Enter:

select disk #
Important: Replace # with your USB drive number.

5  Next you need to clean the partition, so type:

clean

6  Now is the time to create the new partition, type the following command:

create partition primary

7  Next, select and format the boot partition that you just created by entering this command:

format fs=ntfs quick

8  Configure the partition to be active by typing:

active

9  To finish with Diskpart just type the following and press Enter:

exit

Windows 8 - Windows To Go: DIskpart

10  Now to the fun part, mount the Windows 8 ISO file by double clicking it, look for the install.wim file that it should be in the \sources\ folder and copy it to the folder where you have placed the Imagex.exe.

11  Detect the USB drive letter and run the following command from the folder that has the Imagex.exe and now the install.wim:

imagex.exe /apply install.wim 1 h:\

Windows 8 - Windows To Go: Imagex

Important: Replace h with your USB drive letter.
Quick Tip 1: To open the command prompt from a specific folder in Windows 8, just open the folder, click File, select Open command prompt, and click Open command prompt as administrator.

Quick Tip 2: If you cannot see the USB drive in Computer, go to Computer Managment identify the drive, right-click select Change drive letter and paths, and assign a new letter to the USB drive.

12  When the above step is finished, you’ll need to configure the boot record in the Windows To Go USB drive. In the command prompt (with the administrative level) type the following:

bcdboot.exe h:\windows /s h: /f ALL

Windows 8 - Windows To Go: Bcdboot

Important: Replace h with your USB drive letter.

And this was the last step, now you have just created a Windows To Go USB drive, the next step would be to test it out. Good Luck and have fun!

Final note, make sure that your computer is configured to boot from the device you are about to use, i.e., USB drive. Also the first time that Windows 8 doesn’t need to be activated– Windows To Go starts, it will take a little bit of time, because this is the first time booting from that particular machine, then next time it will boot faster, and if you are asked to enter the product key, just click Skip.

Be the first and leave us comment with your thought on Windows To Go.

 
 
 
 
By Pit on September 28, 2011Email the author  Twitter  Tip us!
 
 

The posting of advertisements, profanity, or personal attacks is prohibited.

  • Pingback: How to install W..

  • Kevrit

    Can I do this using a Windows 7 PC?

    • mhweb

      Hi Kevrit, good question. My my recommendation is that you use a Windows 8 PC, because when you are in step 12 (refer to the tutorial above) the bcdboot.exe in Windows 7 doesn’t have the /f command that is used with the /s command that specifies the firmware type of the target system partition. The options for firmware are UEFI, BIOS, or ALL.
      I hope this helps,
      Thanks for your comment.

  • Pingback: Installing Windo..

  • http://www.facebook.com/people/Abdel-TIh/1255931347 Abdel TIh

    I followed the steps and it worked fine. many thanks .Sadly Microsoft were very late in implementing this while Apple and Linux never had such issues.

    • mhweb

      Adbel thanks for the comment!

  • http://www.facebook.com/people/Abdel-TIh/1255931347 Abdel TIh

    I followed the steps one by one and it worked great. Now we can be proud of windows at last. with Apple MaxOs and Linux we never had such issue before. the good news for me is that i can now have a disk that boots Mac OsX as well as windows 8. Thanks for the tutoral

  • Risky73

    Works great! It even runs well on old Asus eee 4G Surf with internal HDD too small to install Win 7.
    After this procedure add BluePoison (Google for it) to unlock other options (like standard desktop interface and some hidden applications).

    • mhweb

      Awesome! Thank you for the feedback.

  • http://www.facebook.com/thals1992 Trevor Halsey

    I followed those steps without even looking at it.  I just missed the fact there was a step-by step guide out there that I ended up doing blindly anyways.  Nice guide though.

    I found it easier do the partitioning in Disk Management (which is the GUI version of diskpart) than to attempt to run diskpart. 

    BTW, as long as your flash drive has NTFS on it, you don’t need to reformat it (You can skip the entire diskpart portion.) I had a WD My Passport that was 500GB that was already split up between two partitions. The first partition was a FAT32 partition with 32GB (I did that for my xbox, since it doesn’t support NTFS yet) and the rest of the space was made into a NTFS partition I set as active. I pretty much had everything already there, just needed to install the bootloader and the OS.

    • mhweb

      Nice! Thanks for the comment and you have an interesting tip here I appreciate you sharing. I believe that Windows 8 To Go is going to make easier to take all your stuff with you and just use a shared computer without hassles, even though this feature is target for enterprise.
      Thanks,

  • http://www.facebook.com/thals1992 Trevor Halsey

    Oh, BTW if anyone cares heres the key to Windows 8
    6RH4V-HNTWC-JQKG8-RFR3R-36498
    http://social.msdn.microsoft.com/Forums/en-US/windowsdeveloperpreviewgeneral/thread/ea402fb2-7192-4599-b999-22ad6b28c55a

    • mhweb

      Thanks for the tip Trevor!

  • robotics1

    What have I done wrong? I did all the steps as shown but when I come to boot it is ignored and just boots from the hard drive. I disconnected the hard drives in my desktop and tried it and it was just not recognized. The only step I missed out was active – because that wasn’t mentioned in other sites. I had already had one go from another sites instructions. Is that critical?

    • mhweb

      Hello robotics1, the ACTIVE command is important.
      Marking a partition as active is an advanced task that should only be performed by advanced users. Marking a partition as active on a basic disk means that the computer will use the loader (an operating system tool) on that partition to start the operating system.
      Also make sure that your BIOS is set correctly to boot from an USB device. Note that older machines may not support boot from USB.
      Thanks for your comment!

    • http://twitter.com/GaryPlattenburg Gary Plattenburg

      Perhaps the Boot Order in your Bios needs reordered?  Make sure USB or External is before your Internal HD.

  • http://profile.yahoo.com/EOFT6VPEGBVNNAIP2EL4MHDY4Y robotics1uk

    I guess the dust settled on this months ago. I found the problem. The 32Gb USB stick does not work, but a 70Gb USB drive does. It is a 32Gb Freecom stick, actually slower than the USB drive.

  • Pingback: Windows 8: Windo..

  • Akansha

    If  
    bcdboot.exe h:windows /s h: /f ALL not working then use following,
    bcdboot.exe h:windows /s h:

    • mhweb

      Thanks for the tip Akansha.

 
 
 
 

Join Pureinfotech Newsletter!

You'll get access to: weekly updates, tutorials, how-to's, software renviews and much more...

Your Name:

Email Address:

No Spam, period. Your email will never be shared. And we respect your email privacy.