Windows 10: Clean Install Windows 10 without DVD or USB Flash Drive

Discus and support Clean Install Windows 10 without DVD or USB Flash Drive in Windows 10 Tutorials to solve the problem; How to: Clean Install Windows 10 without DVD or USB Flash Drive [img] Information Sometime ago I had an interesting dilemma: A Windows tablet... Discussion in 'Windows 10 Tutorials' started by Cliff S, Sep 29, 2017.

  1. Cliff S New Member

    Clean Install Windows 10 without DVD or USB Flash Drive


    How to: Clean Install Windows 10 without DVD or USB Flash Drive

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]
    Information Sometime ago I had an interesting dilemma: A Windows tablet simply refused to upgrade from Windows 10 version 1607, the Anniversary Update. Due my own actions the only USB port was broken, not recognizing any USB flash drives. I had no SD cards available and even if I had found one, Windows installation can't be booted from SD card. In addition, to get more storage space I had removed factory restore partition and extended C: drive to that freed space.

    I wanted to clean install wiping the hard disk (removing and recreating Windows partitions). I knew from earlier experience that when clean installed, although Windows 10 usually is pretty good in finding and installing correct drivers, setup would be unable to find correct network drivers for this device (a tablet with Intel Atom CPU). These drivers would need to be manually installed after the installation. Otherwise the tablet would be just a worthless brick, a Windows device without network / Internet access, no way to add and install them and therefore unable to install rest of the drivers.

    Short: I had to find a way to install without any external media, and be sure installers for network drivers would be available after installation.

    This tutorial will show how to do this, how to clean install using it without any external media. Screenshots are from a simulation on a Hyper-V virtual machine but the method shown will be and work exactly the same on any PC, laptop or tablet regardless if the machine in question is UEFI / GPT or BIOS / MBR device.

    This method can of course also be used even if you have DVD or USB device available as an alternative method to clean install.

    The instructions might look complicated but trust me, this is an easy and straight forward procedure. I've tried to make instructions as complete as possible to be sure that any user even with limited knowledge of Windows can manage it by following the instructions to the letter.


    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]
    Warning In my case, the tablet in question I had issues with upgrading had detachable keyboard which made the reinstall possible. If your device is touch only with no keyboard this method might not work for you.

    Before proceeding, test if the touch control works when device is booted to Command Prompt as told in steps 2.1 through 2.3. If touch control is not working, this method does not work for you. Do a hard reset (power off, power on) to boot back to Windows.



    Contents [/i] Use links to go to any part of tutorial, back button of your browser to return to this list.
    [table][tr][td]Part One:[/td] [td]Preparations[/td] [/tr] [tr][td]Part Two:[/td] [td]Boot to Command Prompt[/td] [/tr] [tr][td]Part Three:[/td] [td]Run Windows Setup from partition on same PC[/td] [/tr] [tr][td]Part Four:[/td] [td]Run Windows Setup from a networked PC[/td] [/tr] [tr][td]Part Five:[/td] [td]Post install tasks[/td] [/tr] [/table]


    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]
    Note Parts Three & Four are alternative ways to do the same thing. Go through parts One & Two, then depending on if you are doing this on a single device without access to a networked PC do part Three, or if you have access to a networked PC do part Four instead.

    Finish the install doing Part Five.



    Part One: [/i] Preparations
    1.1) Download Windows 10 ISO image for version you want to install. See this tutorial for how: Download Windows 10 ISO File Windows 10 Installation Upgrade Tutorials

    1.2) Download device driver installers for chipset and network drivers for your device from its manufacturer's site. You can of course download all drivers but to get going after clean install in case device has no network connection, at least the two drivers mentioned should be available

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]
    Note If you have another PC available on your network, clean reinstall without DVD or USB can be done over network. In that case download ISO and drivers on that another PC.

    If the device you want to clean reinstall is your only available device, download ISO and driver installers on it.

    Steps 1.3 through 1.9 are required only if you have no other computers available on your local network, and your device only has Windows partition C:. If you have other computers available on network, or if the hard disk on your device you want to reinstall already contains additional partitions, you can skip these step and continue from step 1.8.
    1.3) Create a partition to store Windows ISO image and driver installers by shrinking the C: partition. To do this, open Disk Management (right click Start, select Disk Management), right click C: partition and select Shrink Volume:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    1.4) Shrink C: with 6 GB (6,144 MB):

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    1.5) Right click new partition, select New Simple Volume:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    1.6) New Volume Wizard will open. Accept all defaults by clicking four times Next, finally create the new volume (partition) by clicking Finish:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    1.7) New partition will be created and formatted:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    1.8) On new partition, create a folder naming it ISO_Files. Mount the downloaded ISO image as virtual DVD simply by double clicking it. Open mounted ISO in Explorer, select all files and folders with CTRL + A and copy them with CTRL + C, paste the ISO content to ISO_Files folder on new partition:

    Copy ISO content:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    Paste to ISO_Files folder:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    1.9) Copy the downloaded driver installers to new partition. In my case now, when done I had the contents of ISO and driver installers where I wanted to have them, on additional small 6 GB partition:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]



    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]
    Note Steps 1.10 through 1.14 below only for users with network access to another PC. If working on a single device, continue from step 2.1.
    1.10) Create a new folder on other PC, name it as you wish. In this tutorial I use folder name W10 Image. Copy driver installers to this folder, create a subfolder W10 Image\ISO_Files and copy all content from mounted Windows ISO image this subfolder (see steps 1.8 & 1.9

    1.11) Right click the folder containing the ISO files and driver installers, select Properties.

    1.12) Select Sharing tab, click Advanced Sharing:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    1.13) Select Share this folder, name the share if you are not happy with the default name (folder name), select Permissions:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    1.14) Enable full control for everyone, click OK to close Permissions, click OK to close Advanced Sharing, click Close to save changed properties:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]





    Part Two [/i] Boot to Command Prompt
    2.1) Open Run prompt (right click Start > select Run) and enter following command to restart to Advanced Startup Options:

    shutdown /r /f /o /t 0

    More about booting to Advanced Startup Options: Boot to Advanced Startup Options in Windows 10 Windows 10 Installation Upgrade Tutorials

    2.2) On Advanced Startup Options, select Troubleshoot, select Advanced Options and finally Command Prompt:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    Tutorial: Open Command Prompt at Boot in Windows 10 Windows 10 General Tips Tutorials

    2.3) Select one of the listed administrator accounts. In this case now I only have one admin account, I'll select it and enter my password in next screen to open Command Prompt:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]





    Part Three [/i] Run Windows Setup from partition on same PC

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]
    Note If you are using a networked computer for reinstall, skip to Part Four below. This Part Three is only for users running Windows Setup from additional partition on device in question. 3.1) Drive letters might not be the same when booting to Command Prompt. To be sure, we will check the drive letter for additional partition containing Windows 10 ISO and downloaded driver installers. This can be done with DISKPART command.

    Enter following commands one by pressing Enter after each command:

    diskpart

    list vol

    exit

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]

    (Click to enlarge.)

    3.2) I can now launch Windows Setup from the ISO_Files folder which in my case is located on drive D: with following command:

    D:\ISO_Files\setup.exe

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]

    (Click to enlarge.)
    3.3) Run setup as in normal clean install until you reach the drive options screen asking on which partiton you want to install. When product key is asked, select I don't have a product key. it is not needed in reinstall, Windows 10 will be automatically activated with digital license:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    See Clean Install tutorial if you need any help: Clean Install Windows 10 Windows 10 Installation Upgrade Tutorials

    3.4) In drive options, select each partition one by one (highlighted partitions in screenshot, your actual partition layout may be different) except the additional partition containing Windows ISO files and driver installers and click Delete to remove partitions:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    3.5) When you only have unallocated space and the partition with ISO files and driver installers left, select the unallocated space and click Next to start installing Windows. Windows Setup will repartition the HDD automatically:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    3.6) You can now continue installing Windows normally (Part Five




    Part Four [/i] Run Windows Setup from a networked PC
    4.1) When booted to Command Prompt, network needs to be initialized before you can connect to another PC to run Windows Setup. This is done with following command:

    wpeinit

    4.2) Map the shared folder on other PC as drive W: with following command, replacing IP-Adress with actual IP address or computer name of the networked computer, and ShareName with the name the folder was shared in step 1.13:

    net use W: "\\IP-Address\ShareName"

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.3) In this example the network share was mapped as drive W: and the ISO content on that folder is located in folder ISO_Files, I can start Windows Setup with following command:

    W:\ISO_Files\setup.exe

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.4) Run Windows Setup normally until you reach drive options. When asked, skip the product key (see how in step 3.3)

    4.5) Remove all partitions from drive 0 by selecting them one by one and clicking Delete (see how in step 3.4) until you only have unallocated space. Now click New. Be careful now, be sure to click New. Do not click Next!:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.6) By default, setup suggests that you use the full capacity of the HDD for Windows partition:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.7) However, we need a small partition for driver installers. In this example I've reduced the suggested size with 2,000 megabits to leave space for an additional partition to store the driver installers. When size have been adjusted, click Apply:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.8) Accept with OK:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.9) Select the small unallocated space at the end of HDD, click New:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.10) Click Apply:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.11) Click the new, small partition at end of HDD, click Format:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    4.12) Press SHIFT + F10 to reopen Command Prompt. Check the drive letter for new small partition created in 4.10 & 4.11 with DISKPART (see 3.1 for DISKPART instructions).

    Copy driver installers from shared folder on networked PC one by one with following command replacing target drive letter X: with actual drive letter of the small new partition:

    copy W:\DriverInstallerFileNameWithExtension X:\

    For instance, if WLAN driver installer filename would be RealtekWLAN.exe, and the small partition would be drive E:, the command would be as follows:

    copy W:\RealtekWLAN.exe E:\

    If all driver installers have the same extension, you can copy all of them with one command replacing filename with asterisk (*). In my case now, all three driver installers I want to copy are ZIP archive files with extension .zip, and I want to copy them to new small partition E:, the command would be as follows:

    copy W:\*.zip E:\

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]

    (Click to enlarge.)

    This copies all files with given extension, ZIP in this case, to target.

    4.13) Select the Windows partition (partition 4 on UEFI / GPT machines, partition 2 on BIOS / MBR) and continue installing Windows normally (Part Five:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]




    Part Five: [/i] Post install tasks
    5.1) Windows 10 is really good in finding correct drivers, in most cases I have had no need to install drivers manually. However, as so often in computing, you should not trust that Windows can do it automatically and be prepared instead.

    That's the reason we downloaded the chipset and network drivers copying them to a small additional partition, to be prepared. In case Windows Setup already installed correct network drivers, you are ready to go and can skip this step, but if Windows Setup was unable to install correct network drivers, you have now partition D: on your HDD containing them.

    Run the installers and install drivers manually. Notice that some network drivers require chipset being up to date, I recommend you start by installing chipset driver, restart and continue installing network drivers.

    When done and you have got network and Internet access, you can run Windows Update and install other missing drivers.

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    5.2) When you have network access, you can remove the additional partition where you had ISO files and driver installers (single machine setup) or driver installers (installing from network) in Disk Management:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    5.3) Extend drive C: using the freed space:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    5.4) Accept all defaults by clicking two times Next, then Finish

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    5.5) You have now full capacity of HDD to be used with Windows:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]

    That's it! The hard disk was cleaned and wiped and Windows 10 installed without using any external DVD or USB device.

    Kari


    Related Tutorials

    :)
     
    Cliff S, Sep 29, 2017
    #1
  2. Sumit Dhiman2, Sep 29, 2017
    #2
  3. Windows 10 Clean install without USB or DVD question

     
    Andre Da Costa, Sep 29, 2017
    #3
  4. Clean Install Windows 10 without DVD or USB Flash Drive

    A really great tutorial!

    Thanks!
     
    slicendice, Sep 29, 2017
    #4
  5. cereberus Win User
    This is a great tutorial.

    Another similar way of achieving this solution is to create a boot entry of the installer (in the partition) using easybcd or @Kyhi's great scripts (used them many times), then on booting PC, there is a boot option for the installer.

    Windows 10 Help Forums

    I use this exact same method for creating boot entries for Macrium Reflect winpe files, and also a custimised version of @Kyhi's recovery drive.
     
    cereberus, Sep 29, 2017
    #5
  6. Kari Win User
    Whatever the method to clean reinstall without any external install media, the important thing is to be sure you do not brick the device because of missing network driver in case you are not able to use external devices or SD cards to transfer files to your device.

    Everything else can be obtained, drivers installed and Windows updated when network is working. My starting point, as told at the beginning of tutorial, was that I had a W10 tablet with Intel Atom processor, USB not working, no SC card, no factory reset partition, and I knew from past experience that for this specific device, Windows Setup would not install correct network drivers.

    The tutorial could be shorter, installation itself without external device being a piece of cake, but I wanted to show a way to do this in a way that ensures that you will have network and Internet access when done.

    BTW, did you know that Windows ISO or DVD / USB burned from it contains two different Setup.exe applications to install Windows? If you run Setup.exe which is located on root of the ISO (for instance X:\setup.exe), only in-place upgrade install is possible, but running the other Setup.exe from Sources folder (X:\Sources\Setup.exe) allows a custom install.

    Setup.exe on the root of Windows install media:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    Setup.exe in Sources folder:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]


    If cleaning HDD, wiping it empty when reinstalling (as told in this tutorial) is not important to you, you can reinstall simply by mounting a W10 ISO, then running Windows setup from Sources folder. Other than missing drive partitioning options, running Sources\setup.exe allows a custom install, moving previous Windows installation to Windows.old folder. It's clearly told that running setup this way does not allow partitioning:

    Clean Install Windows 10 without DVD or USB Flash Drive [​IMG]
     
  7. DavidY Win User
    Ah that's very useful.

    I have a tablet in a very similar situation- although I'm not admitting so easily that it was me who broke the USB port. *Wink

    Although it will charge the battery, I can't boot from a USB and because I can't even plug in a keyboard, I don't think I can change BIOS options. It also wouldn't find the correct drivers by default when I clean installed Windows 8.1 and I haven't risked it since then.

    Edit: One difference with mine is that it's only a so-called 32GB disk, which makes some of this even more tricky!

    Fortunately it's still working but it's only a matter of time before I lock myself out of it somehow...
     
    DavidY, Sep 29, 2017
    #7
  8. Fafhrd Win User

    Clean Install Windows 10 without DVD or USB Flash Drive

    I seem to recall that at this point in the process, Shift+F10 is available and of course then, Diskpart may be used from the command prompt to change, create or otherwise modify the partitions, and the Refresh option in the setup dialog will rescan the available partitions after Diskpart has made changes to reflect the available partitions in the setup dialog.
     
    Fafhrd, Sep 30, 2017
    #8
  9. Kari Win User
    That's a BIOS device? If it would be UEFI, this could be a solution: Create Shortcut to Boot to UEFI Firmware Settings in Windows 10 Windows 10 General Tips Tutorials


    Using a network share for this as told in tutorial, you can do it. Windows installation requires a 20 GB partition, the small partition to host driver installers 1 or 2 GB,

    If you can't do this from network share, you need 5 to 6 GB for the temporary partition. In other words you just have to find enough stuff you can delete to make that much space free,
     
  10. Kari Win User
    Yes, Command Prompt and DISKPART are available when launching setup from Sources\Setup.exe. I did not cover that option in this tutorial because I wanted to keep it "newbie proof".
     
  11. DavidY Win User
    Thanks Kari, Yes it's UEFI, so that would take me into the firmware.

    However I'm not sure that I'll be able to select anything when I got there, as I'm not sure the UEFI screen will have drivers for a touchscreen and I've not risked trying it in case I get stuck!

    Yes and I do have an SD card in there which, as you said, won't boot it but will be a place to store things such as drivers (although I guess the SD card itself will also need a driver... so again I'll need to be careful!)
     
    DavidY, Sep 30, 2017
    #11
  12. Kari Win User
    Basically, you could use SD card instead of shrinking C: and making a temporary partition on HDD / SSD, possible problem being exactly as you mentioned not knowing if when booted to Command Prompt SD card driver is loaded. Another possible issue is does the touchscreen work when booting to Command Prompt.

    Easy to test, though. Boot to Command Prompt and see if touch works. If not, just hard reset the device. If touch works, use DISKPART to see if SD card is shown.
     
  13. Clean Install Windows 10 without DVD or USB Flash Drive

    Thanks Kari. Looks like a lot of time and effort went into this like most of your tutorials. Well laid out and easy to follow.
     
    Fisher Mann, Sep 30, 2017
    #13
  14. cereberus Win User
    After all these years, that is a new one on me!
     
    cereberus, Sep 30, 2017
    #14
  15. Kari Win User
    It's not a well documented feature, I've noticed there are quite a many advanced users who do not know it.
     
