How to run Windows 7 Explorer shell with Administrator Privileges by default
Posted
by
Barry Kelly
on Super User
See other posts from Super User
or by Barry Kelly
Published on 2009-10-22T16:37:47Z
Indexed on
2011/03/08
8:12 UTC
Read the original article
Hit count: 525
The Windows 7 shell (Explorer) can be made to run with Administrator privileges by this manual process:
- Kill Explorer shell by holding down
Shift+Ctrl
, right-clicking the Shut down button in the Start Menu, and selecting Exit Explorer - Start Task Manager with
Ctrl+Shift+Esc
- Elevate Task Manager privileges by going to Processes tab and selecting Show processes from all users
- Then start up a new instance of the shell by File | Run in Task Manager, typing in
explorer
, and selecting theCreate this task with administrative privileges
.
After following the above process, the Windows shell will be running with administrative privileges, and any programs it launches will also have administrative privileges. This makes performing tasks that require the privilege far easier, particularly for command-line applications, which usually fail silently or with an Access denied.
message rather than giving an opportunity to use UAC to elevate the process's privileges.
What I'm interested in, though, is creating an account which uses a privileged shell by default, rather than having to follow this laborious process every time. How can it be done?
© Super User or respective owner