- 帖子
- 835
- 积分
- 1163
- 技术
- 115
- 捐助
- 0
- 注册时间
- 2021-8-26
|
2楼
发表于 2023-8-27 13:13
| 只看该作者
试试分开来,或者用powershel或其他方法
wmic logicaldisk where DeviceID="D:" get caption
wmic logicaldisk where DeviceID="D:" get description
wmic logicaldisk where DeviceID="D:" get providername
wmic logicaldisk where DeviceID="D:" get volumesname |
|