PowerShell membuat symlink

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