Skip to content

Use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE for symlinking on Windows #83

@YellPika

Description

@YellPika

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions