Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Resolution Enforcers for both UWP and Win32 Apps.

License

NotificationsYou must be signed in to change notification settings

Aetopia/Application-Resolution-Enforcers

Repository files navigation

Resolution Enforcers for both UWP and Win32 Apps.

What do these executables do?

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?

  1. First download the latest release.

  2. Start up either "UWP App Resolution Enforcer.exe" or "Win32 App Resolution Enforcer.exe".

  3. You should now see uwpoptions.ini or win32options.ini generate depending on which executable you started.

  4. The .ini files should look like this

    • uwpoptions.ini
    [App_Resolution]App_Width=0App_Height=0[Screen_Resolution]Width=1920Height=1080Refresh_Rate=80Color_Depth=32[App]App=null
    • win32options.ini
    [App_Resolution]App_Width=0App_Height=0[Screen_Resolution]Width=1920Height=1080Refresh_Rate=80Color_Depth=32[App]Exe=null
  5. Enter your desired resolution's width intoApp_Width and height intoApp_Height.
    Example:App_Width=1280 andApp_Height=720 for 1280x720 resolution.

  6. 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.

  7. 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.

  8. Finally save the .ini files and relaunch the executables to apply the new changes.

  9. 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;

  1. Make sure you have set the correct values forApp_Width,App_Height andApp orExe.
  2. Also check if the respective UWP or Win32 App Resolution Enforcers are running in the background.

About

Resolution Enforcers for both UWP and Win32 Apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp