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: Most helpful
  1. Anonymous
    2020-07-15T09:49:35+00:00

    it's not a problem ... I'm an administrator. the problem is in the win 10 update 2004 error

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2020-07-12T17:42:29+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!!!

    This worked - I created the bat file and put it in the startup folder. It mapped shares on an old Windows 2003 server. Worked great!

    I wonder if Microsoft plans to fix this, or if it's this way by design?

    Was this answer helpful?

    1 person found 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-09T22:22:12+00:00

    Discovered a couple things today regarding this:

    If the domain user account is just a member of the local users group, you won't be able to browse to the server by it's short-name, but FQDN works fine.

    Make the domain user account a member of the local admin group and everything works as expected. (obviously not how you want to leave it)

    I ended up disconnecting the previous drive mapping via a script and remapping the drive with the FQDN in a login script. This then allowed me to access the share, and if the drive is mapped using the FQDN, you are then able to browse to the share via the short-name.

    So, no clear answer, but a definite work-around.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments