"Disk Management", right-click the disk to allocate space, select "Shrink Volume", enter the space to be reduced size and click Reduce. Use the command prompt: Open the command prompt as an administrator, enter diskpart, list disk to find the disk number, select disk X to select the disk, shrink desired=Y to reduce the space, create partition primary size=Z to create a new partition, format fs=ntfs label="New Volu"/> "Disk Management", right-click the disk to allocate space, select "Shrink Volume", enter the space to be reduced size and click Reduce. Use the command prompt: Open the command prompt as an administrator, enter diskpart, list disk to find the disk number, select disk X to select the disk, shrink desired=Y to reduce the space, create partition primary size=Z to create a new partition, format fs=ntfs label="New Volu">
Home >System Tutorial >Windows Series >How to allocate disk space in win11
There are two ways to allocate disk space in Win11: use the disk management tool: right-click this computer, select "Manage" > "Disk Management", right-click the disk to allocate space, and select "Shrink Volume" ”, enter the amount of space you want to shrink and click Shrink. Use the command prompt: Open the command prompt as an administrator, enter diskpart, list disk to find the disk number, select disk X to select the disk, shrink desired=Y to reduce the space, create partition primary size=Z to create a new partition, format fs=ntfs label="New Volu
##How to allocate Win11 disk space
The method to allocate Win11 disk space is as follows:1. Use the disk management tool
2. Use the command prompt
<code>diskpart</code>
<code>list disk</code>
<code>select disk X</code>
<code>shrink desired=Y</code>
<code>create partition primary size=Z</code>
<code>format fs=ntfs label="New Volume"</code>
<code>exit</code>
The above is the detailed content of How to allocate disk space in win11. For more information, please follow other related articles on the PHP Chinese website!