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-15T01:52:52+00:00

    restarting the workstation service worked for me.  I need my Win10 build 2004 computers to connect to an old XP machine that has an xray scanner attached.  The Win10 machine would no longer connect to the mapped drive, nor could I browse to that folder.   It worked fine just enabling SMB1 until this upgrade, then locked up the program to view the xrays.  But restarting workstation service then back to normal.  I don't know how stable it will be, so I rolled back to prior to the previous version for now. 

    Does the fact that restarting this service tell you experts what needs to be done then?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-07-13T07:15:28+00:00

    you can save the username and password of the domain the first time you log in, it does not affect the script!

    leave her saved and everything will work ok.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2020-07-12T18:38:02+00:00

    And where can I add the domain user name and password in this command? I must write password as a plain text? And how can I register bat file for login event? This is not a completely systemic solution for everyone...

    Was this answer helpful?

    0 comments No comments
  4. 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