Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D:\Software\MonitorProfileSwitcher_v0700\MonitorSwitcher.exe -load:C:\Users\(username)\AppData\Roaming\MonitorSwitcher\Profiles\GameStreaming.xml && SETLOCAL EnableExtensions
- #gamestr.xml is the monitor profile you create with monitor switcher
- set EXE=MonitorSwitcherGUI.exe
- FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF NOT %%x == %EXE% (
- #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.
- D:\Software\MonitorProfileSwitcher_v0700\MonitorSwitcherGUI.exe
- ) && exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement