You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't the symlink() functions in MsvcLibX use the SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag?
I always need to add this to the flags of CreateSymbolicLink to create links as normal user.
Shouldn't the
symlink()functions in MsvcLibX use theSYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATEflag?I always need to add this to the flags of
CreateSymbolicLinkto create links as normal user.