Running Windows 10 from a USB flash drive - how to run Windows 10 from a USB flash drive
Article Articles

Running Windows 10 from a USB flash drive - how to run Windows 10 from a USB flash drive

5.0 (1 ratings) Hover and click a star to rate
Views
34 725
Rating
5.0 / 5
It's good when a computer runs stably and without errors, but sometimes unpleasant situations occur that threaten valuable data. For example, the operating system has stopped loading, but to reinstall it, you need to save important files left on the desktop or in documents. Or the hard drive is simply temporarily unavailable for one reason or another, and you urgently need to get online. kak-zapustit-windows-10-s-fleshki-photo-2 In fact, solving such problems is very simple, but you need to be prepared for them in advance. To avoid worrying and always remain confident in your abilities, create a bootable USB drive with the operating system. Running Windows 10 from a flash drive without installation on the hard drive is simple and convenient. You will be able to use a full-fledged Windows anywhere and anytime. Below are ways to create such a flash drive.

Method #1: Built-in OS Tools

kak-zapustit-windows-10-s-fleshki-photo-3 The first method does not require searching for additional programs, as it allows you to do everything using utilities already available in the operating system, but it is also the most complex. This involves creating a bootable drive via the command line. It is worth noting that besides the complexity of the method, there is a possibility that running Windows 10 from a flash drive created this way may fail due to the specific characteristics of the USB device itself. Before starting to create a bootable flash drive, open the .iso image of the operating system using an archiver program (such as WinRar) and extract the install.wim file. The extension might not be .wim but .esd. Official images usually contain the first option, so we are conditionally referring to the install.wim file, and all further manipulations are performed with it.

This process looks like this step by step:

kak-zapustit-windows-10-s-fleshki-photo-4  
  1. Open "Start" and type cmd in the search bar.
  2. Run the command prompt as an administrator by selecting the appropriate menu item after right-clicking.
  3. To start disk management (including flash drives), enter the command diskpart and press Enter.
  4. Similarly, execute the command list disk to see which number the system has assigned to the flash drive.
  5. Knowing this number, enter select disk *, where the asterisk is replaced by the number of the USB drive you want to write Windows 10 to.
  6. Execute clean — a command to clean the flash drive (all data will be deleted!).

To run Windows 10 from a flash drive without installation, the bootable device must have the correct file system.

Create it with two commands:

  • create partition primary
  • fs=ntfs quick
kak-zapustit-windows-10-s-fleshki-photo-5   To complete all these operations, first execute active, then exit. This will exit the diskpart program. You can now proceed to write Windows itself. Execute dism /Apply-Image /imagefile:***install.wim /index:1 /ApplyDir:*:\, where the three asterisks represent the full path to the install.wim file, and the last asterisk is the drive letter, which can be seen in "My Computer". The writing process will begin. It may be long and seem to freeze, but don't worry — that's normal. The last step — how to run Windows 10 from a flash drive without a bootloader? Install it with the command bcdboot.exe E:\Windows /s *: /f all, where the asterisk is again replaced by the flash drive letter. kak-zapustit-windows-10-s-fleshki-photo-6 That's it, you can try to boot. To do this (and for any other methods listed below), press and hold the F12 key during computer restart. The boot menu will open, where you need to select your flash drive. If everything is fine, Windows will boot from it. If it doesn't work, check the BIOS and find the tab responsible for boot options (usually called Boot). Try changing the boot mode from UEFI to Legacy. This should be done first, as it is with this BIOS setting that you should boot from a flash drive created by the WinToUSB program, which will be discussed below. One common error where running Windows 10 from a flash drive written via the command line freezes is when the computer identifies the boot device as a removable drive, but ideally it should be a fixed disk, i.e., a local hard drive. "Faking" the flash drive information is possible, but it is a very labor-intensive operation that does not fit within the scope of this article.

Method #2: Third-Party Programs

Rufus

kak-zapustit-windows-10-s-fleshki-photo-7 If you are looking for the simplest solution to the question of how to run Windows 10 from a flash drive, then a small utility called Rufus is the best choice. It is arguably one of the simplest and most convenient free programs for creating bootable USB drives. The utility doesn't even require installation — download it and run it. The interface is in Russian.

Just specify all the necessary parameters:

  • Device — the flash drive to which Windows will be written;
  • Partition scheme — usually MBR for BIOS or UEFI;
  • File system — for Windows 10, choose NTFS;
  • Cluster size — leave the default value;
  • Volume label — the name of the flash drive, it can be anything.
Checking the device for bad blocks is optional; do not check the box. Select the options for quick formatting and creating a bootable disk, and next to the "ISO image" button, specify the path to the .iso file with Windows. The most important thing is to select the "Windows To Go" option so that running Windows 10 from a flash drive without installation is available, rather than just installation. Confidently press the "Start" button, and simply confirm any possible error messages. Creating the bootable flash drive should be successful.

