Launching Windows Explorer from an Admin Command Prompt

This one just came up at work. You started command prompt running under an administrator account using runas and you want to invoke Windows Explorer with these elevated privileges. I was sure I’d done this before using explorer.exe but this didn’t seem to be working. After a quick search I found that start "." works, and you can replace the "." with whatever path you want Windows Explorer to open with.

Leave a Reply