Hello, i am trying to write a simple application to save a registry key and its subkeys and subvalues, and then to restore it once it's deleted from my CE device. The code is then quite simple: 'Save Registry Dim regKey As Microsoft.Win32.RegistryKey = Nothing Try regKey = Microsoft.Win32.Registry...