User account control question.

nelsonm

New member
Local time
12:03 AM
Messages
4
Hi all,

I have some old programs that force the allow or deny screen to appear every time i execute the application or i restart the system with the program set to automatically run after login.

Is there a way to tell the system to preauthorize the program so UAC will let it run without having to deal with the allow/deny screen?
 

My Computer

Computer Manufacturer/Model Number
Custom Built
OS
Windows 7
CPU
AMD
Motherboard
Biostar

My Computer

Computer Manufacturer/Model Number
Averatec 6130HS-20
OS
Windows 7 Professional 32-bit (6.1, Build 7600)
CPU
Intel(R) Pentium(R) 4 3.00 GHz HT
Memory
2.0 GB
Graphics Card(s)
ATI Mobility Radeon 9600 64MB
Sound Card
Realtek AC'97 Audio
Screen Resolution
1280 x 800
Hard Drives
Seagate 96023A 60GB 7200RPM -
Seagate FreeAgentDesktop 250GB
Cooling
20 Inch Box Fan
Mouse
Targus PAWM10 Wireless Optical Laptop Mouse
After reading the post, i don't think that would work in my case since when the program installs, it sets itself up to automatically run after account login. I would have to substitute the executable for the shortcut in the registry somewhere i think.

Wouldn't it easier just to elevate the programs' priority in the registry?
 

My Computer

Computer Manufacturer/Model Number
Custom Built
OS
Windows 7
CPU
AMD
Motherboard
Biostar
After reading the post, i don't think that would work in my case since when the program installs, it sets itself up to automatically run after account login. I would have to substitute the executable for the shortcut in the registry somewhere i think.

Wouldn't it easier just to elevate the programs' priority in the registry?
No, I feel as though that wouldn't work. When you create the task, substitute it for the run command in the registry. Example: Hd tune would have in the registry an entry HKLM run to autostart the E:\Program Files\HD Tune\hdtune.exe but it will not launch because it needs elevation. Now, Copy the scheduled task and name that you create for your app and replace it in the registry with what your app has installed/written in order to autostart it. I gave HD Tune as an example so after I made the task, I replaced HD Tune's installed auto start entry of E:\Program Files\HD Tune\hdtune.exe in the registry with the task I made E:\Windows\System32\schtasks.exe /run /tn HDTune
 

My Computer

Computer Manufacturer/Model Number
Averatec 6130HS-20
OS
Windows 7 Professional 32-bit (6.1, Build 7600)
CPU
Intel(R) Pentium(R) 4 3.00 GHz HT
Memory
2.0 GB
Graphics Card(s)
ATI Mobility Radeon 9600 64MB
Sound Card
Realtek AC'97 Audio
Screen Resolution
1280 x 800
Hard Drives
Seagate 96023A 60GB 7200RPM -
Seagate FreeAgentDesktop 250GB
Cooling
20 Inch Box Fan
Mouse
Targus PAWM10 Wireless Optical Laptop Mouse
Back
Top