通过WMI创建/删除磁盘分区
有没有办法通过 WMI 创建/删除磁盘分区? 我已经能够挂载/卸载虚拟磁盘 (vhd) 并列出其分区。
there is a way to create/delete disk partitions via WMI ?
I'm already able to mount/unmount virtual disks (vhd) and list their partitions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,WMI 中没有办法创建/删除分区。您可能需要查看 Shell 函数
As far as I know, there is no way to create/delete partitions in WMI. You may want to look into the Shell Functions