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