When you think you have just successfully upgraded to Windows 8, you check the System properties and notice that it says “Windows To Go machine” instead of the operating system version. And that’s not all. When you remove a USB drive, your PC crashes.
Now to the obvious question: Why is that? Surprisingly, this happens because Windows 8 thinks that the unique USB drive ID is the same as the internal hard drive ID in your PC. — If you ask me, I think this is a big flaw in the OS that users should never have to go through, but thankfully has an easy fix.
For those people who aren’t familiar, Windows To Go is a feature in the Enterprise version of Microsoft’s operating system that allows you to install and run a full version of Windows 8 from a USB drive. The feature brings some additional flexibility for businesses to take the company’s environment anywhere. For example, when employees need to work remotely or from a shared computer, or even to avoid spending hours configuring a new PC for a contractor that has to work temporarily in a different location.
If you find yourself in this situation where Windows 8 thinks it is a Windows To Go when it’s not, the steps below will help you fix this issue.
Fix Windows To Go device error
-
Use the “Windows key + R” keyboard shortcut to bring up the Run command. Type regedit.exe, and click OK.
-
Browse the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
-
Delete this value: PortableOperatingSystem
Quick note: Back up all the data from the disk, as when you clean it, it will destroy all the data. -
Now, “clean” the USB drive by opening the command prompt, typing diskpart.exe, and pressing Enter.
-
To figure out the disk number of the USB drive in the system, use this command:
list disk
-
Use the following command to select the disk (note that “#” is the number of your USB drive):
select disk #
-
Type:
clean
And then, type exit to quit DiskPart. Reboot your PC, and everything should go back to normal.