Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
Deleting a Storage Space from Storage Pool in Windows 10
In this article, we will discuss the process of deleting a Storage Space from the Storage Pool in Windows 10. This topic is important for Windows users who are looking to manage their storage resources efficiently. By deleting a Storage Space, users can reclaim the allocated space and make it available for other purposes.
Examples:
Using Windows PowerShell:
Step 1: Open Windows PowerShell as an administrator.
Step 2: Run the following command to list all the available Storage Spaces:
Get-StoragePool
Step 3: Identify the Storage Pool that contains the Storage Space you want to delete.
Step 4: Run the following command to get a list of all the Storage Spaces within the identified Storage Pool:
Get-StoragePool -FriendlyName "StoragePoolName" | Get-VirtualDisk
Step 5: Identify the Storage Space you want to delete.
Step 6: Run the following command to delete the Storage Space:
Remove-VirtualDisk -FriendlyName "StorageSpaceName"
Using Disk Management:
Step 1: Open Disk Management by right-clicking on the Start button and selecting "Disk Management".
Step 2: Locate the Storage Pool that contains the Storage Space you want to delete.
Step 3: Right-click on the Storage Space and select "Delete Volume".
Step 4: Confirm the deletion by clicking "Yes".