I have a lab full of Windows 7 machines, and a shared login (user360) that all my students use. I also have a shared folder that they can all have read/write access to (for moving files around easily).
My problem is that I also want to be able to create a shared folder for each student for submitting assignments. I can set up a shared folder with permissions for just a single user, and not the 'user360' account.
The problem is, when I'm logged in as user360, and I try to open the 'StudentA', Windows never asks me for alternate credentials, it just refuses access because the user360 account is not allowed access.
Can anyone suggest a fix for this?
2 Answers
What you need to do is to have the shared folder mapped on each computer, which allows you to use different credentials.
In My Computer, click on Tools (hidden by default, show by pressing ALT), Map Network Drive, and there, type in the path for the drive and underneath, click on "Connect using different credentials"
Good luck!
EDIT:
For the credentials to be accepted the correct format is for the username is:
\\SERVERNAME\username
Then just the normal password for the account.
2In Win7. While accessing Shared Folder with different credential still FAILED and DENIED even using correct USERNAME and appropriate password, make sure your 'Credential Manager' is free from inappropriate cached.
Thank you. :)