This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#.SYNOPSIS | |
Set primary monitor resolution and scaling. Optionally move/maximize windows. | |
#> | |
Param( | |
# Path to MultiMonitorTool.exe (https://www.nirsoft.net/utils/multi_monitor_tool.html) | |
[Parameter(Mandatory)][string]$Tool, | |
# Primary monitor width | |
[int]$Width, | |
# Primary monitor height |
OlderNewer