0
I have a shared folder on a box running windows 7, I've shared what I want to and disabled password protected sharing. (This is for an office, so ideally I don't want everyone to have to login to access the shared content).
Now what I want is that for that content to be read-only for everyone viewing it (not too bad, set "Everyone" to read only), but I want to be able from my machine authenticate as a user who can make changes and add in files. (I can remote in, but that's not really a convenient solution)
I had this set up once before, but we moved some files around and such and the permissions got messed up and I can't seem to figure out how I did it before.
Yeah I can add everyone for read. And that lets everyone access it, I guess my main issues is without the password protected sharing going on, I'm unsure how to authenticate myself differently from everyone else. (As there is no log-in). I've tried setting a connection up in using
net use
in in the cmd. And I've tried mounting the share using different credentials, but when I got to browse to the folders it still treats me under the everyone group. – K_D – 2016-01-14T16:45:37.783have you give yourself r/w in both file and share permissions? – Keltari – 2016-01-14T22:15:49.893
The issue I'm having with that is that I don't have a user account that I can give the permissions to. (At least not one that it will let me access from a separate computer without remote desktoping in)
I'm accessing it from a different computer without the password protected sharing, with that set to disabled it treats me as part of the 'everyone' group. Do you know a way to set it so that when you browse through the Windows Explorer it uses a set account when accessing a network share? (E.g.
\\Shared-pc\sharing\folder
) – K_D – 2016-01-15T17:36:19.873create another share for your user – Keltari – 2016-01-15T18:02:23.340