Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > how to enable "run as" other users in vista

Reply
Thread Tools Display Modes

how to enable "run as" other users in vista

 
 
inenewbl
Guest
Posts: n/a

 
      12-17-2007
Hi all. I would like to know how to enable "run as" option to use other
accounts to invoke applications instead of only the administrator account.
Thks in advance.
 
Reply With Quote
 
 
 
 
Chris Game
Guest
Posts: n/a

 
      12-17-2007
On Mon, 17 Dec 2007 02:29:01 -0800, inenewbl wrote:

> Hi all. I would like to know how to enable "run as" option to use
> other accounts to invoke applications instead of only the
> administrator account. Thks in advance.


Won't that lead to confusion? Why not log off and log on again as
the other user?

--
Chris Game

All generalizations are false, including this one.
 
Reply With Quote
 
inenewbl
Guest
Posts: n/a

 
      12-17-2007
The reason is that i am a system administrator and when i login in to my
notebook i am using my own account, not the domain admin, hence it would be
convinient for me if i can manually key in the domain username and password
for "run as" option for things like mmc console and adminpak.

"Chris Game" wrote:

> On Mon, 17 Dec 2007 02:29:01 -0800, inenewbl wrote:
>
> > Hi all. I would like to know how to enable "run as" option to use
> > other accounts to invoke applications instead of only the
> > administrator account. Thks in advance.

>
> Won't that lead to confusion? Why not log off and log on again as
> the other user?
>
> --
> Chris Game
>
> All generalizations are false, including this one.
>

 
Reply With Quote
 
Neil Colthorpe
Guest
Posts: n/a

 
      12-18-2007
This problem's bugging me too. The idea of runas is that you don't have to
logoff and logon everytime you want to perform a domain administrator task
such as administering another machine using the admin tools. It's an
important command, why isn't it available in Vista?

"inenewbl" wrote:

> The reason is that i am a system administrator and when i login in to my
> notebook i am using my own account, not the domain admin, hence it would be
> convinient for me if i can manually key in the domain username and password
> for "run as" option for things like mmc console and adminpak.
>
> "Chris Game" wrote:
>
> > On Mon, 17 Dec 2007 02:29:01 -0800, inenewbl wrote:
> >
> > > Hi all. I would like to know how to enable "run as" option to use
> > > other accounts to invoke applications instead of only the
> > > administrator account. Thks in advance.

> >
> > Won't that lead to confusion? Why not log off and log on again as
> > the other user?
> >
> > --
> > Chris Game
> >
> > All generalizations are false, including this one.
> >

 
Reply With Quote
 
Jane C
Guest
Posts: n/a

 
      12-18-2007
Run as is not available via the GUI, but can be run from command line:

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Windows\system32>runas /?
RUNAS USAGE:

RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]
/user:<UserName> program

RUNAS [ [/noprofile | /profile] [/env] [/savecred] ]
/smartcard [/user:<UserName>] program

RUNAS /trustlevel:<TrustLevel> program

/noprofile specifies that the user's profile should not be loaded.
This causes the application to load more quickly, but
can cause some applications to malfunction.
/profile specifies that the user's profile should be loaded.
This is the default.
/env to use current environment instead of user's.
/netonly use if the credentials specified are for remote
access only.
/savecred to use credentials previously saved by the user.
This option is not available on Windows Vista Home or
Windo
ws Vista Starter Editions
and will be ignored.
/smartcard use if the credentials are to be supplied from a
smartcard.
/user <UserName> should be in form USER@DOMAIN or DOMAIN\USER
/showtrustlevels displays the trust levels that can be used as arguments
to /trustlevel.
/trustlevel <Level> should be one of levels enumerated
in /showtrustlevels.
program command line for EXE. See below for examples

Examples:
> runas /noprofile /user:mymachine\administrator cmd
> runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc"
> runas /env /user: "notepad \"my file.txt\""


NOTE: Enter user's password only when prompted.
NOTE: /profile is not compatible with /netonly.
NOTE: /savecred is not compatible with /smartcard.

C:\Windows\system32>



--
Jane, not plain 64 bit enabled :-)
Batteries not included. Braincell on vacation ;-)
MVP Windows Shell/User

"inenewbl" <> wrote in message
news:6D214753-2CB6-4A71-959D-...
> Hi all. I would like to know how to enable "run as" option to use other
> accounts to invoke applications instead of only the administrator account.
> Thks in advance.


 
Reply With Quote
 
Gabriel Lozano-Moran
Guest
Posts: n/a

 
      01-02-2008
I am facing the same problem, I upgraded from Windows XP to Windows Vista. In
Windows XP it was possible to open the DHCP MMC extension as the domain
administrator by holding the <Shift> key and choosing "Run as" from the popup
menu.

Are you saying that this is no longer possible in Windows Vista? Because if
that is exactly what you are saying then I find this a little f. up. No
seriously there has to be a workaround I just can not imagine that this is
not longer possible and that I need to run the freakin' commands through the
console.

"Jane C" wrote:

