Update or Add Settings to the Device

Send Feedback

Use the parm element to update or add settings on the device. Update the setting requirement and send to the Configuration Service Provider. The value attribute replaces the current value on the Windows Mobile-based device, or is added if a value did not previously exist.

The following XML example shows how to update the size of the display font.

<wap-provisioningdoc>
   <characteristic type="Registry">
      <characteristic type="HKCU\ControlPanel\Accessibility">
         <parm name="FontSize" value="2"/>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>

See Also

OMA Client Provisioning XML File Examples | Registry Configuration Service Provider | Registry Configuration Service Provider Examples for OMA Client Provisioning | Options for Delivering Provisioning XML Files to Windows Mobile-Based Devices

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.