Windows 10: Prevent Windows from creating "Protected Partitions"

Discus and support Prevent Windows from creating "Protected Partitions" in Windows 10 Software and Apps to solve the problem; How do I turn off "Protected Partitions" so that Windows 10 will NEVER create one again?I do not need to know how to delete or recover Protected... Discussion in 'Windows 10 Software and Apps' started by The Victim, Dec 26, 2021.

  1. Prevent Windows from creating "Protected Partitions"


    How do I turn off "Protected Partitions" so that Windows 10 will NEVER create one again?I do not need to know how to delete or recover Protected Partitions. I just need to know how to prevent them.

    :)
     
    The Victim, Dec 26, 2021
    #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, Dec 26, 2021
    #2
  3. Fernandz Win User
    How To Format A Write Protected Flash Memory ?

    ¿You already tried this one?...

    Run CMD


    1. diskpart
    2. list disk

    Then in the 3º step, put the correct number of disk in the list for the usb flash (if it's listed in disk 3, then you'll have to write select disk 3).

    2. select disk #
    3. clean
    4. create partition primary
    5. select partition 1
    6. active
    7. format fs=fat32
    8. assign
    9. exit

    with that commands you will format the flash drive in fat32, if you have a large drive you can select also "format fs=ntfs" in step 7.

    good luck!
     
    Fernandz, Dec 26, 2021
    #3
  4. Prevent Windows from creating "Protected Partitions"

    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, Dec 26, 2021
    #4
Thema:

Prevent Windows from creating "Protected Partitions"

Loading...
  1. Prevent Windows from creating "Protected Partitions" - Similar Threads - Prevent creating Protected

  2. prevent Windows from creating an empty partition after repair install or clean install

    in Windows 10 Gaming
    prevent Windows from creating an empty partition after repair install or clean install: hi,Does anyone know how I can preventWindows from creating an empty partition after repair install or clean install? https://answers.microsoft.com/en-us/windows/forum/all/prevent-windows-from-creating-an-empty-partition/a9ae823c-ccb6-4868-994a-9ed510562359
  3. prevent Windows from creating an empty partition after repair install or clean install

    in Windows 10 Software and Apps
    prevent Windows from creating an empty partition after repair install or clean install: hi,Does anyone know how I can preventWindows from creating an empty partition after repair install or clean install? https://answers.microsoft.com/en-us/windows/forum/all/prevent-windows-from-creating-an-empty-partition/a9ae823c-ccb6-4868-994a-9ed510562359
  4. Prevent Windows from automatically creating desktop shortcut?

    in Windows 10 Gaming
    Prevent Windows from automatically creating desktop shortcut?: Hi there,Is it possible to prevent desktop shortcuts from automatically being created when installing a new app? Old Windows versions provided that option during installation but I haven't seen it so far for anything I've installed. Preferably I would like to be able to set...
  5. Prevent Windows from automatically creating desktop shortcut?

    in Windows 10 Software and Apps
    Prevent Windows from automatically creating desktop shortcut?: Hi there,Is it possible to prevent desktop shortcuts from automatically being created when installing a new app? Old Windows versions provided that option during installation but I haven't seen it so far for anything I've installed. Preferably I would like to be able to set...
  6. Prevent Windows from creating "Protected Partitions"

    in Windows 10 Gaming
    Prevent Windows from creating "Protected Partitions": How do I turn off "Protected Partitions" so that Windows 10 will NEVER create one again?I do not need to know how to delete or recover Protected Partitions. I just need to know how to prevent them....
  7. Prevent Windows from creating "Protected Partitions"

    in Windows 10 Drivers and Hardware
    Prevent Windows from creating "Protected Partitions": How do I turn off "Protected Partitions" so that Windows 10 will NEVER create one again?I do not need to know how to delete or recover Protected Partitions. I just need to know how to prevent them....
  8. Prevent windows from splitting disk partition?

    in Windows 10 Performance & Maintenance
    Prevent windows from splitting disk partition?: I have a single partition on my ssd that i use for everything, and it works well. However, sometimes windows will create an additional 100mb partition, which doesn't serve any purpose. How do i stop windows from doing that? 183996
  9. How to prevent Windows 10 from creating metadata?

    in Windows 10 Ask Insider
    How to prevent Windows 10 from creating metadata?: I guess the title says it all but here's an example: I want to create a (.txt) file on my machine on my user but I don't want Windows to store extra information such as my user name. So, anyone has any idea how to achieve this OTHER than MANUALLY deleting the metadata...
  10. How to prevent Windows 10 Updates from creating a Recovery partition after update ?

    in Windows 10 Installation and Upgrade
    How to prevent Windows 10 Updates from creating a Recovery partition after update ?: [ATTACH] When I did a Fresh install of Windows 10 Pro 1803 this was not here. After doing a update to Windows 10 Pro 1809 (Oct. Update) now I have this extra Recovery partition on my main Windows SSD drive. I would prefer not to have to start over again with a fresh...