Registry privilege

  • Thread starter Thread starter Paula Schezcui
  • Start date Start date
P

Paula Schezcui

Hi! i´m working with a PPC WM 5 device, and i need to modifie the registry.
I get an security error, because the device is in default security mode.
How can i change this setting to allow me modify the registry value ? Are
there an agile mode ? because i need do it over 50 devices....

Thanks a lot!
 
Are you trying to write to a registry that requires priviledged permission or
your application specific registry? Production software that writes to
priviledged registry settings must have a priviledged signing cert. This
requires you to purchase throught a 3rd party and submit your app to
Microsoft for review. You can search the msdn site for specifics. For
non-priviledged locations, you should be able to open the key or create a new
one and then read and write.

Regards,
Rick Davis
DBG Software
 
Back
Top