Can I active or enable SMBv1 in Catalina?
The short answer is "yes". Keep in mind this is not a Apple sanction answer...
The simple solution is to force SMB protocol versions by modifying /etc/nsmb.conf file.
Solution:
- Open Terminal
- Enable Root mode: " type sudo -s" and login
- Modify /etc/nsmb.conf via nano
- Sample file (the procol_vers_map = 7 forces SMB1, 2, and 3)
[default]
signing_required=no
streams=yes
protocol_vers_map=7
minauth=ntlmv2
Save and exit Terminal...
Good luck!
MacBook Pro 13”, macOS 10.15