On 7/7/2011 8:01 AM, Helge Haensel wrote:
> Am 07.07.2011, 13:18 Uhr, schrieb Seth <>:
>
>>
>> "Helge Haensel" <> wrote in message
>> news
...
>>> Hallo NG!
>>>
>>> I have a self-written pretty simple program under vb5 that always
>>> causes UAC to pop up when started. I have several other
>>> (vb5-)programs that do not activate UAC. Deactivating UAC lets start
>>> the questioned program without any hassle. Is it possible to
>>> deactivate UAC exclusively for a program? I do not mean 'Start as
>>> Admin' because the program needs to start from startup folder with
>>> system start.
>>
>> if it is self-written you should be able to fix the behavior that is
>> causing UAC to pop up. Is it trying to write\modify a file in the
>> \Windows or \Program Files hierarchy? Modify data in the registry at
>> HKLM?
>>
>> Fix the issue, not bypass the security is the correct way to go.
>>
>
> You are absolutely right, but I tried everything under permissions
> and security and didn't succeed yet. I gave full access to files and
> are logged in as admin. No luck.
> Helge
And you are not going to succeeded because Program Files and Ssystem32
are protected areas on the Windows 7 O/S. If you have data files, then
they should be put into the ProgramData folder, a hidden folder that you
will have to unhide to see the folder.