gpt4 book ai didi

.net - 如何从 .NET 应用程序启动 `powercfg.exe -energy`?

转载 作者:可可西里 更新时间:2023-11-01 10:40:14 26 4
gpt4 key购买 nike

当我

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

输出:

A biblioteca de Diagnóstico de Eficiência de Consumo de Energia (energy.dll) não pôde ser carregada.

翻译成英文:

The Energy Consumption Efficiency Diagnostic library (energy.dll) couldn't be loaded.

即使以管理员身份运行。

最佳答案

恐怕我无法复制您的结果;我得到了预期的结果文件。但如果有帮助,也许我的测试参数可以帮助您缩小环境中可能的罪魁祸首:

  • 以管理员身份运行 Visual Studio 2010
  • 目标 .NET 4 客户端配置文件
  • 编译 x86 和任何 CPU 二进制文件
  • 计算机运行的是 Windows 7 x64

关于.net - 如何从 .NET 应用程序启动 `powercfg.exe -energy`?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3821342/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com