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?