<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Előd Schäffer</title>
    <description>The latest articles on DEV Community by Előd Schäffer (@elod_716).</description>
    <link>https://dev.to/elod_716</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4102571%2Fba6b712e-ed7b-4d33-932e-a6ba07f556ab.jpg</url>
      <title>DEV Community: Előd Schäffer</title>
      <link>https://dev.to/elod_716</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elod_716"/>
    <language>en</language>
    <item>
      <title>I Built MázliBoost — A Lightweight Windows Gaming Optimization Utility</title>
      <dc:creator>Előd Schäffer</dc:creator>
      <pubDate>Mon, 31 Aug 2026 10:56:06 +0000</pubDate>
      <link>https://dev.to/elod_716/i-built-mazliboost-a-lightweight-windows-gaming-optimization-utility-4j2c</link>
      <guid>https://dev.to/elod_716/i-built-mazliboost-a-lightweight-windows-gaming-optimization-utility-4j2c</guid>
      <description>&lt;h2&gt;
  
  
  Why I built MázliBoost
&lt;/h2&gt;

&lt;p&gt;I wanted to build a small Windows gaming utility that focuses on simple, understandable optimizations instead of mysterious "one-click FPS booster" magic.&lt;/p&gt;

&lt;p&gt;So I built MázliBoost.&lt;/p&gt;

&lt;p&gt;MázliBoost is a lightweight Windows 10/11 gaming optimization utility written in C# and WPF.&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Give the user control over what gets changed.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What can it do?
&lt;/h2&gt;

&lt;p&gt;The current V0.1.3 release includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Automatic game detection&lt;/li&gt;
&lt;li&gt;Windows Game Mode optimization&lt;/li&gt;
&lt;li&gt;Game DVR / background capture optimization&lt;/li&gt;
&lt;li&gt;Game process priority optimization&lt;/li&gt;
&lt;li&gt;High Performance power plan&lt;/li&gt;
&lt;li&gt;Background optimization options&lt;/li&gt;
&lt;li&gt;English and Hungarian localization&lt;/li&gt;
&lt;li&gt;A separate "More Optimizations &amp;amp; Tweaks" section&lt;/li&gt;
&lt;li&gt;Reversible Windows UI tweaks where applicable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For example, the More Optimizations &amp;amp; Tweaks section contains options such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visual Effects to best performance&lt;/li&gt;
&lt;li&gt;Disable Transparency Effects&lt;/li&gt;
&lt;li&gt;Reduce Menu Show Delay&lt;/li&gt;
&lt;li&gt;Reduce Mouse Hover Delay&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Windows appearance-related tweaks are explicitly marked as such and are designed to be reversible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why another Windows optimizer?
&lt;/h2&gt;

&lt;p&gt;Because I wanted to understand how these things actually work.&lt;/p&gt;

&lt;p&gt;Instead of hiding everything behind one giant "BOOST" button, I wanted each optimization to be visible and independently controllable.&lt;/p&gt;

&lt;p&gt;The project is also intentionally small.&lt;/p&gt;

&lt;p&gt;I'm not trying to build a gigantic "Windows optimizer suite" on day one.&lt;/p&gt;

&lt;p&gt;V0.1.3 is just the beginning.&lt;/p&gt;

&lt;h2&gt;
  
  
  Built with
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;C#&lt;/li&gt;
&lt;li&gt;.NET 8&lt;/li&gt;
&lt;li&gt;WPF&lt;/li&gt;
&lt;li&gt;Visual Studio&lt;/li&gt;
&lt;li&gt;Windows Registry APIs&lt;/li&gt;
&lt;li&gt;Windows Power Configuration&lt;/li&gt;
&lt;li&gt;WMI / System.Management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project currently targets Windows 10 and Windows 11.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next?
&lt;/h2&gt;

&lt;p&gt;There are already several ideas for future versions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better system information&lt;/li&gt;
&lt;li&gt;More Windows tweaks&lt;/li&gt;
&lt;li&gt;More gaming optimizations&lt;/li&gt;
&lt;li&gt;Improved UI&lt;/li&gt;
&lt;li&gt;Better GPU-related options&lt;/li&gt;
&lt;li&gt;More localization&lt;/li&gt;
&lt;li&gt;Automatic updates&lt;/li&gt;
&lt;li&gt;More detailed optimization feedback&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also want to keep the project transparent: if a tweak changes something in Windows, the user should know what it does.&lt;/p&gt;

&lt;h2&gt;
  
  
  Open source
&lt;/h2&gt;

&lt;p&gt;The source code is available on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="//github.com/Elod716/MazliBoost"&gt;GitHub – MázliBoost&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The latest release is &lt;strong&gt;V0.1.3&lt;/strong&gt;, for now.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;This is still a small project, so I'm very interested in constructive feedback.&lt;/p&gt;

&lt;p&gt;If you have ideas for useful, safe and measurable optimizations, I'd love to hear them.&lt;/p&gt;

</description>
      <category>csharp</category>
      <category>dotnet</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
