Windows 2000 and higher supports symbolic links and junction points. The problem is that you can only manage them, but you can’t create junctions points in Windows without some add-ons.
About Symbolic Links
Creating Junction Points
Download Junction v1.05 for Windows
1. Step Copy it somewhere e.g. to \windows\system32\
2. Step You can then create junction points via the command line:
CD: C:\Windows\system32\
junction.exe “c:\new folder” “d:\path\real folder”
3. Step Use this syntax to create your junction points:
junction.exe Destination Source – this is the abstract syntax where the Destination is the new folder and Source the actual folder
Removing Junction Points:
In order to remove any junction points you have already created you need to use the d flag. Simply deleting the junction point may result in data loss of the actual files you were linking too. This is also the case on Linux machines but depends on how you created the link. Hard links
junction.exe -d “c:\new folder”