Registry privilege

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!
 
D

dbgrick

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
 

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