G
Giovanni De Angelis
Hi all,
I am trying to develop a program in C# and I need to change some
registry keys with a dinamic entries. Let's explain better.
I've to change automatically the "Briefcase Path" key of the
partnership created by Microsoft Active Sync but the name is not fixed.
I'd like to find in the registry the key named "Briefcase Path" and
then to change the value with a chosen one.
Usually the key is located in:
\HKEY_CURRENT_USER\Software\Microsoft\Windows CE
Services\Partners\NUMPARTNERSHIP\Service\Synchronisation\BriefCase Path
and NUMPARTNERSHIP is a name dinamically created for each parntnership
by Active Sync. Does anybody knows a way to solve this problem in C#?
Thanks for your advice
Giovanni
I am trying to develop a program in C# and I need to change some
registry keys with a dinamic entries. Let's explain better.
I've to change automatically the "Briefcase Path" key of the
partnership created by Microsoft Active Sync but the name is not fixed.
I'd like to find in the registry the key named "Briefcase Path" and
then to change the value with a chosen one.
Usually the key is located in:
\HKEY_CURRENT_USER\Software\Microsoft\Windows CE
Services\Partners\NUMPARTNERSHIP\Service\Synchronisation\BriefCase Path
and NUMPARTNERSHIP is a name dinamically created for each parntnership
by Active Sync. Does anybody knows a way to solve this problem in C#?
Thanks for your advice
Giovanni