Windows To Go: Screenshots
Summary: Windows 8 Enterprise includes the tools needed to make a Windows To Go USB drive. Here's how it's done.
Image 2 of 10

To find the Windows To Go workspace creation tool, just start typing its name on the Start screen. You'll find the tool in the Settings results, right at the top of the list.
Kick off your day with ZDNet's daily email newsletter. It's the freshest tech news and opinion, served hot. Get it.
Talkback
Yes.
Will Windows To Go keep all your files too
Yes
Wheres the do you wish to turn Metro off?
A solution in search of a problem
What A Pity Nobody Will Use It
What a complete waste of time.
Microsoft Office and file storage
Could this be used in conjunction with a tablet, such as Android, Apple, RIM or Microsoft?
I want the Surface
installed memory 4GB (3.73 usable)
installed memory 4GB (3.73 usable)
but it also says
64-bit operating system
odd
That test machine is a laptop with integrated Intel graphics
Memory Availability
it's the difference between using decimal expansion and binary.
People generally use increments of 1000 (10^3) to calculate sizes so 4gb is 4*1000mb.
If you calculate using binary (as memory and storage addressing will do) then 4gb is 4*1024mb (where 1024=2^10).
SO.... 4gb in Windows is 4000000000 bytes, or 4*10^9 whereas the memory will be 4gb as 4294967296 bytes, or 4*2^30. If you divide 4000000000 (bytes) by 4294967296 (bytes) you get 3.725 (rounded to 3.73) 'gb'.
Therefore of the '4gb' of RAM you only have 3.73'gb' addressable as the 4gb is gigabytes and the 3.73gb is gibibytes.
Mystery Solved :oP
(There should be some articles online about kibi/mebi/gibi.tebi bytes vs kilo/mega/giga/tera bytes if you need clarification)