Forum Discussion
FCatalano
Jan 14, 2022Copper Contributor
ALERT: network shares not visible in file explorer
In WIndows11 I cannot see network shares in file explorer. If I create a new network share associated with a letter (X for example), in the list of disks and shares in file explorer I don't see the ...
- Jan 20, 2022
Thanks, I finally solved it.
The useful solution for me is this which I report below (taken from your link):Detail to configure the EnableLinkedConnections registry entry
- In Registry Editor, locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System - Right-click Configuration, select New, and then select DWORD (32-bit) Value.
- Name the new registry entry as EnableLinkedConnections.
- Double-click the EnableLinkedConnections registry entry.
- In the Edit DWORD Value dialog box, type 1 in the Value data field, and then select OK.
- Exit Registry Editor, and then restart the computer.
- In Registry Editor, locate and then click the following registry subkey:
Jan 20, 2022
https://docs.microsoft.com/en-us/troubleshoot/windows-client/networking/mapped-drives-not-available-from-elevated-command
Normally it's something like this, don't know how you mapped the drives
Normally it's something like this, don't know how you mapped the drives
FCatalano
Jan 20, 2022Copper Contributor
Thanks, I finally solved it.
The useful solution for me is this which I report below (taken from your link):
Detail to configure the EnableLinkedConnections registry entry
- In Registry Editor, locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System - Right-click Configuration, select New, and then select DWORD (32-bit) Value.
- Name the new registry entry as EnableLinkedConnections.
- Double-click the EnableLinkedConnections registry entry.
- In the Edit DWORD Value dialog box, type 1 in the Value data field, and then select OK.
- Exit Registry Editor, and then restart the computer.
- Jan 20, 2022Good to hear it's fixed!