So I am trying to automatically launch mmc compmgmt.msc with the only switch it seems to have (/computer:\). It works just fine from a local run box, but not by utilizing Process.Start. Here is the offending line:
Process.Start("mmc c:\\windows\\system32\\compmgmt.msc /computer:\\\\" + computerNameTextBox.Text.ToString());
Any ideas? I've tried using @ as well, with the same results, so it doesn't seem to be an escape character issue...it's something else...
PLEASE NOTE: stack overflow modified the escape characters in the above text string. They are properly there