Windows Hard Link __link__

When using WSL, files stored in \\wsl$\ are actually on a virtual filesystem. Hard links don't work across the Linux/Windows boundary, but within a Windows NTFS drive, hard links are fully supported. Useful for deduplicating build artifacts between WSL and native Windows tools.

/H is the crucial flag—without it, mklink creates a symbolic link by default. windows hard link