Windows下的符号链接

By admin , 6 三月, 2026

一直都不知道Windows也有符号链接。现在知道了,再也不用为清C盘烦恼了,不够空间的时候打开cmd命令行(不是powershell),然后把大目录移到D盘再创建符号链接就可以了。

move "C:\Users\dell\Downloads" "D:\"
mklink /J "C:\Users\dell\Downloads" "D:\Downloads"

 

评论

Restricted HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
CAPTCHA
请输入"Drupal"
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

最新内容

最新评论