Ask a Question related to Windows XP/2000/ME, Design and Development.
-
Dave #1
How can I execute a program with admin rights from a dosbox
How can I execute a program with admin rights from a dosbox (when logged in as poweruser)
are there any parameters for that or any tools?
Dave Guest
-
Tech destroyed my admin rights
:confused; I had problems connecting to a new server, and called a tech in. He turned me into a content owner. When I try to make myself the... -
No Admin Rights Error Under OSX
Flash Player 8 does not install on my PowerBook G4. After running the installer I get an "access denied" error message telling me that I don't... -
Execute rights only for web app using CAS in assembly file???
I have created a web app and now I want to make sure that it only has execute rights to run. Below is what I put in the assembly file. Is this... -
Web Service with Admin rights
I want to create a web service that can create the users in the Windows Domain. I am using ADSI for that. Using ADSI i am able to create the users... -
Reader without admin rights
Hi, just fetched 20MB Reader for OSX, installed and used while logged in as admin. The first time to start as an unpriviledged user it asked for an... -
Blue Ice #2
Re: How can I execute a program with admin rights from a dosbox
You can do this with the RUNAS command...
For more help type RUNAS /?
"Dave" <Dave.The@teleatlas.com> wrote in message
news:m975hvsa0ubai1foeqrnauecj78shs6ol8@4ax.com...in as poweruser)> How can I execute a program with admin rights from a dosbox (when logged> are there any parameters for that or any tools?
>
Blue Ice Guest
-
jayloveroni #3
Re: How can I execute a program with admin rights from a dosbox
I have tried this before. You can call a vbscript before
the run as command. The vbscript will send the password
keys after you have been prompted. Below is an example
rem call path to vbscript (example only)
\\server\share\vbscript
run as /user:domain\adminaccount "program.exe"
exit
vbscript contents should be
set WshShell = CreateObject("WScript.Shell")
WScript.Sleep 1
WshShell.SendKeys "PASSWORD"
WScript.Sleep 1
WshShell.Sendkeys "{ENTER}"
set WshShell = nothing
the only value you have to enter is the password. only
problem with this is you have a password for an actual
account exposed.
have fun.
<blue.ice@orange.nl> wrote:>-----Original Message-----
>But I also want to add the password in the command?
>runas is allways asking for the password
>
>
>On Mon, 14 Jul 2003 14:18:04 +0200, "Blue Ice"dosbox (when logged>>>You can do this with the RUNAS command...
>>For more help type RUNAS /?
>>
>>"Dave" <Dave.The@teleatlas.com> wrote in message
>>news:m975hvsa0ubai1foeqrnauecj78shs6ol8@4ax.com. ..>>> How can I execute a program with admin rights from a>>>in as poweruser)>>>>> are there any parameters for that or any tools?
>>>
>.
>jayloveroni Guest



Reply With Quote

