When the app run a warning message shows

  • Thread starter Thread starter jorge.maganto
  • Start date Start date
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.
 
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
 
Back
Top