You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
These executables allows you to enforce a screen resolution for a particular application which doesn't have support to be used at lower resolutions. Also the executables will dynamically change your screen resolution, if desired application window is inactive or closed then your screen resolution will be set to default else your screen resolution will be set to the resolution you desire to use with that application.
How to setup?
First download the latest release.
Start up either "UWP App Resolution Enforcer.exe" or "Win32 App Resolution Enforcer.exe".
You should now see uwpoptions.ini or win32options.ini generate depending on which executable you started.
Enter your desired resolution's width intoApp_Width and height intoApp_Height. Example:App_Width=1280 andApp_Height=720 for 1280x720 resolution.
If you are using the "UWP App Resolution Enforcer.exe" then put in the UWP app's title name intoApp by replacingnull. Example:App=Minecraft for Minecraft Bedrock Edition.
But if you are using the "Win32 App Resolution Enforcer.exe" then put in the executable's name intoExe by replacingnull. Example:Exe=Discord.exe for Discord.
Finally save the .ini files and relaunch the executables to apply the new changes.
Launch your desired application and test if the executable works or not.
Troubleshooting
If the executables aren't working for you then try the following;
Make sure you have set the correct values forApp_Width,App_Height andApp orExe.
Also check if the respective UWP or Win32 App Resolution Enforcers are running in the background.