![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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. |
My System Specs![]() |
| | #2 (permalink) |
| | 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. the other user? -- Chris Game All generalizations are false, including this one. |
My System Specs![]() |
| | #3 (permalink) |
| | 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. > |
My System Specs![]() |
| | #4 (permalink) |
| | 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. > > |
My System Specs![]() |
| | #5 (permalink) |
| | 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@xxxxxx 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@xxxxxx "notepad \"my file.txt\"" 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@xxxxxx> wrote in message news:6D214753-2CB6-4A71-959D-5C46562194E6@xxxxxx 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. |
My System Specs![]() |
| | #6 (permalink) |
| | 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@xxxxxx 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@xxxxxx "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@xxxxxx> wrote in message > news:6D214753-2CB6-4A71-959D-5C46562194E6@xxxxxx 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. |
My System Specs![]() |
| | #7 (permalink) |
| | 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. |
My System Specs![]() |
| | #8 (permalink) |
| Vista Ultimate x64 | 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".... Last edited by luser; 03-20-2008 at 04:13 PM.. Reason: can't type... |
My System Specs![]() |
| | #9 (permalink) |
| | 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 > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| any way to enable "alternate data streams" in Vista ? | Vista file management | |||
| Vista Upgrade fails at "Gathering Files" when two users share the same user profile (ProfileImagePath). Message: "the upgrade was cancelled". | Vista installation & setup | |||
| Can I clean the folder "Searches" in "C:\Users\My name" | Vista General | |||
| How do I enable "Log on using dial-up connection" in Vista? | Vista General | |||
| How do I enable "Log on using dial-up connection" in Vista? | Vista networking & sharing | |||