Hi,
Hi,
2 solutions should help:
#1: https://yourwindowsguide.com/2025/01/mapped-drives-not-working-windows-11.html
Windows 11 24H2 introduced changes that may affect access to third-party NAS devices using SMB. To address this, you need to enable insecure logins for mapped drives.
- Open the Windows search bar and type “powershell”
- Right-click on PowerShell and select “Run as administrator”
- Execute the following commands:
PowerShell
Set-SmbClientConfiguration -RequireSecuritySignature $false
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
These commands will disable the requirement for security signatures and enable insecure guest logons, which should resolve issues with accessing mapped drives, thereby fixing Mapped drives not working issue.
#2: https://yourwindowsguide.com/2026/02/network-sharing-not-working.html#gsc.tab=0
If your Network Discovery is on, some services in Windows 11 ensure fix for Network sharing not working. The steps are below:
- Press Windows key + R and type services.msc.
- In the Window that opens, ensure the following services are running. Additionally, set them to run automatically instead of manually.
- Function Discovery Resource Publication
- Function Discovery Provider Host
- SSDP Discovery
- UPnP Device Host
- Do these steps on all the computers connected to the Network.
- Once you do that and disable/enable your Network, the file folder sharing in Windows should work properly.
- SSDP Discovery
- Function Discovery Provider Host
- Function Discovery Resource Publication
I’m eager to hear back and work together to find a solution.
A Windows MVP writes content on the above website, so it is safe. However, do watch out for the ads. It should translate into your Browser language automatically.