7

I would like to install Windows on a 64GB USB flash drive, with Rufus, and using windows To Go.

I already did this with an other key, a SanDisk key of 32GB, USB 3.0. On this "small" key, the OS is copied relatively quickly, and all works except the fact that the key is almost full as soon as the OS is installed. the small key has a read speed of nearly 90 MB/s, more or less 800 Mb/s, which is not far away of the theoretical 1 Gb/s.

I made the test with the larger, 64GB USB flash drive key, and the read speed is the same. And I can't understand this because nothing then can explain all the time spent to copy the OS and to launch windows afterwards.

I tested the key, and the test tells all is good concerning the memory. I tried to play with Rufus settings (GPT/NTFS) but nothing changed.

The USB flash drive is a Maxell 64GB, and it is labelled USB 3.0.

Giacomo1968
  • 58,727
lolveley
  • 203

2 Answers2

12

Rufus developer here.

  1. Windows To Go installation (copying the files to the USB key) is a slow process no matter how fast your flash drive is, because you are applying an image as opposed to copying files, and, for reasons that have to do with the WIM/ESD image file format, the process of applying images is slow.
  2. It's not the read speed that matters but the write speed. And what's more it's write random speed that matters much more than the write sequential speed. So it won't matter if you have a flash drive that has a 100 MB/s read speed if its sequential write speed is below 30 MB/s. And there usually exists a huge disparity between the sequential read speed, which is what the manufacturer tends to advertise, and the random write speed with consumer flash drives, which is why you should really pay attention to both when purchasing one and not just blindly go for the one that advertises that highest read speed. For a decent Windows to Go experience, you want a random write speed of at least 50 MB/s, which is typically something that only SSD grade hardware will provide.
  3. The first boot after installing Windows To Go onto your flash drive will always take a long time, as Windows needs to perform background installation tasks and set up drivers. But once that has completed, and if you have a drive with a decent write speed, you should find that it's quite usable.
  4. Microsoft have simply stated that they are no longer actively developing for it, but not that they are planning to remove or let the feature break the feature any time soon. As a matter of fact, they did fix a major Windows to Go issue in 19H1, and last time I checked, Windows To Go worked quite fine with 19H1. Most likely, they are planning to remove the Windows To Go creation tool that they used to provide with Enterprise versions of Windows starting with Windows 8, as it was pretty much obsolete ever since Windows 10 was released and flash drives with a sufficient write speed became more widely available that it was no longer necessary to whitelist a very specific subset of them (which is what the Windows To Go creation tool did because, at the time the feature was introduced, it was very much necessary).

Provided you have a decent enough flash drive (check your effective write speed!), I don't think you should be put off from using Windows to Go. The only limitation you might face (which Microsoft acknowledges) is that you won't be able to install feature updates (i.e. you won't be able to perform something like a 19H1 → 19H2 update), but considering that a Windows To Go drive is mostly a disposable version of Windows, that you should be able to recreate once a new release is issued, I don't see it as that much of a big deal.

Akeo
  • 7,541
0

To install feature updates on a windows to go edition of windows, do the following setting.
Open the registry editor and locate the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

Find portable operating system, set the value of portable operating system to 0 from 1.
Note: Please take a backup of registry key before changing anything in any way.

zx485
  • 2,337
Majid
  • 1