Hello,
It seems like the recent Windows update has disabled SMBv1.0 on your networked computers, which is causing the file sharing issue. Microsoft has deprecated SMBv1.0 due to significant security vulnerabilities and strongly encourages not to use it.
To resolve this issue, you can try enabling SMB v2 or v3 on your computers.
To do this, you can try entering the following commands:
Get-SmbServerConfiguration | Select EnableSMB2Protocol
Set-SmbServerConfiguration -EnableSMB2Protocol $true
After enabling SMB v2 or v3, try accessing the file shares again and see if the issue is resolved. If you continue to experience issues, please let me know and we can explore other troubleshooting steps.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.