So haben Sie ein syntaktisch korrektes Powershell-Skript:
#retrive virtual Screen with to compare to working area Add-Type -Assembly System.Windows.Forms $VSW = [System.Windows.Forms.SystemInformation]::VirtualScreen.Width $WAW = [System.Windows.Forms.SystemInformation]::WorkingArea.width #comparing and chose diplay option if (%WAW% -le %VSW%){ displayswitch.exe /clone ) else { displayswitch.exe /extend }
Aber es funktioniert (gut) nicht in Dual-Monitor-Systemen oder mit einer Sidebar.