Advertisement
priches

MonSwitcher script

Nov 7th, 2023 (edited)
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.57 KB | None | 0 0
  1. D:\Software\MonitorProfileSwitcher_v0700\MonitorSwitcher.exe -load:C:\Users\(username)\AppData\Roaming\MonitorSwitcher\Profiles\GameStreaming.xml && SETLOCAL EnableExtensions
  2. #gamestr.xml is the monitor profile you create with monitor switcher
  3. set EXE=MonitorSwitcherGUI.exe
  4. FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF NOT %%x == %EXE% (
  5. #this checks to see if the monitor switcher is running on your pc if not it creates an instance of the gui so you can get back to #normal res easily.
  6. D:\Software\MonitorProfileSwitcher_v0700\MonitorSwitcherGUI.exe
  7. ) && exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement