A PowerShell + WPF GUI tool for creating and managing Windows symbolic links. Perfect for organizing your filesystem with shortcuts to deep folder structures. All configurations saved to XML for easy recreation across system rebuilds.
Download & Run Locally:
# Download the script
IWR https://technologist.services/tools/quicksymlinks/QuickSymlinks.ps1 -OutFile QuickSymlinks.ps1
# Run it (auto-elevates to admin)
.\\QuickSymlinks.ps1
Download and launch QuickSymlinks with a single command:
Method 1: PowerShell with Bypass
First, open PowerShell with execution policy bypass:
powershell -ExecutionPolicy Bypass
Then run the launcher:
iwr https://technologist.services/tools/quicksymlinks/Launch-QuickSymlinks.ps1 -UseBasicParsing | iex
Method 2: One Combined Command
From Command Prompt or Run dialog (Win+R):
powershell -ExecutionPolicy Bypass -Command "iwr https://technologist.services/tools/quicksymlinks/Launch-QuickSymlinks.ps1 -UseBasicParsing | iex"
QuickSymlinks creates Directory Symbolic Links. When you access C:\!Projects, you see the contents of the target folder, but the path stays as C:\!Projects in applications.
Example:
TIP: Use names starting with ! for easy sorting (e.g., C:\!Projects)
All files stored in your user profile for easy backup and portability across machines.
Menu: File → Import Existing Symlinks from C:\