how to get access after hide the drive with Diskpart Command-Line Utility

送分小仙女□ 提交于 2019-12-04 21:24:46

You can use the volume GUID like this:

\\?\Volume{2a0b16cf-f76a-11df-9310-806e6f6e6963}\path\file.ext

Note that only the Unicode file functions will accept this sort of path, and the syntax has to be strictly correct. For example, you can't use forward slashes instead of backslashes.

I'm not sure how best to enumerate the volume GUIDs. One method is QueryDosDevice but I expect there are better ways.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!