Windows 10: How do I select which partition to install Windows 10 on?

Discus and support How do I select which partition to install Windows 10 on? in Windows 10 Ask Insider to solve the problem; Previously, I had a dual boot system on one SSD w/ MacOS (Partition A) and Windows 10 (Partition B) on my ThinkPad. Partition A (Mac) was assigned to... Discussion in 'Windows 10 Ask Insider' started by /u/I_TheLegend27_I, Jul 3, 2020.

  1. How do I select which partition to install Windows 10 on?


    Previously, I had a dual boot system on one SSD w/ MacOS (Partition A) and Windows 10 (Partition B) on my ThinkPad.

    Partition A (Mac) was assigned to the left of Partition B (Win10), meaning that, now that I've wiped Partition A (Mac), I cannot extend Partition B (which I intend to keep) to the unallocated space due to it being to the left.

    I have backed up all my necessary data and am ready to reset/format my laptop.
    I'd rather not wipe Windows completely from my drive and reinstall using a bootable USB.

    Instead, I'd like to reset using the built-in Windows feature and select the unallocated space (former (Partition A) as the install destination and then proceed onto extending the target destination to the right (Partition B).

    submitted by /u/I_TheLegend27_I
    [link] [comments]

    :)
     
    /u/I_TheLegend27_I, Jul 3, 2020
    #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, Jul 3, 2020
    #2
  3. areamike Win User
    Partition SSD during windows 10 install

    During the Windows 10 install you will have the option to Format the drive. Once you do that, you can click the 'New" button with the drive selected and create a new partition on the SSD. And then format it is it requires it. Which I think it does. It's been a little while since I've done it.
    google is your friend too.
     
    areamike, Jul 3, 2020
    #3
  4. How do I select which partition to install Windows 10 on?

    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, Jul 3, 2020
    #4
Thema:

How do I select which partition to install Windows 10 on?

Loading...
  1. How do I select which partition to install Windows 10 on? - Similar Threads - select partition install

  2. Clean install win 10. Which partition to install ?

    in Windows 10 Software and Apps
    Clean install win 10. Which partition to install ?: I am intending to do a clean install of win 10 on an acer nitro but I am unsure as to which partitions to wipe and which one i should install the operating systemThe following partitions are listed Which partition is safe to install it on and can all the others be...
  3. Which partitions do I need to delete in order to install windows 10?

    in Windows 10 Gaming
    Which partitions do I need to delete in order to install windows 10?: I want to install it on drive 1 which is my ssd but do I need to delete all partitions in that drive or should I keep the recovery and mrs partitions?...
  4. Which partitions do I need to delete in order to install windows 10?

    in Windows 10 Software and Apps
    Which partitions do I need to delete in order to install windows 10?: I want to install it on drive 1 which is my ssd but do I need to delete all partitions in that drive or should I keep the recovery and mrs partitions?...
  5. Which partitions do I need to delete in order to install windows 10?

    in Windows 10 Installation and Upgrade
    Which partitions do I need to delete in order to install windows 10?: I want to install it on drive 1 which is my ssd but do I need to delete all partitions in that drive or should I keep the recovery and mrs partitions?...
  6. I wish to re-install Windows 10, which partitions do i have to remove beforehand?

    in Windows 10 Installation and Upgrade
    I wish to re-install Windows 10, which partitions do i have to remove beforehand?: A recent issue where i suffered a "Blue Screen" during a Windows Update made it unbootable, so i wish to reinstall it. However, there are certain partitions i want to maintain, so i cannot simply do a clean install. Currently my partitions are similar to the following:...
  7. On which partition do I have to install Windows?

    in Windows 10 Drivers and Hardware
    On which partition do I have to install Windows?: I'm not sure what to choose. [ATTACH] https://www.gutefrage.net/frage/auf-welcher-partition-muss-ich-windows-installieren
  8. On which partition should I install Windows 10?

    in Windows 10 Installation and Upgrade
    On which partition should I install Windows 10?: I recently faced a serious booting issue. I was unable to reset or restore my PC since there were no restore points available. And I don't wanna lose my personal data. So I decided to custom install windows and then recover my files from Windows.old folder. I booted with...
  9. How do I find which partition is Drive C?

    in Windows 10 Ask Insider
    How do I find which partition is Drive C?: I'm getting the BSOD and none of the advance options are working. I created a bootable drive and am reinstalling windows. There are 2 options: 1. Upgrade, but this option isn't working because I need to do it when I start windows normally. Which I can't do because I have BSOD...
  10. How do you select which Windows 10 updates to be installed?

    in Windows 10 Updates and Activation
    How do you select which Windows 10 updates to be installed?: I have a problem with a video driver that wants to be installed, but when it's installed the system becomes unstable (it can hang or automatically restart). This is a long standing problem on certain ASUS notebooks with certain NVIDIA display adapters. The driver is for the...