tcp netbios
authguest bla bla
Ok, nevermind, I think I've got it now. I was messing with Samba server config and needed to be messing with Samba client config. To anyone else who may read this in the future, this was the solution:
Run Windows PowerShell as 'Administrator'
Enter the following commands:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled
reboot
see server on network
This information was obtained form the link provided earlier in this thread. Thank you Karen Hu
This command reverses the change Robert Finley posted. What he's doing is turning off SMB2 and SMB3. I didn't find that this solved my particular issue so I found the steps to roll it back:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb20 start= auto