windows powershell symlink

C++
# In elevated powershell
New-Item -ItemType SymbolicLink -Path "Link" -Target "Target"
Source

Also in C++: