Any help is appreciated
SMB1 mapped drive issue solved.
Adding a summary of all that I tried following a 20H2 upgrade.
This pertains to Window 10 Pro 20H2 in Domain environment connecting to a Windows 2003 member server shared mapped drive.
After upgrade to 20H2, the PC was unable to connect to 2003 SMB1 shares and also had high resource usage causing PC to hang and fail when opening File Explorer. The immediate system hang was maybe due to desktop or quick access links pointing to SMB1 Shared locations or files.
I tried everything I could find to resolve it and here is a summary:
Some of all of these in order may fix the issues.
Remove and Re-add SMB1 using Powershell, Run as Admin
Get-WindowsOptionalFeature -Online -FeatureName smb1protocol
Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol
Reboot
Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol
Turn on Services:
Run services.msc
Start the "Function Discovery Provider Host" and "Function Discovery Resource Publication services and set to Automatic (delayed start)
Open Explorer Network, enable network discovery if prompted
Edit local policy:
gpedit.msc
computer configuration\Administrative Templates\Network\LanmanWorkstation ENABLE insecure guest logon.
2 Registry settings:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLinkedConnections"=dword:00000001
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Network\p]
"ProviderFlags"=dword:00000001
Note: In the above registry entry "P" is the drive letter I use.
Thank you to all contributors who helped me solve my problem.
SMB1 drive access worked and system performance was returned to normal.