Answers for "powershell create symlink"

0

powershell create symlink

new-item -itemtype symboliclink -path <path to location> -name <the name> -value <path to target>
Posted by: Guest on March-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language