Powershell을 사용하여 Windows 10에서 기본 디스플레이 설정

Powershell을 사용하여 Windows 10에서 기본 디스플레이 설정

회사 사무실에 Dell 디스플레이에 연결된 Windows 10 노트북이 있습니다. 원격 데스크톱 연결과 SSH 액세스가 있습니다.

현재 기본 디스플레이는 노트북 화면입니다. 기본 디스플레이를 Dell 모니터로 변경할 수 있는 방법이 있습니까?

또는 디스플레이 설정을 미러링으로 변경하세요.

DisplaySwitch.exe아무것도 하지 않습니다. 오류 메시지도 없습니다.

PS> Get-WmiObject -Namespace "root\WMI" -Class "WMIMonitorID"

__GENUS                : 2
__CLASS                : WmiMonitorID
__SUPERCLASS           : MSMonitorClass
__DYNASTY              : MSMonitorClass
__RELPATH              : WmiMonitorID.InstanceName="DISPLAY\\BOE06F9\\4&15a49d7&0&UID265988_0"
__PROPERTY_COUNT       : 9
__DERIVATION           : {MSMonitorClass}
__SERVER               : DESKTOP-VFR2B3O
__NAMESPACE            : root\WMI
__PATH                 : \\DESKTOP-VFR2B3O\root\WMI:WmiMonitorID.InstanceName="DISPLAY\\BOE06F9\\4&15a49d7&0&UID265988_0"
Active                 : True
# this is the laptop screen, I want to use display 2
InstanceName           : DISPLAY\BOE06F9\4&15a49d7&0&UID265988_0
ManufacturerName       : {66, 79, 69, 0...}
ProductCodeID          : {48, 54, 70, 57...}
SerialNumberID         : {48, 0, 0, 0...}
UserFriendlyName       :
UserFriendlyNameLength : 0
WeekOfManufacture      : 38
YearOfManufacture      : 2016
PSComputerName         : DESKTOP-VFR2B3O
PS> Get-WmiObject win32_desktopmonitor


DeviceID            : DesktopMonitor1
DisplayType         :
MonitorManufacturer :
Name                : Default Monitor
ScreenHeight        :
ScreenWidth         :

DeviceID            : DesktopMonitor2
DisplayType         :
MonitorManufacturer : (Standard monitor types)
Name                : Generic PnP Monitor
ScreenHeight        : 1080
ScreenWidth         : 1920

관련 정보