为了以有组织的方式存储数据,操作系统现在为您提供了一项功能,可以从基于HDD或SSD的存储中创建单独的分区。微软(Microsoft)一直支持这个小而强大的功能。
但很多时候,您可能很快就会填满某个特定的分区。这会导致该分区空间不足,从而使使用计算机的整个过程变慢,因为要在较小的分区中索引大量文件。因此,为此,您需要删除其他分区以将其存储分配给存储空间不足的分区,或者只是重新创建分区,以便删除所有无用的数据,您可以从溢出的分区重新开始。
因此,今天我们将讨论如何使用磁盘管理(Disk Management)、命令提示符(Command Prompt)或Windows PowerShell从 Windows 11/10 计算机中删除任何存储分区。
在Windows 11/10中删除卷或驱动器分区(Drive Partition)
Windows 11/10中删除卷或驱动器分区,请按照以下方法操作:
- 使用磁盘管理
- 使用命令提示符
- 使用 Windows PowerShell
要了解有关这些方式的更多信息,请继续阅读。
1]使用磁盘管理
这个很简单。从WinX 菜单(WinX Menu)中,打开磁盘管理(open Disk Management),选择要删除的驱动器(Drive),右键单击它,然后单击删除卷(Delete Volume)。
2]使用命令提示符
通过按 WINKEY + X 按钮组合开始,或右键单击开始(Start)按钮并单击 命令提示符(管理员) (Command Prompt (Admin) )或仅 在Cortana搜索框中搜索(Cortana)cmd ,右键单击命令提示符(Command Prompt)图标并单击以管理员身份运行。(Run as Administrator.)
现在,输入以下命令,
diskpart
这将启动Diskpart Utility。它是一个基于命令行的实用程序,就像命令提示符(Command Prompt)一样,但是一旦你调用它就会得到一个UAC 提示符。(UAC Prompt)对于 UAC 提示,您必须单击是。(Yes)
然后,输入,
list volume
现在您将获得在您的计算机上创建的分区列表。
选择您希望通过其唯一标识(Unique Identification)号作为 卷 X (Volume X )删除的分区,其中 X 表示唯一标识号(Unique Identification Number)。
现在,输入以下命令以选择所需的卷,
select volume number
现在,要删除您刚刚选择的卷,请输入以下命令,
delete volume
现在,这将删除您刚刚选择的卷并将其转换为未分配的空间。
3]使用Windows PowerShell
首先,通过按 WINKEY + X 按钮组合或右键单击开始(Start)按钮并单击 Windows PowerShell(管理员) (Windows PowerShell (Admin) )或仅 在Cortana搜索框中搜索(Cortana)Windows PowerShell ,右键单击命令提示符(Command Prompt)图标并单击在以管理员身份运行。(Run as Administrator.)
现在,输入以下命令以获取计算机上所有分区的列表,
Get-Volume
现在,只需选择要删除的驱动器号。
然后,输入以下命令以删除该特定分区,
Remove-Partition -DriveLetter
替换为您要删除的分区的字母。
然后它会要求您确认。按Y表示“是”或按A表示“对所有”表示“是”。
它将删除您刚刚选择的分区并将其作为未分配空间移入。
这是您在Windows 11/10驱动器分区(Drive Partition)的方式。我们只建议用户遵循最后两种方法,以防通常的磁盘管理(Disk Management)方法无法满足用户的要求。
如何删除所有硬盘卷?
要删除所有硬盘卷或格式化硬盘,您可以使用Windows 11/10磁盘管理(Disk Management)面板。您需要使用上下文菜单中可用的格式(Format)选项。为了预防起见,您必须将所有重要数据备份到另一个驱动器。
如何删除硬盘上的分区?
您可以使用磁盘管理(Disk Management)、命令提示符(Command Prompt)和Windows PowerShell来删除硬盘驱动器上的分区。如果您使用磁盘管理(Disk Management)面板,则需要在选择硬盘后使用上下文菜单中的格式化选项。(Format)无论是HDD还是SSD,方法都是一样的。
阅读下一篇(Read next):如何使用磁盘管理工具创建新分区、调整分区大小、扩展分区(create New, Resize, Extend Partition using Disk Management Tool)。
How to delete a Volume or Drive Partition in Windows 11/10
In order to store data in an organized manner, operatіng sуstems now give you a feature to create separate partіtions out of your HDD or SSD based storage. Mіcrosoft has always been supporting this small уet powеrful feature.
But many times, you may fill up on some particular partition very soon. This results in the lack of space for that partition and hence makes the entire process of using your computer slower as a large chunk of files are to be indexed in a smaller partition. So for this, either you need to delete other partitions to allocate their storage to your partition that is short on storage or just recreate the partition so that all the useless data is deleted and you can start afresh with the overflowing partition.
So, today we will be discussing how to delete any storage partition from your Windows 11/10 computer using Disk Management, Command Prompt or Windows PowerShell.
Delete a Volume or Drive Partition in Windows 11/10
To delete a volume or drive partition in Windows 11/10, follow these methods:
- Using Disk Management
- Using Command Prompt
- Using Windows PowerShell
To learn more about these ways, continue reading.
1] Using Disk Management
This one is simple. From the WinX Menu, open Disk Management, select the Drive you want to delete, right-click on it and then click on Delete Volume.
2] Using the Command Prompt
Start by pressing WINKEY + X button combo or right-click on the Start button and click on Command Prompt (Admin) or just search for cmd in the Cortana search box, right-click on the Command Prompt icon and click on Run as Administrator.
Now, type in the following command,
diskpart
This will start the Diskpart Utility. It is a command-line based utility just like the Command Prompt but will get a UAC Prompt once you invoke it. You have to click on Yes for the UAC Prompt.
Then, type in,
list volume
Now you will get a list of the partitions that are made on your computer.
Select the partition that you wish to delete by its Unique Identification number as Volume X where X denotes the Unique Identification Number.
Now, type in the following command to select the desired volume,
select volume number
Now, to delete the volume you just selected, type in the following command,
delete volume
Now, this will delete the volume you just selected and convert it into unallocated space.
3] Using Windows PowerShell
First of all, start by pressing WINKEY + X button combo or right-click on the Start button and click on Windows PowerShell (Admin) or just search for Windows PowerShell in the Cortana search box, right-click on the Command Prompt icon and click on Run as Administrator.
Now, type in the following command to get a list of all the partitions on your computer,
Get-Volume
Now, just select the drive letter that you wish to delete.
And then, enter the following command to delete that particular partition,
Remove-Partition -DriveLetter
Replace with the letter of the partition that you wish to delete.
It will then ask you for confirmation. Hit Y to say Yes or hit A to say Yes to All.
It will delete the partition you just selected and will move it in as unallocated space.
This is how you delete a Volume or Drive Partition in Windows 11/10. We would only recommend the user to follow the last two methods in case the usual method with Disk Management is unable to fulfill the user’s requirements.
How do I delete all hard drive volumes?
To delete all hard drive volumes or format a hard disk, you can use the Disk Management panel in Windows 11/10. You need to use the Format option available in the context menu. For precautions, you must backup all the important data to another drive.
How do you remove a partition on a hard drive?
You can use Disk Management, Command Prompt, and Windows PowerShell to remove a partition on a hard drive. If you use the Disk Management panel, you need to use the Format option in the context menu after selecting the hard drive. Whether it is an HDD or an SSD, the method is the same.
Read next: How to create New, Resize, Extend Partition using Disk Management Tool.