public static Process OpenWith(string filename) { return Process.Start("rundll32.exe", string.Format("shell32.dll,OpenAs_RunDLL {0}", filename)); }