When the app run a warning message shows

J

jorge.maganto

Hi everybody
I'm developing a app. in C# 2.0 for a PDA.
When I debug if and deploy the app. to the pda and it try to start,
the pda shows a warning message saying "The application is of a unsafe
manufacturer and it could damage the device, do you want to continue?"
(or something like that).
How can I avoid this message?
Thanks in advance.
 
G

Guest

OK....took me forever to figure this out.

I found an app "SetSecurity.exe" and had to deassemble it to get this! WOW,
why is it so hard to find online? noone seems to share any knowlege.

if you change the registry values you can disable the prompt all at once!

[HKEY_LOCAL_MACHINE\Security\Policies\Policies]

"0000101a"=dword:00000000 <- ON
"0000101a"=dword:00000001 <- Off


SimpleOS project developer @ http://simpleos.iroot.ca
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top