Hello,
I want to open the specified location in Registry using VB.NET similar
Registry Favorite, how to do?

The regedit.exe can not open specified location.

Here the code i tried.

Code:
Dim rKey As RegistryKey = Microsoft.Win32.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products", True)
Process.Start("regedit.exe")
Thank you