Symlink Windows 11 -
Note: If you do not enable this, you must run the Command Prompt as an Administrator for the commands below to work.
New-Item -ItemType SymbolicLink -Path "C:\config.sys" -Target "D:\config.sys" symlink windows 11
mklink /H "C:\Link.txt" "C:\Target.txt"
There’s also (another file system link, but they only work on the same volume and can’t point to folders). Note: If you do not enable this, you
New-Item -ItemType SymbolicLink -Path "Link" -Target "Target" symlink windows 11