无法识别 Set-DisplayResolution。

无法识别 Set-DisplayResolution。

尝试在 Windows PowerShell 中使用“Set-DisplayResolution”命令时,Windows 10 企业版无法识别该命令。

然而,根据官方文件,这应该得到支持这里

已尝试以管理模式运行 PowerShell 并禁用组策略:“禁用显示控制面板”,位于此处:“用户配置\管理模板\控制面板\显示”

所有这些都导致了相同的错误信息:

PS C:\> Set-DisplayResolution
Set-DisplayResolution : The term 'Set-DisplayResolution' is not recognized as the name of a cmdlet, function, script fi
le, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
 try again.
At line:1 char:1
+ Set-DisplayResolution
+ ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Set-DisplayResolution:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

使用相关的“Get-DisplayResolution”命令发现了类似的消息,但在 Windows PowerShell ISE 的模块面板下都找不到。

答案1

根据您链接的 MDSN 文档,这些命令仅适用于服务器核心安装:

Set-DisplayResolution cmdlet 更改服务器核心模式下 Windows Server® 2012 的显示分辨率。

Get-DisplayResolution cmdlet 显示服务器核心模式下 Windows Server® 2012 的显示分辨率。

相关内容