Skip to content

Instantly share code, notes, and snippets.

@Nateowami
Last active June 1, 2018 21:07
Show Gist options
  • Save Nateowami/504b7d4c63b53f8e6d21822ddc648e14 to your computer and use it in GitHub Desktop.
Save Nateowami/504b7d4c63b53f8e6d21822ddc648e14 to your computer and use it in GitHub Desktop.
Enabling Windows users to create symlinks

To allow Windows users to create symlinks:

  • Run secpol.msc. This (reportendly) does not exist on some versions of Windows and you will have to use a workaround.
  • Go to Local Policies -> User Rights Assignment -> Create symbolic links -> Add User or Group...
  • Type your username in the text field and click "Check Names".
  • Click OK, then click OK, and close the Local Security Policy window.

See the screenshot.

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