Skip to content

Instantly share code, notes, and snippets.

@Avantol13
Created July 26, 2016 20:13
Show Gist options
  • Save Avantol13/0f7bcdfaae75801c6a69d48b94a08066 to your computer and use it in GitHub Desktop.
Save Avantol13/0f7bcdfaae75801c6a69d48b94a08066 to your computer and use it in GitHub Desktop.
Relative Windows Shortcut
- Right-click shortcut -> Properties -> Shortcut tab -> Target:
%windir%\system32\cmd.exe /c start "" "%CD%\this\is\relative\to\shorcut\location"
- Make sure "Start in:" is empty
- You can use "Change Icon..." too
- Look for icons in file: %SystemRoot%\system32\SHELL32.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment