Hello,
i am programming a registry Editor in C# (WPF) for the armStoneA9r2. It should be like the Remote registry editor. I used the Remote registry editor which is working. The problem is in my code that i can't get an access to the registry.
What i tried till now is:
- RegistryKey.OpenRemoteBaseKey (can't connect)
- TcpClient (i connect to the armStoneA9r2 but i can't get to the registry)
I read out the TCP-packets with Wireshark. The problem is that i don't have a steady connection (no "chat" between my Pc and the armStoneA9r2).
Hopefully someone can help me.
EDIT: I also started "conmanclient3.exe"and "ccregcli.exe".
Best regards