魑同甘共苦 发表于 2021-3-24 09:23

powerShell执行powercfg提示无法识别其为cmdlet、函数

执行命令出现以下问题
PS C:\Users\qiyc> powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
powercfg : 无法将“powercfg”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保
路径正确,然后再试一次。
所在位置 行:1 字符: 1
+ powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
+ ~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (powercfg:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException   

qeq66 发表于 2021-3-24 09:31

cd \windows\system32
页: [1]
查看完整版本: powerShell执行powercfg提示无法识别其为cmdlet、函数