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.
Thank youCode: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")




Reply With Quote
