我遇到问题从命令行获取电池统计信息。因此,我在PowerShell中运行的命令(是管理员)是powercfg -energy
,生成的错误是
The Power Efficiency Diagnostic library (energy.dll) could not be loaded
然后我被告知我应该确保文件是sfc /scannow
的正确版本并生成错误
Windows Resource Protection could not start the repair service
然后,我使用service.msc
检查Windows模块安装程序服务,并将其设置为Manual
感谢任何洞察,谢谢
答案 0 :(得分:0)
问题是我在powershell中运行它。如果我在命令提示符下运行它,它工作正常。谢谢你的帮助