Is there a way to open a network location as another user by impersonating them, but without mapping a drive? This is for Win7 only. I really just want to open an explorer window with the share that the user has access to, but a normal admin (non-domain admins) don't.
This doesn't work:
RunAs(user, domain, password, 0, "explorer.exe \\server\share")