How to start `powercfg.exe -energy` from a .NET app?

后端 未结 2 1949
不思量自难忘°
不思量自难忘° 2020-12-12 02:14

When I

using (var process = new Process
{
    StartInfo = new ProcessStartInfo
    {
         FileName = \"powercfg.exe\",
         Arguments = \"-energy\",
         


        
2条回答
提交回复
热议问题