用PowerShell创建目录联接(Junction)

要使用PowerShell创建Junction,只需要使用New-Item命令即可:

New-Item -ItemType Junction -Value {Junction指向的目录} {Junction要创建的位置}

例如:

New-Item -ItemType Junction -Value D:\Source C:\Source

留言

有想法?请给我们留言!您的留言不会直接显示在网站内。