Re: How to remove blocked startup program
WHen you read registry, open the registry key with KEY_READ access.
"bluestar" <bluestar8783@gmail.com> wrote in message
news:973b611c-9432-4ba5-b50f-cf4cae4e0fd4@40g2000prx.googlegroups.com...
Dear Alex:
I read register value to get VID&PID and then polling to find
my devices
(use SetupDiEnumDeviceInterfaces,...) and GPIOs.If finding my
devices, my
library will send RegisterMessage(using "RegisterWindowMessage") to my
app.
I think it doesn't require admin privileges.
In XP and Vista without UAC ON, my installer and tray-icon will
show and
run successfully. BUT, UAC ON, this program will be blocked.
Do you have any method to workaround?
On 11??11??, ?U??11??43??, "Alexander Grigoriev" <al...@earthlink.net>
wrote:
Why does your program require admin privileges?
"bluestar" <bluestar8...@gmail.com> wrote in message
news:5dc65f67-ec42-4346-956e-58db26e06663@r15g2000prh.googlegroups.com...
I will below manifest into my project and
I added program name into register:
HKLM\Software\Microsoft\Windows\CurrentVersion\Run\
But after rebooting PC, when UAC on, my program
is blocked by Windows Defender.
How to modify my AP or Installshield to prevent
my program to be blocked?
Thanks for your help
//--------------------------------------------//
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1'
manifestVersion='1.0'>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>- ?????Q???????r -
- ?????Q???????r -