Suchergebnisse für Anfrage "powercfg"

4 die antwort

Wie starte ich "powercfg.exe -energy" von einer .NET-App aus?

Wenn ic using (var process = new Process { StartInfo = new ProcessStartInfo { FileName = "powercfg.exe", Arguments = "-energy", RedirectStandardOutput = true, UseShellExecute = false, } }) { process.Start(); process.WaitForExit(); }It ...

TOP-Veröffentlichungen