The Copy as Path shell command that’s built into Windows Vista inspired me to write a script that copies the target hyperlink of an .URL file when passed as a parameter.
After following the steps in this article, you’ll see a Copy Target URL context menu option when you right-click on an Internet Shortcut (.URL) file. Clicking this option copies the hyperlink of the file to the Windows Vista Clipboard.
Add COPY TARGET URL command in the context menu
1. Download CopyURL.vbs and save to Desktop.
2. Move the file CopyURL.vbs to your Windows directory.
3. Double-click CopyURL.vbs to run it.
4. To add the Copy Target URL, type INSTALL when you see this dialog

5. Press ENTER and you’ll get the confirmation message.
The Copy Target URL command should be available in the right-click menu.
REMOVING THE OPTION
To remove the Copy Target URL context menu option, double-click CopyURL.vbs in your Windows folder. Type the word UNINSTALL in the input box that will be presented. After you see the confirmation message, simply delete the file CopyURL.vbs from your Windows directory.
Bookmark this Page!
BlinkList | del.icio.us | Digg it | Furl | reddit | Spurl | StumbleUpon |
Related Posts
- Add “Copy as Path” Option to the Context Menu in Windows XP
- Add “Open File Location” To the Context Menu for Shortcuts in Windows XP
- Print Directory Listing to Clipboard From the Context Menu in Windows XP and Windows Vista
- How to Start Internet Explorer 8 in InPrivate Browsing Mode by Default
- Add Quick Launch (Create Shortcut) Option to the Send to Menu in Windows XP/Vista
- Copy Text File Contents to the Clipboard Using the Context Menu
- Add “Open in InPrivate Window” Option to the Right-Click Menu for Internet Shortcuts (.URL Files)
- Copy Title and URL Menu Extension for Internet Explorer
- Add Select All Option to the Context Menu in Windows Vista
- Create Shortcuts to Eject and Close CD/DVD Drive
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?

› 
This does not work on my Windows 7 :(.
this is very useful for links that are re-routed. I need to get the original link before opening the page.
Thank you!
very nice work! thank you for this :)