DrShark wrote:You need elevated privileges if targert dir (%T) requires them (e.g. "Program Files" dir on Vista and later).
Yes, I know that. I meant that the operation of creating a junction by itself does not need special privileges, higher privileges may only be required to access some path (normally inaccessible). Creating a symlink, to the contrary,
always requires elevated privileges, no matter which paths you are using.
At first I planned to implement Vista symlinks only, without any "as admin" functionality, and then (as the next to-do item) work on the UAC nightmare, while users would finally be able to use the new link type (at least, it's possible to start NTFS Links with admin privileges manualy, if necessary, so it's not a critical thing).
However it just happened to be impossible.

Otherwise the new version of the program would have been released already…