This Blog Are Share Computer Related Tutorials & Online Courses For Education Purpose.

Breaking

Monday, November 20, 2017

How to Manage Hard Disk using PowerShell By Britec09



How to Manage Hard Disk using PowerShell By Britec09.

If You Want To Learn How To Manage Your SSD Or Hard Drive Using Just Windows Powershell Then This Video Is For You.

Britec09 Show You How Remove Data, Delete Partition, Create New Partition And Give It A Drive Letter All In Powershell.

1. Get-Disk

2. Get-Disk 0 | Clear-Disk -RemoveData

3. Initialize-Disk 0

4. New-Partition -DiskNumber 0 -UseMaximumSize | Format-Volume -FileSystem NTFS -NewFileSystemLabel Archive

5. Get-Partition -DiskNumber 0 | Set-Partition -NewDriveLetter Z


SHARE BY GK

No comments:

Post a Comment