sharing

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

I tried to set up sharing at my house not with the simple
file sharing and I gave permissions under the shared tab
to the admin and to a limited user called Temp on my
computer. When I tried to access to shared folder from
another computer, which has none of the same unames and
p.w.'s, an error came up saying the "folder is not
accessible. check with admin for permissions" , then when
I added everyone to the permission, the other computer
could then get into the folder without having to login
with a uname and pw. Why is a uname and p.w. not
prompting the other computer at any time?
 
Hi Bob,

you can try and map the drive manually,

net use x: \\10.10.10.10\share_name /user:abc abc_password

replace x: with desired mapped network drive
replace \\10.10.10.10 with IP of your other PC (you can also type in
computer name if you have resolution setup correctly)
replace share_name with name of your share
replace /user:abc with name of the username
replace abc_password with password that is assigned to abc user

I hope this helps,

Mike
 
Back
Top