Windows — Symbolic Link mklink is the native Windows command-line tool. New-Item -ItemType SymbolicLink -Path MyLink -Target C:\Path\To\Target\File.txt symbolic link windows Example:
Leave a Comment