> Run as is not available via the GUI, but can be run from command line:
>
> Microsoft Windows [Version 6.0.6001]
> Copyright (c) 2006 Microsoft Corporation. All rights reserved.
>
> C:\Windows\system32>runas /?
> RUNAS USAGE:
>
> RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]
> /user:<UserName> program
>
> RUNAS [ [/noprofile | /profile] [/env] [/savecred] ]
> /smartcard [/user:<UserName>] program
>
> RUNAS /trustlevel:<TrustLevel> program
>
> /noprofile specifies that the user's profile should not be loaded.
> This causes the application to load more quickly, but
> can cause some applications to malfunction.
> /profile specifies that the user's profile should be loaded.
> This is the default.
> /env to use current environment instead of user's.
> /netonly use if the credentials specified are for remote
> access only.
> /savecred to use credentials previously saved by the user.
> This option is not available on Windows Vista Home or
> Windo
> ws Vista Starter Editions
> and will be ignored.
> /smartcard use if the credentials are to be supplied from a
> smartcard.
> /user <UserName> should be in form USER@DOMAIN or DOMAIN\USER
> /showtrustlevels displays the trust levels that can be used as arguments
> to /trustlevel.
> /trustlevel <Level> should be one of levels enumerated
> in /showtrustlevels.
> program command line for EXE. See below for examples
>
> Examples:
> > runas /noprofile /user:mymachine\administrator cmd
> > runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc"
> > runas /env /user: "notepad \"my file.txt\""

>
> NOTE: Enter user's password only when prompted.
> NOTE: /profile is not compatible with /netonly.
> NOTE: /savecred is not compatible with /smartcard.
>
> C:\Windows\system32>
>
>
>
> --
> Jane, not plain 64 bit enabled :-)
> Batteries not included. Braincell on vacation ;-)
> MVP Windows Shell/User
>
> "inenewbl" <> wrote in message
> news:6D214753-2CB6-4A71-959D-...
> > Hi all. I would like to know how to enable "run as" option to use other
> > accounts to invoke applications instead of only the administrator account.
> > Thks in advance.

>

 
Reply With Quote
 
Chad H
Guest
Posts: n/a

 
      03-19-2008
I'm going to keep on searchig the web. Either someone hacked this GUI runas
issue or Microsoft is not telling us the wonderful dword value to add and
change in the registry. This is completely unbelievable. You (microsoft) do
actually support and find out how users and admins use your products, right?
I'm going to hope that I don't find an article where you're touting that this
is more secure and you took it away. Admins use the runas gui like mad to
get things done. geezzzzz.
 
Reply With Quote
 
Bob F.
Guest
Posts: n/a

 
      03-19-2008

Our goal is to solve technical and operational problems by using this
newsgroup as a collective forum.
Please include enough of the previous message(s) so that others trying to
follow this thread know what you are talking about. Also please try to
“edit out” the non relevant portions. It helps everyone. If you are using
Windows Mail, Go to:
Tools > Options > Send > check - “Include message in reply”

--
Regards, BobF.
"Chad H" <> wrote in message
news:3E78023C-44B8-47E9-B708-...
> I'm going to keep on searchig the web. Either someone hacked this GUI
> runas
> issue or Microsoft is not telling us the wonderful dword value to add and
> change in the registry. This is completely unbelievable. You (microsoft)
> do
> actually support and find out how users and admins use your products,
> right?
> I'm going to hope that I don't find an article where you're touting that
> this
> is more secure and you took it away. Admins use the runas gui like mad to
> get things done. geezzzzz.


 
Reply With Quote
 
luser
Guest
Posts: n/a

 
      03-20-2008

Right click on the item in question in your Start Menu or Desktop (this
might work elsewhere but I haven't tried it) and choose the option "Run
as Administrator"....


--
luser
 
Reply With Quote
 
Kynan
Guest
Posts: n/a

 
      04-28-2008
This just runs it as a local administrator.
What they are looking to do is run as a domain administrator.

I have found a work around guys but it sux.
Go to console and run gpedit.msc
Under Computer configurations, windows settings,security settings, local
policies,security options

Find User Account Control:Behavior of the elevation prompt for administrator
in admin approval mode. and change it to Prompt for Credentials.

The down side is you will now be prompted for credentials for everything!
But it works.

On a side note you can change it to Elevate without prompting and you will
no longer be prompted for confirm on everything you do.




"luser" wrote:

>
> Right click on the item in question in your Start Menu or Desktop (this
> might work elsewhere but I haven't tried it) and choose the option "Run
> as Administrator"....
>
>
> --
> luser
>

 
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
any way to enable "alternate data streams" in Vista ? Max Windows Vista File Management 3 03-18-2008 07:04 PM
Vista Upgrade fails at "Gathering Files" when two users share the same user profile (ProfileImagePath). Message: "the upgrade was cancelled". Carl Farrington Windows Vista Installation 4 10-24-2007 07:26 AM
Can I clean the folder "Searches" in "C:\Users\My name" Geo Windows Vista General Discussion 2 09-10-2007 03:58 PM
How do I enable "Log on using dial-up connection" in Vista? Keith Windows Vista General Discussion 2 09-09-2006 04:04 PM
How do I enable "Log on using dial-up connection" in Vista? Keith Windows Vista Networking 1 08-02-2006 05:19 PM



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