How to run the Windows XP Desktop as a different user without logging out

From Techotopia
Revision as of 19:20, 19 March 2007 by Neil (Talk | contribs)

Jump to: navigation, search

As most experienced Windows XP users are aware, it is possible to run an application as a one user, while currently logged in as another user. This, of course, can be achieved by right clicking on the application's icon and selecting "Run As...". In the resulting dialog simply select the "The following user:" radio button and then select the user of choice.

Another method involves creating a short cut, and then editing the properties of that short cut to use the RunAS utility. For example:

???????

A less well known Windows XP fact, however, is that it is also possible to run the entire desktop environment as a different user without logging out and back in again. For example, to run the entire desktop as Administrator, follow these steps:

1. Invoke the Task Manager by pressing CTRL + ALT + DEL.

2. On the Processes page of the Task Manager select explorer.exe. With explorer.exe selected press the End Process button.

3. Click Yes in the resulting dialog warning asking if you are sure you wish to terminate the process.

The next step is to restart the explorer process as the system Administrator:

4. In the Task Manager menu bar select File -> New Task (Run...) to open the Create New Task dialog box.

5. The field labelled open type the following command:

runas /user:%ComputerName%\administrator explorer.exe

6. Click OK and then enter the Administrator password when prompted.

At this point the desktop will re-appear as before, with the exception that you are now the Administrator and ever task you perform from now on will be with Administrator privaleges.