Thema:

Clean Install Windows 10 without DVD or USB Flash Drive

Loading...
  1. Clean Install Windows 10 without DVD or USB Flash Drive - Similar Threads - Clean Install without

  2. Can I perform a clean install of Windows 11 without an USB flash drive or with an USB with...

    in Windows 10 Gaming
    Can I perform a clean install of Windows 11 without an USB flash drive or with an USB with...: I need to leave dev channel and I need to perform a clean install ASAP . At the moment I dont have an USB with more than 8GB . Is there any other alternative ?...
  3. Can I perform a clean install of Windows 11 without an USB flash drive or with an USB with...

    in Windows 10 Software and Apps
    Can I perform a clean install of Windows 11 without an USB flash drive or with an USB with...: I need to leave dev channel and I need to perform a clean install ASAP . At the moment I dont have an USB with more than 8GB . Is there any other alternative ?...
  4. Clean install without USB

    in Windows 10 Software and Apps
    Clean install without USB: Is there a way to clean install Windows 11 without USB?Other than the recovery option in settings https://answers.microsoft.com/en-us/windows/forum/all/clean-install-without-usb/965b2b43-ef13-4cc5-a5db-d9748556f323
  5. Clean install without USB

    in Windows 10 Gaming
    Clean install without USB: Is there a way to clean install Windows 11 without USB?Other than the recovery option in settings https://answers.microsoft.com/en-us/windows/forum/all/clean-install-without-usb/965b2b43-ef13-4cc5-a5db-d9748556f323
  6. How to Clean Install Windows 10 Without USB or DVD

    in Windows 10 Gaming
    How to Clean Install Windows 10 Without USB or DVD: How to Clean Install Windows 10 Without USB or DVD. I want to Know This Method Because I Want to Clean Install Windows 10 but I don't have USB or DVD. Please Help Me.Thanks For Any Help!...
  7. How to Clean Install Windows 10 Without USB or DVD

    in Windows 10 Software and Apps
    How to Clean Install Windows 10 Without USB or DVD: How to Clean Install Windows 10 Without USB or DVD. I want to Know This Method Because I Want to Clean Install Windows 10 but I don't have USB or DVD. Please Help Me.Thanks For Any Help!...
  8. How to Clean Install Windows 10 Without USB or DVD

    in Windows 10 Installation and Upgrade
    How to Clean Install Windows 10 Without USB or DVD: How to Clean Install Windows 10 Without USB or DVD. I want to Know This Method Because I Want to Clean Install Windows 10 but I don't have USB or DVD. Please Help Me.Thanks For Any Help!...
  9. clean installation windows 10 without usb bootable drive. is it possible?

    in Windows 10 Ask Insider
    clean installation windows 10 without usb bootable drive. is it possible?: i have the .iso ready. i just want to perform windows installation from 0, i dont want to upgrade current windows. i want a complete installation like a new machine without os. submitted by /u/alice_zero [link] [comments]...
  10. Windows 10 clean installation from flash drive

    in Windows 10 Installation and Upgrade
    Windows 10 clean installation from flash drive: I have an older HP laptop originally running Windows 7. I had upgraded to Windows 10 during the free upgrade offer at W10 launch. I recently had to replace the hard drive and then used recovery discs specific to my computer. I wanted to re-install Windows 10 so I...

Users found this page by searching for:

  1. clean install windows 10 without usb drive

    ,
  2. i have made a iso usb and a dvd of windows 10 1809 and they both boot into a windows logo and no further

    ,
  3. install fresh windows 10 on ssd without usb

    ,
  4. clean install windows without usb