【发布时间】:2015-01-20 08:04:50
【问题描述】:
当我尝试在 CMD 中运行时,bcdedit 命令正在工作。
当我尝试在 PowerShell 中运行它时,我得到了这个:The term 'bcdedit' is not recognized as the name of a cmdlet
但是在手册和教程中 bcdedit 在 PowerShell 中工作正常。
为什么我的 PowerShell 无法识别 bcdedit?
系统:Windows 7 x64 SP3
【问题讨论】:
-
您确定您没有遇到 x64 CMD 与 x86 PowerShell 的问题吗? (反之亦然)
标签: powershell bcdedit