Solved! Go to Solution.
string keyPath = @"Software\ESRI\Desktop10.2\ArcMap\Settings\GettingStarted";
keyForGettingStartedDialog = Registry.CurrentUser.OpenSubKey(keyPath, true);
keyForGettingStartedDialog.SetValue("ShowStartup", "0");