filmov
tv
How to create a vhdx file with Powershell command line
Показать описание
Tutorial for create a virtual hard drive with Powershell
Helpful links
-
Helpful commands
- Mount-VHD -Passthru |
- Initialize-Disk -PassThru -PartitionStyle GPT |
- New-Partition -DriveLetter G -UseMaximumSize |
- Format-Volume -FileSystem NTFS -NewFileSystemLabel USB16GBGPT -Confirm:$false –Force
If you like this tutorial, then click "Like"
Helpful links
-
Helpful commands
- Mount-VHD -Passthru |
- Initialize-Disk -PassThru -PartitionStyle GPT |
- New-Partition -DriveLetter G -UseMaximumSize |
- Format-Volume -FileSystem NTFS -NewFileSystemLabel USB16GBGPT -Confirm:$false –Force
If you like this tutorial, then click "Like"