Getting error whilst trying to Map Network drive on Windows 11

Anonymous
2024-11-09T16:01:21+00:00

I have recently purchased a Windows 11 laptop to replace an older Windows 10 laptop. I have a disk attached to the router in my house which I use to store a lot of information. This disk can be seen by all the devices I have i.e. the Windows 10 laptop, Android phones and Android tablets. When I try to Map Network Drive on the new Windows 11 laptop, I get the errors message "The mapped network drive could not be created because of the following error has occurred: An extended error has occurred".

Interestingly, if I go into File Explorer, then This PC, I can see my router under network locations. If I double click on the router, it shows me three folders, namely, Movies, Music and Pictures. Going into any of these options shows me the relevant Movies, music or pictures that are on the disk drive attached to the router. So, the communication with the router must be there But I cannot see any other part of the disc and therefore the files on it.

The network drive does not have a password and the address (for all other devices that have worked) is \192.168.1.1(diskname).

So far, I have made sure that Network Discovery and File and Printer Sharing are enabled and I've set the network to private.

What am I missing? Any help would be gratefully received.

***Moved from Windows / Windows 11 / Files, folders, and storage***

Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-11-11T14:49:18+00:00

    Thanks for your help. I have worked through the various items you have mentioned above, rebooting each time after making any changes. Nothing has worked, sadly.

    On item 7 above, I got an error message after entering the following information:

    net use S: \192.168.1.1(disk name)

    I put the actual disk name in the above.

    The error message was: System error 3227320323 has occurred

    I don't know what to try next.

    EDIT: I looked up the error code and found some useful information. It suggested disabling the SMB signing by use of the command (in the powershell):

    Set-SmbClientConfiguration -RequireSecuritySignature $false
    
    Having done this, I rebooted and hey presto I can now see the NAS disk.
    
    23 people found this answer helpful.
    0 comments No comments

9 additional answers

Sort by: Most helpful
  1. Anonymous
    2025-01-10T08:42:25+00:00

    I tried but I'm getting below answer.

    Set-SmbClientConfiguration : Access is denied. 

    At line:1 char:1

    + Set-SmbClientConfiguration -RequireSecuritySignature $false

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        + CategoryInfo          : PermissionDenied: (MSFT_SmbClientConfiguration:ROOT/Microsoft/...ntConfiguration) [Set-SmbClientConfiguration], CimException

        + FullyQualifiedErrorId : Windows System Error 5,Set-SmbClientConfiguration

    0 comments No comments
  2. Anonymous
    2025-01-16T21:55:01+00:00

    Me too. I thought this would be the answer. I have an older laptop running Windows 10 and it has connected to my router drive without problem, I've tried to replicate the settings but all i get is "an extended error has occurred" whatever I do.

    0 comments No comments
  3. Anonymous
    2025-01-18T19:49:33+00:00

    Thanks for your help. I have worked through the various items you have mentioned above, rebooting each time after making any changes. Nothing has worked, sadly.

    On item 7 above, I got an error message after entering the following information:

    net use S: \192.168.1.1(disk name)

    I put the actual disk name in the above.

    The error message was: System error 3227320323 has occurred

    I don't know what to try next.

    EDIT: I looked up the error code and found some useful information. It suggested disabling the SMB signing by use of the command (in the powershell):

    Set-SmbClientConfiguration -RequireSecuritySignature $false
    
    Having done this, I rebooted and hey presto I can now see the NAS disk.
    

    Thanks so much for posting this. I had issues connecting to the drive on my BlueSound Vault from my new PC. This enabled me to map a network drive to the drive in the BlueSound Vault.

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-01-19T18:06:27+00:00

    Found out how to enter PowerShell as Admin and the fix worked. Thanks

    0 comments No comments