Computer and IT knowledge - things to know
SMBv1 is an old protocol, that should not be used if possible, but sometimes it has to be used:
how to turn on / check?
- start a powershell with administrative privileges
- check the settings: Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
- activate: Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
- disable: Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
**maybe a reboot makes sense after enabling / disabling
computer2know :: thank you for your visit :: have a nice day :: © 2024