I seem to recall reading in one SB1 document that you can set registry values programmatically.
I have not been able find this js api call. Anyone have it handy?
Setting a registry value programmatically// Expert user has replied. |
Setting a registry value programmatically// Expert user has replied.I seem to recall reading in one SB1 document that you can set registry values programmatically. |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
You can use this code to set registry. For more details check refer Rho API docs.
Example.
generic.SetRegistrySetting(2, 4, "Drivers\\BuiltIn\\HomeBtn","GroupPTTKey", newKeyValues._GroupPTTKey);
thanks
Chenna