Программа для автоматического изменения разрешения экрана при запуске указанного процесса. Подойдет тем, кто пользуется кастомным разрешением в приложениях/играх в "полноэкранном в окне" режиме.
- Автоматическое изменение разрешения экрана при запуске целевого процесса
- Возврат к исходному разрешению при закрытии процесса
- Настройка желаемого разрешения через интерфейс
- Отображение статуса операций
- Поддержка английского языка (кал конечно в такой мелкой программке, но хоть что-то)
- ОС Windows 7 или новее
- .NET Framework 4.7.2 или .NET 6.0+
- Доступ к изменению разрешения экрана
- Скачайте последнюю версию приложения из раздела Releases
- Запустите
ResolutionChanger.exeилиResChangerConsole.exe(обычная консолька, зато весит намного меньше)
- Введите имя процесса (без .exe) в соответствующее поле (имя процесса можно посмотреть в диспетчере задач)
- Укажите желаемое разрешение (ширину и высоту)
- Нажмите "Начать мониторинг"
- Приложение будет автоматически изменять разрешение при запуске/закрытии процесса
- Клонируйте репозиторий: git clone https://github.com/pohib/Resolution-Changer.git
- Откройте решение ResChangerConsole.csproj в Visual Studio
- Соберите решение "Program.cs" (Build → Build Solution)
- Запустите приложение (F5)
- Приложение требует прав администратора для изменения разрешения
- Некоторые процессы могут иметь несколько экземпляров
- В редких случаях может потребоваться перезагрузка для применения изменений
Чтобы изменить разрешение на кастомное, оно должно быть добавлено в nvidia/amd.
A program for automatically changing the screen resolution when the specified process is started. Suitable for those who use stretched resolution in applications / games in "fullscreen window" mode.
- Automatic screen resolution change when starting the target process
- Return to the original resolution when the process is closed
- Setting the desired resolution through the interface
- Operation status display
- English language support (cal, of course, in such a small program, but at least something)
- Windows 7 or later
- .NET Framework 4.7.2 or .NET 6.0+
- Access to change the screen resolution
- Download the latest version of the app from the Releases section
- Unpack the archive
- Run
ResolutionChanger.exeorResChangerConsole.exe(default console app, but it weighs much less)
- Enter the process name (without .exe) in the appropriate field (you can view the process name in the Task Manager)
- Specify the desired resolution (width and height)
- Click "Start monitoring"
- The application will automatically change the permission when starting/closing the process.
- Clone the repository: git clone https://github.com/pohib/Resolution-Changer.git
- Open the ResChangerConsole.csproj solution in Visual Studio
- Build the "Program.cs" solution (Build → Build Solution)
- Launch the application (F5)
- The application requires administrator rights to change the permission
- Some processes may have multiple instances
- In rare cases, you may need to reboot to apply the changes.
To change the resolution to a custom one, it must be added to nvidia/amd.



