After updating to Windows 10 v20H2, cannot map network drives

Anonymous
2020-06-20T16:01:30+00:00

Hi,

How can I solve this problem after updating to windows 10 v2004 from v1909, i cannot map network drives/shares anymore, everything was working fine before the update, the shares are located in a windows server v1809.

When i try to connect the shares on map a network drive either using \server_name\share_name or \IP_of_the_Server\share_name using the correct domain\username and password i get a error code 0x80070043, the windows server is a domain controller and the windows 10 is a laptop that is not joined in the domain.

Thanks.

[Moderator Edit: Answers marked in this post reflect work arounds to this problem**]**

Update (2/9/2021): Last year when I posted this problem the solution that i used was to rollback to v1909, so if you're having the same problem this is still the best solution, because it was working fine until today, when on my laptop appears a message box to update windows to a newer version and since i was on my way out and was going to live the laptop on, (i keep come back to read the post but never decided to update and since there was solutions each i now know are not related to my problem), i just click update my BAD, because instead of updating me to v20H2, it updated me to v20H1 and since I was on a roll, I decided to update to v20H2 to see if this was already fixed and no the problem still exist and now I'm stuck with windows v20H2 or v20H1, the windows server is still v1809 with all updates, it's using SMBv3, since Encrypted data is on (i also tried it with Encrypted data off/SMBv2v3 and with SMBv1 ON in both client and server and i get the same network name not found error), and the client is windows 10 v20H2 and it have no mapped network drives and i just can't map any network drive i always get the same error code 0x80070043, i can use RDP, i can access my personal website, i can use FTP each is the workaround that I'm using at the moment, but i just can't map the drives i think that the problem in my case is related to some kind of authentication or secure protocol communication error used in SMB., but keep in mind that when i was using v1909 or previous versions, i had no problem with mapped drives or accessing the server with net use and there are no modifications on the server or network side, the only change is updating the client (my laptop) to a newer windows version after v1909.

So if someone has a solution or some ways of troubleshooting this please share them with me.

Thanks.

Update (2/9/2021): Finally got a solution after having 3 windows installations on the same day, that makes everyone happy, reinstall windows but keep apps and files, voila everything is like it was before and working fine again. :)

Windows for home | Windows 10 | Internet and connectivity

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.

0 comments No comments
Answer accepted by question author
Anonymous
2020-07-30T17:31:26+00:00

SUCCESS! I fixed the problem.

Using regedit I searched for my mapped XP drive, \drive name, and deleted the 4 registry entries found after exporting them just in case.

Rebooted the PC and all is well, File Explorer works and the XP drive is gone.

Re-mapped the XP drive and I can now get to it without problems and all works as it should.

My best guess is some update screwed things up because the drive was mapped and connected when the update installed.

Version 2004 STILL has problems. Please fix it Microsoft if you follow your users problems.

What was the exact keys you modified and is the fix still working?

Yes, it's still working for me.

Computer\HKEY_CURRENT_USER\Network\Z   or your drive letter, I deleted Z.

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU   and delete the entry, (a, b, etc), for your drive.

Then add the following after remapping your drive or else it will fail to connect after a reboot or shutdown.

[HKEY_CURRENT_USER\Network\Z]

"ProviderFlags"=dword:00000001

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2020-07-27T13:43:35+00:00

SUCCESS! I fixed the problem.

Using regedit I searched for my mapped XP drive, \drive name, and deleted the 4 registry entries found after exporting them just in case.

Rebooted the PC and all is well, File Explorer works and the XP drive is gone.

Re-mapped the XP drive and I can now get to it without problems and all works as it should.

My best guess is some update screwed things up because the drive was mapped and connected when the update installed.

Version 2004 STILL has problems. Please fix it Microsoft if you follow your users problems.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Monkey57 3,535 Reputation points
2020-11-03T02:22:34+00:00

Win10 20H2 fixes the issue.

Previously when 2004 broke smb1, I rolled back.

There was no registry change or any other modification made to the system.  After Win10 20H2 upgrade was installed via Windows Updates; SMB1 worked as it did before the upgrade.

Thank you Microsoft.

Was this answer helpful?

7 people found this answer helpful.
0 comments No comments

242 additional answers

Sort by: Newest
  1. Anonymous
    2020-10-14T16:20:30+00:00

    I have had this problem. I have 3  windows 10 Pro computers, a Synology DS218+ NAS and a Seagate Personal Cloud  Drive. After updating them to Win 10 2004 I lost all network drives,  and after many attempts on workarounds ,  I bit the bullet and reverted the 2 main PCs back to 1909.

    This solved my problem and the 1 PC that was still on 2004 I used to play around with settings, Registry hacks etc. Still it would not hold a mapped drive after a reboot.

    I loaned the 2004 PC to my grandson whilst I did some hardware updates on his PC. It came back with so much rubbish on it that he installed, that 2 days ago I decided to wipe the drives and do a clean install.

    Yesterday after imaging the PC I had another go at mapping the network drives , and to my surprise every thing is OK. After numerous reboots yesterday, switch off last night and more reboots today it still retains the mapped drives.

    I am loathed to do this to my 2 other PCs as that would be a lot of work, and I can't guarantee it will work on them. But unless MS acknowledges the problem and comes up with a solution. that may be the way to go.

    Terry

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-09-24T08:43:59+00:00

    For our Company i figured out a temporarily Solution:

    We map our NAS via Group Policys, this works fine for the first time the policy is applied. When you restart the client the Network Drive won't work anymore since the 2004 Feature Update.

    The temporarily Solution for me was to use a script which is dismounting the network drive whenever a User is logging off/restarting/shutting down his device.

    You can mount this via the local Group Policys: gpedit.msc -> User Configuration -> Windows Settings -> Scripts -> Logoff

    The Script is very simple:

    net use G: /delete

    exit

    (Replace G: with your Network Drive Letter you assigned to your NAS)

    Now you just have to mount the script as Logoff Script on the Client. If you mount your NAS not via Group Policy you can add a Logon Script to do this whenever a User is signed in.

    Even though this is working fine so far, i hope Microsoft is going to fix this issue in their next cumulative Update!

    Hope this may help some of you, if it does, please reply.

    Was this answer helpful?

    0 comments No comments