Startup blocked

  • Thread starter Thread starter lb
  • Start date Start date
L

lb

I am trying to run a program at startup that is continually being
blocked at startup by the UAC and thus defeats the purpose of doing
so. I think I need to change the permissions of the program in order
to get this to work, but am not sure of what the correct approach is
to doing this. What setting do I need to change and how do I get them
to lock in. I am also running this program in XP compatibility mode
if that makes a difference. I am the sole user/administrator of this
PC.

Thanks
 
perhaps, you can turn off the user
account control.

it is found under "security" via
the system control panel.

--
db·´¯`·...¸><)))º>
DatabaseBen, Retired Professional
- Systems Analyst
- Database Developer
- Accountancy
- Veteran of the Armed Forces
- @Hotmail.com
- nntp Postologist
~ "share the nirvana" - dbZen

~~~~~~~~~~~~~~~
 
To disable UAC prompts (aka "Quiet Mode") NOT UAC.
Run Regedit and navigate to
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
Change the value of ConsentPromptBehaviorAdmin from "2" to "0".
 
I did not say anything about turning it off.

When posting, quote relevant information so that others know what the hell
you're talking about.
 
Back
Top