"" Windows Soft Link May 2026

mklink /D "C:\Users\Me\Dropbox\WorkFiles" "D:\Work\ImportantFiles" Steam games (move installation folder):

rmdir "C:\link" mklink /D "C:\link" "E:\new_target" 📁 Free up C: drive space Move large folders to D: drive, then symlink back:

# Move User Downloads folder move "C:\Users\Me\Downloads" "D:\UserData\Downloads" mklink /D "C:\Users\Me\Downloads" "D:\UserData\Downloads" Store data elsewhere, but keep a copy in Dropbox/OneDrive:

05/01/2025 10:00 AM <SYMLINKD> project [D:\Archive\Project_2025] Get-ChildItem -Path C:\ -Recurse -Force -ErrorAction SilentlyContinue | Where-Object $_.LinkType -eq 'SymbolicLink' -and -not (Test-Path $_.Target) Deleting a soft link DO NOT delete the target – delete just the link file/folder.

mklink "C:\Users\Me\.vimrc" "D:\git\dotfiles\.vimrc" mklink "C:\Users\Me\.bashrc" "D:\git\dotfiles\.bashrc" Same app data for two versions:

dir /AL ← shows all reparse points (symlinks, junctions) Output:

cd "C:\ParentFolder" mklink /D "link" "..\OtherFolder\Target" ← two levels up then down Enable first (admin):

Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.