1,在开始菜单中,搜索cmd。
2,右键使用管理员权限运行。
3,剪切想移动的文件夹
4,执行操作如下 mklink /D "c:/user/username/.p2" "F:/user/username/.p2"
5,引号不能省略。如果没有引号生成的link是个文件而不是文件夹。