Answers for "make link in powershell lnk"

1

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