Skip to content

MonitorFix v1.0

Choose a tag to compare

@caaatto caaatto released this 28 Nov 11:21
· 4 commits to main since this release

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

  1. Download the release
  2. Extract to C:\Local\MonitorFix\deploy\
  3. Run Build-DLL.ps1 to compile
  4. Use Hertz.ps1 60 to 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

Fully translated to English and ready for deployment!