Windows 10: DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS

Discus and support DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS in Windows 10 Software and Apps to solve the problem; Hi everyone, I want to do a clean reinstall of windows 11 and I want to delete all data.I currently have two SSDs of 2TB each. In one SSD disk 0 I... Discussion in 'Windows 10 Software and Apps' started by Nik1_, Mar 1, 2025.

  1. Nik1_ Win User

    DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS


    Hi everyone, I want to do a clean reinstall of windows 11 and I want to delete all data.I currently have two SSDs of 2TB each. In one SSD disk 0 I installed Windows, in the other disk 1 I installed games and various programs.A few days ago, in another support thread, I was told to delete all partitions on disk 0 and disk 1 when reinstalling, and then create space on disk 1 using disk management.https://answers.microsoft.com/en-us/windows/forum/all/clean-reinstall-of-windows-11-2h24/7b6208d0-7eef-40bf-8fa1-1350fa7ab01eSo I used the diskpart command in cmd to view the partitions I currently

    :)
     
    Nik1_, Mar 1, 2025
    #1
  2. W1zzard Win User

    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, Mar 1, 2025
    #2
  3. Mala_S Win User
    Clean Install Windows 10 partition issue

    Hello,

    Thank you for writing to Microsoft Community Forums.

    I appreciate the troubleshooting steps performed to resolve the issue. However, let’s try with the further troubleshooting steps and see if it works. Initially, I would suggest you to create a bootable media with a USB/Flash drive of capacity 8GB.
    For better understanding, you may watch the video with the procedure from the article on
    How to Clean Install Windows 10 on a PC Step-by-Step
    Guide
    .

    Set the boot priority to USB once after creating a bootable media using a USB and proceed with the Windows Installation. On the drive selection window, press Shift + F10 keys to open the Command Prompt. Then follow the steps listed
    below:

    • Type the following command in the Command Prompt window and press Enter:
      diskpart
    • Once after executing the above command, type the following command to list the current drives and press Enter:
      list disk
    • List disk will give you the list of drives, use the following command to select the drive and press Enter: select disk 0
    • Type the following command to check if the disk is online: online disk
      (if the disk is not online)
    • Type the following command to clean the drive and press Enter:
      clean
    • To create a partition, type the following command and press Enter:
      create partition primary
    • To select the partition that you created, type the following command and press Enter:
      select partition 1
    • To set the partition active, type the following command and press Enter:
      active (if this is the boot partition)
    • Type the following command to assign a drive letter and press Enter:
      assign letter(letter)
    • After completing all this, close the command prompt screen and click on
      refresh button.
    • Then you will only have one drive with “unallocated space”, just select the partition to start the installation.

    Let us know how it goes and I look forward to hearing from you soon.

    Regards,

    Mala S

    Microsoft Community - Moderator
     
    Mala_S, Mar 1, 2025
    #3
  4. DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS

    Installing Windows Vista/7 on a GUID Partition Table

    I've never tried multiple partitions so this is a shot in the dark...

    At step #10, I would try setting the size parameter (it is in mebibytes) to how large you want the partition windows is installed on to be, then go ahead and install windows. This will leave the rest of the drive raw instead of consuming it into the OS partition (C drive). Once you successfully boot into Windows, you should be able to use Computer Management -> Disk Management to create partitions in the raw space.


    If you really wanted to do it with diskpart before Windows is installed, you basically repeat the following lines making sure to specify a size if you don't want it to consume all remaining space:
    • create partition primary size=size in mebibytes here
    • format quick fs=ntfs label="appropriate name here"
    • assign letter=C thru Z here
    Obviously, you can use quick formatting or leave it out for full format. Leave off the size parameter when you reach the final partition that should consume all the remaining space. Also remember that the order you do this in goes from the outside of the disk (where it is fastest) to the inside of the disk (where it is slowest). Because of this, it is recommended to put EFI (e.g. size=300), then MSR (e.g. size=300), then Windows (e.g. size=30000), then Applications (e.g. size=70000), then Storage (e.g. no size parameter).

    If I'm right, the above example would look like this:
    • diskpart
    • list disk
    • select disk <id>
    • online disk
    • attributes disk clear readonly
    • clean
    • convert gpt
    • create partition efi size=300
    • create partition msr size=300
    • create partition primary size=30000
    • format fs=ntfs label="Windows"
    • assign letter=C
    • create partition primary size=70000
    • format fs=ntfs label="Applications"
    • assign letter=D
    • create partition primary
    • format fs=ntfs label="Storage"
    • assign letter=E
    • exit
     
    FordGT90Concept, Mar 1, 2025
    #4
