SMB sharing not working after windows 10 update Build 2004 update

Anonymous
2020-06-20T02:30:38+00:00

Any help is  appreciated

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
Monkey57 3,535 Reputation points
2020-11-03T02:21:51+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?

20+ people found this answer helpful.
0 comments No comments

246 additional answers

Sort by: Newest
  1. Anonymous
    2020-07-11T19:37:54+00:00

    I have the same problem. MS please fix it.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-07-11T17:32:12+00:00

    I too had the same issue on one Server 2016 file share.  I made an adjustment to our Windows DNS local host which appears to have solved this issue.  I noticed, in the DNS, that there was some old computers, long since removed from our network, with the same IP entry as that file host. I nuked the bad DNS entries for the old systems.  Waited for DNS propagation. I then, for good measure, added the file server in the local hosts file.  I removed the mapped drives from the local workstations, rebooted, and allow the Group Policy to re-add the mapped drives. Worked great after several workstations, several reboots.

    Might not work for you, but this has been my troubleshooting experience.

    Astarr

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2020-07-10T07:04:52+00:00

    Mate,

    You're not gonna believe it. I added to the script with FQDN path the parameter " /persistent:no" without "timeout" and it seems to be finally working! Your advice is much more helpful than whole MS team. 

    Did restart few times and network drive is mapping with no issues. I'll let you know if any problems occurs.

    Thanks !

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2020-07-10T05:26:01+00:00

    The only solution that works for me with the win 10 - 2004 version is to create a bat file and start it when logging in:

    timeout /t 30

    net use w: "\network name\folder" /persistent:no

    be sure to put /persistent:no

    this solution works great with NAS deluxe servers

    timeout  you can reduce!!!

    ps.microsoft did not turn out fair to us who bought their product.

    Can’t believe they still haven’t solved this general problem?

    Was this answer helpful?

    7 people found this answer helpful.
    0 comments No comments