MonitorFix v1.0
MonitorFix v1.0 - Initial Release
Overview
MonitorFix is a portable Windows tool for changing monitor refresh rates across all GPU types (Intel, NVIDIA, AMD, DisplayLink).
Features
- ✅ Universal GPU support (Intel, NVIDIA, AMD, DisplayLink)
- ✅ Portable deployment (no installation required)
- ✅ baramundi integration ready
- ✅ Comprehensive technical documentation
- ✅ Automated cleanup scripts
- ✅ Multi-step process for DisplayLink compatibility
Installation
- Download the release
- Extract to
C:\Local\MonitorFix\deploy\ - Run
Build-DLL.ps1to compile - Use
Hertz.ps1 60to set refresh rate
Documentation
- README.md - Quick start guide
- TECHNICAL_DOCUMENTATION.md - Complete technical reference
- baramundi/README.md - baramundi deployment guide
System Requirements
- Windows 10/11
- .NET Framework 4.0+
- PowerShell 5.1+
- Administrator rights (for changing refresh rates)
Quick Start
```powershell
Build the DLL
.\Build-DLL.ps1
Set all monitors to 60 Hz
.\Hertz.ps1 60
Deploy to baramundi
.\Deploy-Package.ps1
```
Support
- GitHub Issues: https://github.com/caaatto/HzConfiguration/issues
- Documentation: See TECHNICAL_DOCUMENTATION.md
Fully translated to English and ready for deployment!