In Vb .Net, to load any application(For Example, Internet Explorer) we can launch it by using its path
System.Diagnostics.Process.Start("C:\Program Files\Internet Explorer\iexplore.exe")
Is there any way to load the same application using the Registry Editor. Because before installing any application, that application will register itself in the Registry Editor of the System. So, is there any way to invoke the same application(For Example, Internet Explorer) using the Registry Editor?