Share windows user account between computers

3

I have two computers on which I want to share files using windows sharing options. I would like to add a permission for a user from another machine, but I can't because Windows doesn't let me find it.

For instance, I would like to share the folder "Shared" on "Alex-HP" with the user "Alex" on the "Second-machine".

When I try to change the permissions, then Add "\Second-machine\Alex", it's not found. So I press Locations to locate the other machine but it never shows up (and yes it's plugged in, on the same network and accessible from "Alex-HP"). Screenshot of what I get

I guess that I have to set something on "Second-machine" to make the user available on the network, but I don't know what and I can't find it on google. My second guess is that I simply can't and I would need a network session on a Windows server or something like that...

Alex Rose

Posted 2012-10-13T19:31:59.363

Reputation: 43

If you are running Win7 as your OS, did you try using the Libraries option or that's not applicable to your scenario? – Christopher Chipps – 2012-10-14T01:16:08.003

I don't think I get what you're saying about "Libraries". Do you mean use an external software to execute the share? – Alex Rose – 2012-10-19T01:37:20.430

Answers

1

Unless the computers are on a Windows Domain, you will have to create an identical account on each of the two computers: same UserID, and same password. Then, add the account with appropriate permissions to the folder you want to share.

To access the shared folder from the other computer, an typical way is to map a drive letter to it. For instance, in Windows Exploder, go to Tools--> Map Network Drive, then follow the usual drive mapping instructions as indicated in the popup.

Lizz

Posted 2012-10-13T19:31:59.363

Reputation: 220