发布于2019年4月22日 由桃又用PowerShell创建目录联接(Junction) 要使用PowerShell创建Junction,只需要使用New-Item命令即可: New-Item -ItemType Junction -Value {Junction指向的目录} {Junction要创建的位置} 例如: New-Item -ItemType Junction -Value D:\Source C:\Source