Last active
February 4, 2021 13:41
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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