Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Administration

Notices

Reply

how to enable "run as" other users in vista

 

LinkBack Thread Tools Display Modes
Old 12-17-2007, 09:29 AM   #1 (permalink)
Default how to enable "run as" other users in vista

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.
inenewbl
Guest
 
Posts: n/a
Reply With Quote  
Old 12-17-2007, 01:59 PM   #2 (permalink)
Default Re: how to enable "run as" other users in vista

On Mon, 17 Dec 2007 02:29:01 -0800, inenewbl wrote:
Quote:
> 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.
Chris Game
Guest
 
Posts: n/a
Reply With Quote  
Old 12-17-2007, 03:46 PM   #3 (permalink)
Default Re: how to enable "run as" other users in vista

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:
Quote:
> On Mon, 17 Dec 2007 02:29:01 -0800, inenewbl wrote:
>
Quote:
> > 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.
>
inenewbl
Guest
 
Posts: n/a
Reply With Quote  
Old 12-18-2007, 09:33 AM   #4 (permalink)
Default Re: how to enable "run as" other users in vista

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:
Quote:
> 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:
>
Quote:
> > On Mon, 17 Dec 2007 02:29:01 -0800, inenewbl wrote:
> >
Quote:
> > > 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.
> >
Neil Colthorpe
Guest
 
Posts: n/a
Reply With Quote  
Old 12-18-2007, 07:04 PM   #5 (permalink)
Default Re: how to enable "run as" other users in vista

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:
Quote:
> runas /noprofile /user:mymachine\administrator cmd
> runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc"
> runas /env /user:user@domain.microsoft.com "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" <inenewbl@discussions.microsoft.com> wrote in message
news:6D214753-2CB6-4A71-959D-5C46562194E6@microsoft.com...
Quote:
> 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.
Jane C
Guest
 
Posts: n/a
Reply With Quote  
Old 01-02-2008, 12:07 PM   #6 (permalink)
Default Re: how to enable "run as" other users in vista

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:
Quote:
> 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:
Quote:
> > runas /noprofile /user:mymachine\administrator cmd
> > runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc"
> > runas /env /user:user@domain.microsoft.com "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" <inenewbl@discussions.microsoft.com> wrote in message
> news:6D214753-2CB6-4A71-959D-5C46562194E6@microsoft.com...
Quote:
> > 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.
>
Gabriel Lozano-Moran
Guest
 
Posts: n/a
Reply With Quote  
Old 03-19-2008, 10:06 PM   #7 (permalink)
Default Re: how to enable "run as" other users in vista

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.
Chad H
Guest
 
Posts: n/a
Reply With Quote  
Old 03-19-2008, 10:12 PM   #8 (permalink)
Default Re: how to enable "run as" other users in vista


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" <ChadH@discussions.microsoft.com> wrote in message
news:3E78023C-44B8-47E9-B708-B4AAB1CCE5F2@microsoft.com...
Quote:
> 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.
Bob F.
Guest
 
Posts: n/a
Reply With Quote  
Old 03-20-2008, 08:10 PM   #9 (permalink)
Default Re: how to enable "run as" other users in vista


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
luser
Guest
 
Posts: n/a
Reply With Quote  
Old 04-28-2008, 05:16 PM   #10 (permalink)
Default Re: how to enable "run as" other users in vista

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:
Quote:
>
> 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
>
Kynan
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On


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 08:04 PM
What happened to "all users" in Vista? kerry Windows Vista Administration 5 05-03-2007 05:06 PM
How do I enable "Log on using dial-up connection" in Vista? Keith Windows Vista Networking & Sharing 1 08-02-2006 05:19 PM
Start Menu "Open", "Open All Users", etc. failing msswift Windows XP Configuration & Management 3 02-18-2005 04:50 PM
"Allow users to connect remotely to this computer" checkbox and "Select Remote Users..." button are both disabled in "Remote" tab R. G. Windows XP Work Remotely 2 04-08-2004 06:24 PM


All times are GMT. The time now is 10:18 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright 2005 - 2007 RealGeek.com. All rights reserved.

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90