Hi,
Today I had to find default browser in my client's system and open my page in it. You can find your default Browser Path from
HKEY_CLASSES_ROOT\http\shell\open\command
and Open your page in the value stored against command using
System.Diagnostics.Process.Start()