I used the following code.
System.Diagnostics.Process.Start("http://geekwake.com")
But when program process the above code it gives me an error:
Class not registered.
But when I start program without administrator rights then it works fine.
Help me please.