如何列出 NTFS 文件系统上的所有符号链接
从 Windows Vista 开始,有一个新的 Win32-API 调用 CreateSymbolicLink 在 NTFS 文件系统上创建符号链接。
有谁知道是否有办法列出文件系统上所有现有的符号链接?
since Windows Vista there is an new Win32-API call CreateSymbolicLink to create a symbolic link on the NTFS filesystem.
Does anyone know if there is an way to list all existing symbolic links on the filesystem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
窗口键-> cmd->
dir /AL /S c:\
从评论中复制粘贴 -> http://windows7themes.net /how-to-find-all-symbolic-links-junction-points-in-windows-7.html
您当然可以放置任何其他驱动器标签而不是 c:\
Window-key -> cmd ->
dir /AL /S c:\
Copy-paste from comment on -> http://windows7themes.net/how-to-find-all-symbolic-links-junction-points-in-windows-7.html
You can of course put any other drive label instead of c:\
您还可以使用这个免费的 GUI 工具:
http://www.nirsoft.net/utils/ntfs_links_view.html
You can also use this free GUI tool:
http://www.nirsoft.net/utils/ntfs_links_view.html
通过该文章中的链接,您将转到此文章。引用:
Following the links in that article takes you to this one. Quoting: