Re: Program asks for permission every boot
> It seems you just can't unblock a startup program in the Windows
> directory:
> http://itsvista.com/2007/01/itsvista-tip-22-stop-security-warning-from-apps-on-vista/
I don't think that's your problem is it? Your problem sounds like the little
tray icon pops up and says that Windows blocked a startup program?
If that is the case the reason is that the program requested administrative
privileges. Vista does not permit startup programs to do so. See KB
http://support.microsoft.com/kb/930367 for more details.
First, there is no initialized user interface to handle the elevation during
logon. Second, it is not a great security idea to always have some program
running as an administrator because a malicious program on the same desktop
can leverage the elevated one to compromise the computer.
The proper solution is to change the behavior of the program. Of course,
only the developer can do that. You need to check with the vendor for a Vista
compatible version of their program.
If you have no other options, and you have to have this program, you could
write a batch file that sleeps for a little while and then runs the program.
Then replace the entry that launches the program with one that launches the
batch file and it would work, but that's really a last resort.
---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/0470101555?ie=UTF8&tag=protectyourwi-20