-
install via chocolatey
choco install monitorswitcher -y
-
download Zip File
Monitor Profile Switcher Path
-
after install via chocolatey
%ChocolateyInstall%/lib/monitorswitcher/tools
-
after downloading Zip File
<extracted-zip-folder>/
Profiles
%USERPROFILE%\AppData\Roaming\MonitorSwitcher\Profiles
If you have more than one monitor, sometimes you need a different setting for your current usage.
Example with two Monitors:
- Monitor-1
- Monitor-2
- Monitor-1+2
Save these different profiles with the MonitorProfileSwitcher.
-
Change the path in
example/Monitor-1.bat
when you download the zip file.cd "%ChocolateyInstall%\lib\monitorswitcher\tools"
cd "<extracted-zip-folder>"
-
Copy
example/Monitor-1.bat
and duplicate the batch-file anywhere you want. -
Name the files like the profiles
In the batch script there is a placeholder %~n0
= this will be replaced with the filename of the batch script
MonitorSwitcher.exe -load:%USERPROFILE%\AppData\Roaming\MonitorSwitcher\Profiles\%~n0.xml
MonitorSwitcher.exe -load:%USERPROFILE%\AppData\Roaming\MonitorSwitcher\Profiles\Monitor-1.xml
I use a Stream Deck for fast profile switching
- Create a new Button
- Open File > App/File > Monitor-1.bat
Maybe this will help you!