G
G
Genome_X2012-03-24 14:18:00
System administration
Genome_X, 2012-03-24 14:18:00

Autoload application with admin rights on Windows 7?

Actually, a question.
I don’t quite understand how to make an application put into startup through the “Start Menu” or through the registry (Run key) run with admin rights without issuing any dialog to request these rights itself.
There is a program for managing the UPS, its gui must have admin rights in order to connect to the Windows service and receive data from it. GUI starts, but with limited rights, so it cannot receive data.
Who will advise how to fix it? I found a lot of advice on the Internet, but it’s either dancing with a tambourine like launching through the scheduler, before turning off UAC, but I don’t want to do this

Answer the question

In order to leave comments, you need to log in

5 answer(s)
I
Igg, 2012-03-24
@Igg

Dancing planner with a tambourine?
PS Daw to run this program as an administrator. (Properties of *.exe file)

E
ertaquo, 2012-03-24
@ertaquo

Try to autoload the program in the registry via HKLM\Software\Microsoft\Windows\CurrentVersion\Run.

S
Sergey40a, 2012-03-24
@Sergey40a

In addition to launching through the AFAIK scheduler, nothing has been invented yet. From under it, the application is launched with administrator rights (even a system service, most likely). Enter once and forget.

N
Naps, 2012-03-24
@Naps

And if batnik c runas with saving the password?

I
Ichi Nya, 2012-03-24
@Ichi

There is an autoit program, a script is written in it:
RunAs ( "admin", "domen", "pass", 0, "notepad.exe" , "C:\WINDOWS\")
and it is thrown into autoload. I just don’t remember if I checked it on the seven.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question