“MKLink PowerShell” Respostas de código

MKLink PowerShell

# In elevated powershell
New-Item -ItemType SymbolicLink -Path "Link" -Target "Target"
86Dev

PowerShell Crie Symlink

new-item -itemtype symboliclink -path <path to location> -name <the name> -value <path to target>
Worried Walrus

Respostas semelhantes a “MKLink PowerShell”

Perguntas semelhantes a “MKLink PowerShell”

Procure respostas de código populares por idioma

Procurar outros idiomas de código