为什么我不能bcdedit在PowerShell中编辑描述字段?
例如,在cmd.exe以下命令中:
bcdedit /set {GUID} description "OS2"
Run Code Online (Sandbox Code Playgroud)
成功完成,更改指定GUID的描述字段,但是当我从Powershell执行相同操作时,我收到以下错误:
The set command specified is not valid.
Run "bcdedit /?" for command line assistance.
The parameter is incorrect.
Run Code Online (Sandbox Code Playgroud)
谁可以给我解释一下这个?