Skip to Main Content

Windows — 11 Symlink

Use case: Move your Downloads folder to another drive without breaking apps.

PowerShell alternative: New-Item -ItemType SymbolicLink -Path "link" -Target "target" windows 11 symlink

Great for OneDrive, Google Drive, game mods, and WSL projects. Use case: Move your Downloads folder to another

No extra space used. Undo with rmdir "C:\LinkFolder" . windows 11 symlink

#Win11 #Symlink Title: PSA: Symlinks in Windows 11 can save your SSD space (and sanity)