How to open another windows explorer as another user
It happens to me that I'm using somebody else's computer and I need to access a shared folder that I have permissions to but the logged in user does not. The solution is to open another explorer using my login. This can be accomplished by typing this on the command line: runas /user:MyDomain\MyLoginName "explorer /separate" this is also useful when I have administrative rights to the computer but the logged in user doesn't. then you can type: runas /user:ComputerName\Administrator "explorer /separate"