Is there a way I can access other users documents from my user if I know their password?
This is a discussion on Access other user's documents... within the Windows Programming forums, part of the Platform Specific Boards category; Is there a way I can access other users documents from my user if I know their password?...
Is there a way I can access other users documents from my user if I know their password?
Run As?
If I have eight hours for cutting wood, I spend six sharpening my axe.
Assuming you mean in code, and you are on XP, you can use LogonUser followed by ImpersonateLoggedOnUser. Remember to call RevertToSelf once you're done. It is recommended that you don't store passwords.