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
Windows 10 added support for creating symbolic links without administrator privileges when the system is in developer mode, but CreateSymbolicLink will still fail unless SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE is passed as a flag.
directory doesn't seem to expose this functionality. Does it make sense to make it the default?