Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Run As

Reply
 
 
Diane Walker
Guest
Posts: n/a

 
      10-27-2008
In Windows XP, you hold down the SHIFT key and right-click the mouse to run
as a different user with more Administration priviledges. I do the same
for Windows Vista and got the option to "Run As Administrator". I do not
see an option to run as a different user. Is there a way to run the program
as a different user in Windows Vista?

Thanks.


 
Reply With Quote
 
 
 
 
barman58
Guest
Posts: n/a

 
      10-27-2008

Diane Walker;872336 Wrote:
> In Windows XP, you hold down the SHIFT key and right-click the mouse to
> run
> as a different user with more Administration priviledges. I do the
> same
> for Windows Vista and got the option to "Run As Administrator". I do
> not
> see an option to run as a different user. Is there a way to run the
> program
> as a different user in Windows Vista?
>
> Thanks.

Hi diane,

the functionality has been removed from vista but you may want to have
a look here

'ShellRunas'
(http://technet.microsoft.com/en-us/s.../cc300361.aspx)

In fact if you do any serious admin work you may want to have a look at
the whole package

'Windows Sysinternals: Documentation, downloads and additional
resources'
(http://technet.microsoft.com/en-us/s...s/default.aspx)

hope this helps


--
barman58

Regards,
*Nigel*
the beginning of knowledge is the discovery of something we do not
understand.,- frank herbert
 
Reply With Quote
 
Gordon
Guest
Posts: n/a

 
      10-28-2008
"Diane Walker" <> wrote in message
news:eOnO%...
> In Windows XP, you hold down the SHIFT key and right-click the mouse to
> run as a different user with more Administration priviledges. I do the
> same for Windows Vista and got the option to "Run As Administrator". I do
> not see an option to run as a different user. Is there a way to run the
> program as a different user in Windows Vista?
>
> Thanks.
>



Why would you want to run as a different user in the first place? Surely the
only reason to do "run as" is to run with elevated privileges.....what
EXACTLY are you trying to do?

 
Reply With Quote
 
Bob D.
Guest
Posts: n/a

 
      10-28-2008
You could hit Ctrl-Alt-Del. Then see the switch user option.

Bob

"Diane Walker" <> wrote in message
news:eOnO#...
> In Windows XP, you hold down the SHIFT key and right-click the mouse to
> run as a different user with more Administration priviledges. I do the
> same for Windows Vista and got the option to "Run As Administrator". I do
> not see an option to run as a different user. Is there a way to run the
> program as a different user in Windows Vista?
>
> Thanks.
>

 
Reply With Quote
 
Diane Walker
Guest
Posts: n/a

 
      10-28-2008
Thanks for your prompt response and information. Sorry for the dumb
question. How do you use "ShellRunas"? Thanks.

"barman58" <> wrote in message
news:...
>
> Diane Walker;872336 Wrote:
>> In Windows XP, you hold down the SHIFT key and right-click the mouse to
>> run
>> as a different user with more Administration priviledges. I do the
>> same
>> for Windows Vista and got the option to "Run As Administrator". I do
>> not
>> see an option to run as a different user. Is there a way to run the
>> program
>> as a different user in Windows Vista?
>>
>> Thanks.

> Hi diane,
>
> the functionality has been removed from vista but you may want to have
> a look here
>
> 'ShellRunas'
> (http://technet.microsoft.com/en-us/s.../cc300361.aspx)
>
> In fact if you do any serious admin work you may want to have a look at
> the whole package
>
> 'Windows Sysinternals: Documentation, downloads and additional
> resources'
> (http://technet.microsoft.com/en-us/s...s/default.aspx)
>
> hope this helps
>
>
> --
> barman58
>
> Regards,
> *Nigel*
> the beginning of knowledge is the discovery of something we do not
> understand.,- frank herbert



 
Reply With Quote
 
Diane Walker
Guest
Posts: n/a

 
      10-28-2008
I want to run Active Directory for Users and Computers as a Domain Admin
account. Thanks.

"Gordon" <> wrote in message
news:...
> "Diane Walker" <> wrote in message
> news:eOnO%...
>> In Windows XP, you hold down the SHIFT key and right-click the mouse to
>> run as a different user with more Administration priviledges. I do the
>> same for Windows Vista and got the option to "Run As Administrator". I
>> do not see an option to run as a different user. Is there a way to run
>> the program as a different user in Windows Vista?
>>
>> Thanks.
>>

>
>
> Why would you want to run as a different user in the first place? Surely
> the only reason to do "run as" is to run with elevated privileges.....what
> EXACTLY are you trying to do?



 
Reply With Quote
 
+Bob+
Guest
Posts: n/a

 
      10-28-2008
On Mon, 27 Oct 2008 17:32:13 -0500, barman58 <>
wrote:

>the functionality has been removed from vista but you may want to have
>a look here


Another Vista "feature"!


 
Reply With Quote
 
Lang
Guest
Posts: n/a

 
      10-30-2008
Diane Walker wrote:
>>> In Windows XP, you hold down the SHIFT key and right-click the mouse to
>>> run
>>> as a different user with more Administration priviledges. I do the
>>> same
>>> for Windows Vista and got the option to "Run As Administrator". I do
>>> not
>>> see an option to run as a different user. Is there a way to run the
>>> program
>>> as a different user in Windows Vista?
>>>
>>> Thanks.


Diane,

You can write a cmd file to run something as another user...

1. Create a file named Runas.cmd (just a text file, really)

2. Type this:

runas /user:<usernamehere> exename.exe

3. Save file, double click on file icon.

4. A cmd window will open and you will be prompted for the pw for the
acct being used to run the app.

5. Enter pw.

6. App runs in user context you've chosen.

Alternatively, you can open a cmd window and type the command in step 2
above, without creating the cmd file.

Good luck,

Lang
 
Reply With Quote
 
Lang
Guest
Posts: n/a

 
      10-30-2008
Diane Walker wrote:
> I want to run Active Directory for Users and Computers as a Domain Admin
> account. Thanks.
>


runas /useromainName\DomainAdminAcctName dsa.msc

Enter pw for username when prompted...

Lang
 
Reply With Quote
 
Diane Walker
Guest
Posts: n/a

 
      10-31-2008
I ran the command from the Command Prompt window and got the error message:

RunAs Error: unable to run - dsa.msc
193: dsa.msc is not a valid win32 application

Do you have any suggestions? Thanks.

"Lang" <> wrote in message
news:FgcOk.49442$. ..
> Diane Walker wrote:
>> I want to run Active Directory for Users and Computers as a Domain Admin
>> account. Thanks.
>>

>
> runas /useromainName\DomainAdminAcctName dsa.msc
>
> Enter pw for username when prompted...
>
> Lang



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59