Skip to content

Instantly share code, notes, and snippets.

@francisrohner
francisrohner / mw-priority-lag-fix.cs
Created December 16, 2019 00:33
Fix process priority for Modern Warfare
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;