*Unless Developer Mode is enabled.
Use the mklink command in a terminal with . Enabling Developer Mode in Windows 10/11 allows standard users to create symlinks without elevated permissions. SymLinks: The Hidden "SUPER Shortcut" Feature in Windows symlinks windows
: The most versatile type. They can point to a file or a folder and can use relative or absolute paths. They can even point to remote network shares. *Unless Developer Mode is enabled
New-Item -ItemType SymbolicLink -Path "Link" -Target "Target" symlinks windows