Monday, April 3, 2017

symbolic link to desktop in windows


I'm looking to make a symbolic link to my Desktop in windows.
The reason I want this is that I've been doing a lot of web development on my local machine
and I'm looking for a shortcut that I can type into the address bar of my browser
that will take me directly to the working directory of my web project (which is on my Desktop).


I know that I can create symbolic links using the "mklink" command in the command prompt,
but this is not accomplishing my goal, because these are not interpreted as paths in my web-browser.
does anyone have any ideas?


Answer



Rather than use a symbolic link (which is a file system shortcut mechanism), consider using a bookmark (which is a browser shortcut mechanism) in your browser of choice. If you navigate to the desktop folder in explorer, then open the main page in your browser, you can then bookmark it.


Firefox will also let you use keyword in the bookmark properties so you could use a single letter to open the dev site. IE will let you apply a shortcut key to the bookmark.


No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...