Skip to content

Instantly share code, notes, and snippets.

@f-steff
Last active February 4, 2021 13:41
Show Gist options
  • Select an option

  • Save f-steff/a142d901f16498e81051cc10a243107e to your computer and use it in GitHub Desktop.

Select an option

Save f-steff/a142d901f16498e81051cc10a243107e to your computer and use it in GitHub Desktop.
When Notepad++ and others suddenly can't access mapped drives from network resources, this is the fix
When Notepad++ and others suddenly can't access mapped drives from network resources, this is the fix:
1. Add a new DWORD to your registry:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Policies/System/EnableLinkedConnection
2. Set it to a value of 1.
3. Reboot & all should be good.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment