[issue37453] Symlink creation on Windows should work without privilege escalation

Eryk Sun report at bugs.python.org
Sun Jun 30 16:22:54 EDT 2019


Eryk Sun <eryksun at gmail.com> added the comment:

FYI, this only works when the system is in developer mode. If you want authenticated users and non-elevated administrators to have symlink rights in applications that haven't been updated to use this flag, or without enabling developer mode, grant the right to create symbolic links to the "Authenticated Users" (S-1-5-11) well-known group.

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37453>
_______________________________________


More information about the Python-bugs-list mailing list