try { System.Diagnostics.Process.Start("MSInfo32.exe"); } catch (Exception ex) { MessageBox.Show(ex.Message); }