How can I set a password for shares in Windows 7 that is different than my account password? If I'm on a LAN and want to share something with someone, I might not want to give my account password out for security and privacy reasons. I'd just want to share a shares directory.
Update: i do the following but i cant establish access: IN my computer i create an account named Shares with the password 123. Then i create a Share with this command:
net share chirin=pathtomyshare /Grant:Shares,read
Int the other computer of my LAn i try to access this share resource using this command:
net use \\iptothesharedpc\chirin /user:Shares 123
the ouput is that everything works fine, but when i try to access the share i cant stablish the connection. What im missing