On Windows Server 2008 R2 with the User Account Control Settings at the third highest level when you start explorer 'as administrator' it doesnt appear to actually grant administrative rights to the process. Is there a way to leave UAC at that level AND be able to start an explorer process as a 'real' administrator?

link|improve this question
Just to be clear, UAC at the "third highest level" is the default in 2008 R2. – Ryan Bolger Mar 18 '10 at 19:32
feedback

3 Answers

Back in 2008 pre-R2, I used to do this by running explorer from an elevated command prompt. This doesn't seem to work anymore with R2.

The only way I've found to do it in R2 so far is by killing the existing non-elevated explorer instance first. Once the non-elevated explorer is gone, the elevated version will launch successfully from wherever you launch it.

I'm curious to see the other answers this generates, because killing explorer is messy. The only other option I know of is to login with the actual "administrator" account since UAC doesn't apply to it.

link|improve this answer
feedback

Try to set "Launch folder windows in separate process" option in folder options, to see if that does the trick.

link|improve this answer
feedback

You can't, if you're running another copy of explorer.exe (like, say, the desktop shell). MS removed the ability to do this altogether from Vista, and it hasn't made it back in yet. Launch folder windows in a separate process doesn't do the trick anymore like it did in XP/2003.

Your options:

  • Exit all instances of the shell. If you hold down Ctrl+Shift and Right-Click on an empty area of the Start Menu, the context menu will have an Exit Explorer entry. That's significantly less messy than killing explorer.exe via some other method (e.g. Task Manager, psKill, etc.). One can do the same thing in XP by going to the shutdown dialog and holding down Ctrl+Alt+Shift while canceling the dialog.
  • Get a 3rd party file manager. The inability to horizontally scroll the tree in the new Explorer makes this particularly attractive if you have any significant folder hierarchies.
  • Have "administrative" user accounts that log in without UAC by default. I'm not sure if this is possible, but Microsoft is doing it with the Administrator account. Even if it worked, this involves logging out and back in. Not exactly great.
  • Disable UAC. :-)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.