Comments on: The Elgato Stream Deck – Resize screen resolution https://vzilla.co.uk/vzilla-blog/the-elgato-stream-deck-resize-screen-resolution One Step into Kubernetes and Cloud Native at a time, not forgetting the world before Wed, 24 Jan 2024 23:50:25 +0000 hourly 1 https://wordpress.org/?v=6.8.1 By: Damien Benoit https://vzilla.co.uk/vzilla-blog/the-elgato-stream-deck-resize-screen-resolution#comment-48706 Wed, 24 Jan 2024 23:50:25 +0000 https://vzilla.co.uk/?p=2285#comment-48706 Use this command line application to change your scale setting for both monitors with a batch file.

Download SetDPI here:
https://github.com/imniko/SetDPI/releases/download/v1.0/SetDpi.exe

Open Notepad to paste the command below (from @echo off) and save the file changing the extension to .bat to create the batch file. You will create 1 .bat file to each Scale setting you want to set.

File 1 – Scale 150%:

@echo off
setdpi.exe 150 1
setdpi.exe 150 2

File 1 – Scale 225%:
@echo off
setdpi.exe 225 1
setdpi.exe 225 2

]]>
By: Marlo https://vzilla.co.uk/vzilla-blog/the-elgato-stream-deck-resize-screen-resolution#comment-33704 Wed, 28 Apr 2021 04:26:03 +0000 https://vzilla.co.uk/?p=2285#comment-33704 This seems to be the perfect solution for what I need to do in opening files at FULL screen. However, it didn’t work for me. Any assistance you can demo to show me is appreciated.

]]>