Re: run .exe from non-administrative account.
- From: "John R" <jsr^^^813@zoom^^^internet.net>
- Date: Fri, 14 Sep 2007 16:30:52 -0400
"Shaili Singh" <shailisingh.eng@xxxxxxxxx> wrote in message
news:1189768652.924607.154910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I want to install the content of a .exe file from a normal user
account using command prompt which do not have administrative
priviledges. help out urgently.
Although this isn't the proper forum for this question, I'll try.
Use the command prompt command "runas" to open another command prompt using
the credentials of an account that does have install privs. Install from
there.
For example..
C:\> runas /user:domain\adminuser cmd
This will prompt for the password for the adminuser account, and then open
another command prompt with those credentials. You can then execute your
install program or script from there.
John R
.
- References:
- run .exe from non-administrative account.
- From: Shaili Singh
- run .exe from non-administrative account.
- Prev by Date: Re: Restrict who can log on to a particular work station.
- Next by Date: Re: Need to apply the particular group policy
- Previous by thread: run .exe from non-administrative account.
- Next by thread: Re: How to copy files to local workstation with GPO
- Index(es):
Relevant Pages
|