try Process.Start("gpmc.msc"); catch (Exception ex) MessageBox.Show($"Failed to open GPMC: ex.Message\nEnsure RSAT is installed.");

Process.Start(psi);

FileName = gpmcPath, UseShellExecute = true, Verb = IsAdmin() ? "" : "runas" // Request admin if not elevated ;

var psi = new ProcessStartInfo