Windows – How to logon to a non-domain computer from one in a domain

domainnetwork-shareswindows 7

I've met a rather annoying problem that should be very simple, but I can't seem to figure it out. I have a work laptop that is part of a domain, so my username is foobar\bob. I also have my home computer with no domain, just the username bob. I'm trying to connect to a share on my home computer from my work computer. It's asking me for my username and password, which is bob, but when I type in bob it assumes I mean foobar\bob, which of course doesn't work. I've tried to use hostname\bob, but that doesn't seem to work either…

What can I do here?

Both computers are running Windows 7.

Best Answer

I had the same problem. I was able to get around this by using the net use command. So basically, I just ran:

net use \\server\share password /USER:username

and then I browsed

\\server\share 

and it worked. username was just the username (no domain part or workgroup needed)

Related Question