Archived from groups: microsoft.public.win2000.security (More info?)
Is there any way to set the default account name that comes up in the "Run
As Other User" dialog box? I want it to default to another password
protected account name (e.g. "Payroll" ), not to "Administrator". The
"Payroll" account has access to the data files but not administrative
privileges. Yes, I know the user can type it in, but I am trying to
eliminate that step.
--
Don in Upstate NY
Archived from groups: microsoft.public.win2000.security (More info?)
I don't know of any way to do such. perhaps you could try a shortcut to a
batchfile using runas with the executable and username that you want to use.
CPAU from Joe Richards website may be another alternative to runas. ---
Steve
"Don Priebe" <priebe@iname.com> wrote in message
news:FmEGd.8593$C52.5919@newsread2.news.atl.earthlink.net...
> Is there any way to set the default account name that comes up in the "Run
> As Other User" dialog box? I want it to default to another password
> protected account name (e.g. "Payroll" ), not to "Administrator". The
> "Payroll" account has access to the data files but not administrative
> privileges. Yes, I know the user can type it in, but I am trying to
> eliminate that step.
> --
> Don in Upstate NY
>
>
Archived from groups: microsoft.public.win2000.security (More info?)
If there is a specific application that you RunAs with the
Payroll account then what you can do is
- make a shortcut to that application launcher
- right click on the new shortcut and select its properties
- click on the Shortcut tab, locate the Target field and then
surround what is there in " " double quotes
- now, at the beginning before the quoted command enter
runas /userayroll " . . . "
You may want to add some other switches, like /profile
runas /profile /userayroll " . . . "
--
Roger Abell
Microsoft MVP (Windows Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"Don Priebe" <priebe@iname.com> wrote in message
news:FmEGd.8593$C52.5919@newsread2.news.atl.earthlink.net...
> Is there any way to set the default account name that comes up in the "Run
> As Other User" dialog box? I want it to default to another password
> protected account name (e.g. "Payroll" ), not to "Administrator". The
> "Payroll" account has access to the data files but not administrative
> privileges. Yes, I know the user can type it in, but I am trying to
> eliminate that step.
> --
> Don in Upstate NY
>
>
Archived from groups: microsoft.public.win2000.security (More info?)
Yeah... and there isn't a way for you to specify the password in a batch,
even with a pipe.
You can, however use a utility called sanur to supply both the username and
password.
Google sanur.exe...
-
Ryan Hanisco
MCSE, MCDBA
Flagship Integration Services
"Don Priebe" <priebe@iname.com> wrote in message
news:FmEGd.8593$C52.5919@newsread2.news.atl.earthlink.net...
> Is there any way to set the default account name that comes up in the "Run
> As Other User" dialog box? I want it to default to another password
> protected account name (e.g. "Payroll" ), not to "Administrator". The
> "Payroll" account has access to the data files but not administrative
> privileges. Yes, I know the user can type it in, but I am trying to
> eliminate that step.
> --
> Don in Upstate NY
>
>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.