What is the application you are trying to use, and does it have a service running to it?
Main Topics
Browse All TopicsIs there a way to "Run as administrator" via cmd prompt, basically I want a program to run on a computer, where the user isnt a local admin. I need it to run as administrator for it to work every time. BUT I cant have it prompting the user for the local admin password everytime, cause she cant know the password...
Thx in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sounds like you need something such as Encrypted RunAs:
http://www.wingnutso
There isn't a free solution to this as far as I know.
Generally, you don't need full blown admin rights to run applications...usually just opening up the folders and registry keys it uses for write access does the trick. You can use ProcMon to track these rights down here:
http://technet.micros
P.S. Another thing you can do is find out what files/ registry keys the application needs and can not access, you can use process monitor to check this technet.microsoft.com/en-u
Once you find out what the program can not access under the user account you can add that user account to the ACL on the file/ folder/ registry key.
This is not the best way as it reduces security, but I have done it in the past and it does work.
Also have you tried making the user a power user? Sometimes this helps.
eb
CPAU
<FONT color=#5685af>http://www.j
Th
There is this tool, which is freeware and also works with encrypted passwords:
Runas SPC:
http://wareseeker.com/Util
Business Accounts
Answer for Membership
by: gtworekPosted on 2009-08-03 at 09:02:11ID: 25005643
You can write your password in batch file but this is much less safe than giving same password to the user...