Cannot connect to windows machine using SMB
I'm running MacOS Sonoma. I have a PC running windows 11 and I need to share a folder on my PC with my mac - specifically I need to access it on my mac.
On the windows machine, I'm on my home wifi, so it's a private network. In control panel > programs > windows features >> SMB 1.0 File sharing support I have all of that turned on. The folder on the windows machine that I want to share, it's called "Python" - for that folder if I go to properties > sharing > advanced sharing I have "share this folder" checked. If I then go to permissions under advanced sharing for everyone I have full control/change/read permission.
I have also tried this with the windows defender firewall both on and off, same result.
So on the mac I go to go > connect to server and I type in smb://192.168.1.190 (that's the IP of the windows machine). The mac tells me I'm trying to connect to the other machine, I confirm, and then I get a login window where I choose guest or registered user. So I know that my mac is communicating with the windows machine.
This is where my breakdown happens. I have no idea what name to use.
For security I'm not going to put my login details here, but let's say that on Windows my user account name is John Doe, microsoft account email is johndoe@gmail.com, my username is johndoe, and computer name is john-computer.
I have tried logging in with as username:
johndoe
johndoe@gmail.com
john-computer\johndoe
And the same password that I use to unlock my windows computer. I even tried my microsoft account password when trying with johndoe@gmail.com when logging in but that didn't work either.
What am I doing wrong? How do I get this sharing to work?