要使用PowerShell创建Junction,只需要使用New-Item命令即可:
New-Item -ItemType Junction -Value {Junction指向的目录} {Junction要创建的位置}
例如:
New-Item -ItemType Junction -Value D:\Source C:\Source
要使用PowerShell创建Junction,只需要使用New-Item命令即可:
New-Item -ItemType Junction -Value {Junction指向的目录} {Junction要创建的位置}
例如:
New-Item -ItemType Junction -Value D:\Source C:\Source