powershell Enable-WindowsOptionalFeature -Online -NoRestart -FeatureName SMB1Protocol
rem powershell Set-SmbServerConfiguration -EnableSMB1Protocol $true
powershell Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 –Force