There is a simple script that you can run in "Terminal" to make SMB1 the default.
echo "[default]" >> ~/Library/Preferences/nsmb.conf; echo "smb_neg=smb1_only" >> ~/Library/Preferences/nsmb.conf
You can just cut and paste thuis into a terminal window and execute. It worked for me.