backup registry of smart device from desktop

  • Thread starter Thread starter Supriya
  • Start date Start date
S

Supriya

Hi,
i am accessing smart device registry from desktop
using rapi.dll(c#). I want to back up the registry.
Is there any API to backup and restore the device
registry remotely.

thanks
supriya
 
No, there are no remote APIs for that. You'd have to either recurse through
the registry and write your own "save" and "restore" routines with the RAPI
registry functions, or create a custom RAPI dll that uses an on-device API
(depends on the platform what's available for doing this) and then use
RapiInvoke to call it.
 
Back
Top