Windows symlink to executable does not open when double clicking
A recent Windows 7 Update KB3039066 broke symbolic links in Windows Explorer and other programs that use the services provided by the Windows shell.
Fix
The problem is solved by uninstalling the following update on both the file server and a client computer: KB3039066.
After uninstalling it you must restart the PC.
Source: Symbolic link type changed
Workarounds
- Use a hard link (
mklink /h)
- System restore to an earlier date.
Same problem here. And yeah, I have installed something: the latest Windows update. I know that's the cause, because I noticed the problem on one computer. Then checked on a different one, and no problem there. I immediately applied Windows update to the second machine, and... bam! Explorer no longer resolves symbolic links.
...
With a System Restore to a earlier date, I was not able to duplicate this issue, thus I can positively confirm that there currently stands a bug with regards to Symbolic Link behaviour in Windows Explorer, introduced after a recent Windows 7 update.
As a work-around for now: if you would like to navigate to a linked file through Explorer, and you require a programme to access that link, consider using a Hardlink.
Source Windows 7: Windows Explorer does not follow Symbolic Links
Further Reading