“mklink PowerShell” Código de respuesta

mklink PowerShell

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

PowerShell crea un enlace simbólico

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

Respuestas similares a “mklink PowerShell”

Preguntas similares a “mklink PowerShell”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código