Windows 10: Chose wrong partition while installing windows

Discus and support Chose wrong partition while installing windows in Windows 10 Gaming to solve the problem; So when i was installing windows i accidentally chose the wrong partition of 1.5 terabytes. is there a way to change them so i can have my storage... Discussion in 'Windows 10 Gaming' started by Joshua Hamilton, Jun 30, 2023.

  1. Chose wrong partition while installing windows


    So when i was installing windows i accidentally chose the wrong partition of 1.5 terabytes. is there a way to change them so i can have my storage back?

    :)
     
    Joshua Hamilton, Jun 30, 2023
    #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, Jun 30, 2023
    #2
  3. 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, Jun 30, 2023
    #3
  4. Chose wrong partition while installing windows

    windows xp installation and dual core am

    could someone please list the steps they follow to install windows with a dual core processor and windows xp service pack to. I'm reletively new to amd dual core and i feel i'm missing a step. All help will be appreciated. thanx
     
    exodusprime1337, Jun 30, 2023
    #4
Thema:

Chose wrong partition while installing windows

Loading...
  1. Chose wrong partition while installing windows - Similar Threads - Chose wrong partition

  2. while installing a new window my partition is not deleting

    in Windows 10 Gaming
    while installing a new window my partition is not deleting: while insa https://answers.microsoft.com/en-us/windows/forum/all/while-installing-a-new-window-my-partition-is-not/533b13e0-17b4-4c63-9a2c-ffb96bd33ef5
  3. while installing a new window my partition is not deleting

    in Windows 10 Software and Apps
    while installing a new window my partition is not deleting: while insa https://answers.microsoft.com/en-us/windows/forum/all/while-installing-a-new-window-my-partition-is-not/533b13e0-17b4-4c63-9a2c-ffb96bd33ef5
  4. while installing a new window my partition is not deleting

    in Windows 10 Installation and Upgrade
    while installing a new window my partition is not deleting: while insa https://answers.microsoft.com/en-us/windows/forum/all/while-installing-a-new-window-my-partition-is-not/533b13e0-17b4-4c63-9a2c-ffb96bd33ef5
  5. Chose wrong partition while installing windows

    in Windows 10 Software and Apps
    Chose wrong partition while installing windows: So when i was installing windows i accidentally chose the wrong partition of 1.5 terabytes. is there a way to change them so i can have my storage back?...
  6. Chose wrong partition while installing windows

    in Windows 10 Installation and Upgrade
    Chose wrong partition while installing windows: So when i was installing windows i accidentally chose the wrong partition of 1.5 terabytes. is there a way to change them so i can have my storage back?...
  7. Will Windows 10 or 11 partition disk while installing?

    in Windows 10 Gaming
    Will Windows 10 or 11 partition disk while installing?: I currently run Linux. I want to set up a Windows partition for the few programmes I want that don't have a Linux equivalent. If I buy Windows 10 or 11, will it partition my disk as part of the install when I download it? can all this be done from some installation wizard...
  8. Will Windows 10 or 11 partition disk while installing?

    in Windows 10 Software and Apps
    Will Windows 10 or 11 partition disk while installing?: I currently run Linux. I want to set up a Windows partition for the few programmes I want that don't have a Linux equivalent. If I buy Windows 10 or 11, will it partition my disk as part of the install when I download it? can all this be done from some installation wizard...
  9. accidentally chose the wrong version of windows 10

    in Windows 10 Updates and Activation
    accidentally chose the wrong version of windows 10: I accidentally installed "windows 10 pro n" instead of "windows 10 pro". My digital license only applies to "windows 10 pro", whats the easiest way to "undo" my misstake?...
  10. installation partition question and wrong time after install

    in Windows 10 Installation and Upgrade
    installation partition question and wrong time after install: Hi, I have a new pc and I installed windows 10 64 bit, it went well but there were a few thing I wasn't sure about, one being that the time was wrong and would not correct itself In the end I decided to reinstall windows as it was very quick the first time, when I got...