WinToUSB

kak-zapustit-windows-10-s-fleshki-photo-8 This program works similarly, but the selection of necessary options happens step by step, rather than in a single startup window.
  1. First, select the source — the disk image with the OS (top icon).
  2. Now click the browse button and specify the location of the ISO file.
  3. By clicking the "Next" button, you will proceed to the next step, where you need to select the USB drive to which the writing will be performed.
  4. In the "Installation mode" field, it is recommended to choose VHDX, and the "Virtual hard disk size" value determines the size of the virtual partition on the flash drive. Windows is written into this file. In case of an error, it can be increased.
  5. Click "Next" and wait for the bootable drive to be created.

FlashBoot

kak-zapustit-windows-10-s-fleshki-photo-9 Unfortunately, this program is paid, but it has a trial version that allows you to create bootable flash drives that will only work for 30 days. If you decide to use this program, on the initial screen you need to select the CD → USB option. It allows you to create a bootable drive directly from a disk or from a system image. In the next window, select the image or disk with the operating system, then be sure to select the "Install fully-functional Windows to USB Thumbdrive" option to enable a full run of Windows 10 from a flash drive. Otherwise, you will get a regular bootable drive for installing the system on the hard drive. Here you can also specify the option for UEFI boot. After that, the system is written to the device. Done! Important: don't forget to save all necessary data from the flash drive, as during the process of writing Windows 10 to it using any of the methods described in this article, they will be destroyed!

AOMEI Partition Assistant

kak-zapustit-windows-10-s-fleshki-photo-10 This refers to the Standard version. It is a free, multifunctional program for managing hard disk partitions. Among the main options, there is also an interesting one called "Windows To Go Creator". With its help, you can do everything described above; just specify the desired flash drive and the path to the .iso image or .wim installation file.

About Installing the OS from a Flash Drive

kak-zapustit-windows-10-s-fleshki-photo-11 If you are not interested in loading a full working system, but only in starting the installation of Windows 10 from a flash drive, then there is nothing simpler — this is the main way to install the OS today, as many modern laptops and PCs do not have disk drives. Use the Rufus program for this, just as in the example above, but instead of the Windows To Go option, select "Standard Windows installation". Finally Now you know how to start the installation of Windows 10 from a flash drive or a fully working operating system. Besides the described methods for creating such a flash drive, one more remains unmentioned and is the simplest, if you have Windows 10 in the Enterprise edition. It has a ready-made function for creating a bootable drive. This feature is located directly in the control panel and is called Windows To Go. If you don't have "Enterprise", you can install the Virtualbox program, download the necessary Windows image, create a virtual machine from it, pass the computer's USB devices into it, and use the system's built-in tools to create a bootable flash drive.

Specifications

Views34 725

Site.articles.relatedCategory

Show more

By becoming a member of the Friend Around social network, you will ensure the opportunity for new acquaintances and find many friends! Every participating user in the social network has many friends and girlfriends, just new acquaintances in this network! Thanks to the modest application, you can often communicate with friends on common topics! Using the features of this social network, you can find your soulmate, and other users can help with this! [toc] On the website, you can quickly download the program and become a user of the Friend Around program

368 990
Read

How to download a Windows 7 ISO image from the Microsoft website? Today it is possible, there is no longer a need to search for the OS on the Internet, risking infecting your own computer with a virus. There are many different builds of this operating system on the web. It is best to download the original Windows 7 ISO image, as it is considered the best. You don't need to download it from torrent trackers, it is available on the Microsoft website. However, there are certain nuances. At the link https://www.microsoft.com/ru-ru/

107 053
Read

Social networks - they are used by absolutely everyone who uses the Internet, just as the phone once gained incredible popularity - today social networks enjoy incredible universal popularity. [toc] Perhaps in the near future every inhabitant of the Earth will have their own account in one or another social network. As a rule, it is impossible or quite difficult to delete an account in social networks; it still remains in the system, no matter what you do. The Social Network Friend Around is no exception - in which

103 258
Read

Many users have repeatedly heard about the system registry in Windows 7, Windows 8, Windows 10 operating systems and that its 'clutter' can negatively affect computer performance, speed, and reliability. Essentially, the Windows registry is a database of the operating system that stores information about software and system changes. [toc] Over time, this database becomes filled with various junk that needs to be periodically cleaned from the registry.

63 359
Read

Site.articles.relatedPopular

Show more

The default welcome page of the Google Chrome browser looks, perhaps, empty and unclear. Now we'll figure out what a welcome page is and what it is for. [toc] When you start the browser, the first thing you see is the start page! It is also called the quick access page, or the welcome page. Welcome page - what is it? Actually, these are slightly different concepts, especially when it comes to the default welcome page of the Google Chrome browser. So, now we know what

151 556
Read