เมื่อพยายามใช้คำสั่ง "Set-DisplayResolution" ใน Windows PowerShell คำสั่งจะไม่ถูกจดจำใน Windows 10 Enterprise edition
นี้ แต่ควรได้รับการสนับสนุนตามเอกสารอย่างเป็นทางการพบว่าที่นี่
มีความพยายามเรียกใช้ PowerShell ในโหมดผู้ดูแลระบบรวมถึงการปิดใช้งานนโยบายกลุ่ม: "ปิดการใช้งานแผงควบคุมการแสดงผล" ที่นี่: "ผู้ใช้ Configuration \ Administrative Templates \ Control Panel \ Display" ของผู้ใช้
ทั้งหมดนี้ทำให้เกิดข้อความแสดงข้อผิดพลาดเดียวกัน:
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
SetDisplayResolution
สำหรับ Windows 10 IOT ลองสิ่งนี้ ...