2014-04-07 3 views
1

powethell 및 Windows Server Core Cmdlet을 사용하여 디스플레이 해상도를 설정하는 기술 기사를 찾았습니다. http://technet.microsoft.com/en-us/library/jj603036.aspxWindows 8.1 Powershell Set-DisplayResolution

그러나 cmd를 실행하려고하면 PS C:\> Set-DisplayResolution -Width 1920 -Height 1200 Set-DisplayResoluton이 알 수없는 cmd라는 오류가 발생합니다. 이 cmd는 서버 핵심 기능을 관리하기위한 것이지만 Windows 8.1에서 사용할 수 있습니다. 그렇다면 Powershell에서 cmdlet을 어떻게로드합니까?

답변

0

Windows 8.1에서 실행 하시겠습니까? 이 명령은 Windows Server 2012 R2 Server Core에서만 사용할 수 있습니다. 그 기사가 그렇지 않다는 것을 알았지 만, 필자는 Windows 8.1 컴퓨터를 점검하고 세션에 명령을 가지고 있지 않습니다.

Get-Command -Name *resolu*;