Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for symbolic links creation without elevation #22

Closed
Vertigo093i opened this issue Feb 2, 2018 · 3 comments
Closed

Add support for symbolic links creation without elevation #22

Vertigo093i opened this issue Feb 2, 2018 · 3 comments
Assignees

Comments

@Vertigo093i
Copy link

According to this blog post Windows 10 version 1703 and later have possibility to allow symbolic links creation without elevation while in "Developer Mode". This is achieved through the CreateSymbolicLink API's new flag: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE.

mklink utility and Git for Windows both support this. It would be very nice if the Far itself also has this feature.

@alabuzhev
Copy link
Contributor

This is achieved through the CreateSymbolicLink API's new flag

Fabulously retarded design decision...
Ok, we will use this flag.

@alabuzhev
Copy link
Contributor

build 5136 / 4f717da

@Vertigo093i
Copy link
Author

Thank you!
Also related 5139 / a86c170.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants