On Windows you can create symlinks
- either if you start the programm, you want to create a symlink in (e.g. cmd), as Administrator.
- or if you give your user/usergroup the permission to create symlinks (here is an explanation, how to do this).
The second way is not working for me, when the user, whom I want to give the permission, is an administrator. Is there a solution for this issue?
Thx
DSQUERY USER -name avex | DSGET USER -memberof -expandthx! – STTR Feb 11 '13 at 16:43mklink /D linkfolder targetfolder) on your system as admin user? I don't mean the case, when you're working on CMD, after you have opened it with the option "Start programm as Administrator". I mean, when you are logged in as a user of the group " Administrators" and use/start CMD (or another programm, that you create a symlink with) "normally". – automatix Feb 11 '13 at 22:52