I need to create symbolic links via mklink as an user, not as an administrator. I have set via secpol.msc and Security Settings → Local Policies → User Rights Assignment rule Create Symbolic links to user, that is currently logged in. After that I have restarted my laptop and tried to create symlink.
I still get the error: You do not have sufficient privilege to perform this operation.
The strange thing is that when I create junction (mklink /d /j
...) it works fine. For other mklink operations does not.
So the question is simple, how can I need to set permissions in windows 8 to get mklink work properly under user, not administrator?
Thank you for help.