Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Selects the specified virtual hard disk (VHD) and shifts the focus to it.
Syntax
select vdisk file=<full path> [noerr]
Parameters
Parameter | Description |
---|---|
file=<full path> |
Specifies the full path and file name of an existing VHD file. |
noerr | Used for scripting only. When an error is encountered, DiskPart continues to process commands as if the error did not occur. Without this parameter, an error causes DiskPart to exit with an error code. |
Examples
To shift the focus to the VHD named c:\test\test.vhd, type:
select vdisk file=c:\test\test.vhd