[Windows] How to access shared folder with another user (not login user)

In case of having multiple user accounts, if I want to access to the shared folder which login user does not have access right, it’s too much bother to once logout and login with another user having access right.

I have two user accounts (group company A and B) in my work.  Of course, the access right of each accounts is different. So, sometime I have to switch user and I thought it’s a bother.

The solution for this case is “net use” command that enabled to access shared folder with another user.

net use \\<hostname>\<shared folder path> password /user:<domain name>\username

After that , you can access the above shared folder with specified user account in the command. (For example, by using Explorer )

If you mistake setting or want to delete setting, please use the following command.

net use \\<hostname>\<shared folder path> /delete