Windows Create Symlink -
If you prefer PowerShell, you can use the New-Item cmdlet. This is the modern approach and works well in automation scripts. Create a Symbolic Link
(Note: In PowerShell, you use -ItemType SymbolicLink for both files and folders; you don't need a separate switch like /D ) . windows create symlink