Thema:

DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS

Loading...
  1. DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS - Similar Threads - DISK PARTITIONS CLEAN

  2. DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS

    in Windows 10 Gaming
    DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS: Hi everyone, I want to do a clean reinstall of windows 11 and I want to delete all data.I currently have two SSDs of 2TB each. In one SSD disk 0 I installed Windows, in the other disk 1 I installed games and various programs.A few days ago, in another support thread, I was...
  3. Windows 11 installation error. Can't delete/clean disk or partitions.

    in Windows 10 Software and Apps
    Windows 11 installation error. Can't delete/clean disk or partitions.: My laptop keeps restarting due to an error, so I bought a USB flash drive to solve it. I downloaded the Windows update file from the website, transferred it to my USB, and then plugged it into the laptop. I initiated the Windows setup, clicked on 'Install Now,' then went to...
  4. cleaning a partition not a disk

    in Windows 10 Gaming
    cleaning a partition not a disk: I do not want to clean all the disk cause it is divided into 3 partitions and I need to use the first partition only for windows and keep the data on the other two partitions, so what should I do?...
  5. cleaning a partition not a disk

    in Windows 10 Software and Apps
    cleaning a partition not a disk: I do not want to clean all the disk cause it is divided into 3 partitions and I need to use the first partition only for windows and keep the data on the other two partitions, so what should I do?...
  6. cleaning a partition not a disk

    in Windows 10 Installation and Upgrade
    cleaning a partition not a disk: I do not want to clean all the disk cause it is divided into 3 partitions and I need to use the first partition only for windows and keep the data on the other two partitions, so what should I do?...
  7. Windows 10 fresh install. Can't delete/clean disk or partitions.

    in Windows 10 Installation and Upgrade
    Windows 10 fresh install. Can't delete/clean disk or partitions.: Hi Everyone, As my title says I cannot complete a fresh Windows 10 install from USB using Windows media creation tool. I purchased an NZXT BLD a few months ago and recently received a blue screen crash and of course I didn't write down the error code, because I didn't think...
  8. Clean Install - Partitions

    in Windows 10 Installation and Upgrade
    Clean Install - Partitions: Hello Forum, I attempted to clean install Win 10 Pro v1909 from ISO on a DVD. I simply clicked on the ISO setup file, and let the system do its thing. Typically, I end up doing these clean installs several times for various reasons. This was my first attempt at a clean...
  9. Clean Windows 10 Install & Disk Partitions

    in Windows 10 Installation and Upgrade
    Clean Windows 10 Install & Disk Partitions: Hello Two desktop computers each running Windows 10 Pro 64 bit. I tried to copy an image of the source C: drive to the target C: drive and ran into issues and, I think, in the process messed up the source drive partition table. So I tried to do a clean install of Windows...
  10. Perform a clean install on a disk that has a data partition?

    in Windows 10 Installation and Upgrade
    Perform a clean install on a disk that has a data partition?: I've been considering shrinking my one disk (disk 0) to create another volume, a data partition, but I'm still not clear what happens in the event that I want to refresh, reset or clean install Windows 10 in the future. Would the data partition remain or, as I thought I read,...