/PC-Tuning

Guidance to configure Windows based systems for real-time tasks

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

PC-Tuning

Discord

Buy Me A Coffee

Rationale

Windows is notorious for its ever-growing bloatware, third-party telemetry, excessive context switching, interrupts and I/O (1, 2). This repository was created in hope of standardizing systems for latency-sensitive tasks and minimizing unwanted outgoing traffic. Note that the OS-related sections aren't indented to be followed on existing Windows installations. On the contrary, the mentioned sections will guide you to customize an official Windows ISO using DISM then reinstall Windows which is necessary to eliminate apparent inconsistencies between systems. Users are expected to follow the guidance in the order listed below, starting with Physical Setup through to Post-Install Instructions.

Staying Informed

The contents and information included in this repository will inevitably change over time. To stay up to date, it is recommended to review what has changed once in a while. At the time of reviewing, take a note of the 7 digit SHA code in the latest commit (e.g. 2428150) then use the URL below as an example to compare what has changed since the noted commit.

https://github.com/amitxv/PC-Tuning/compare/2428150..main

Benchmarking

Before diving into the main content, it is important to learn and understand how to benchmark properly and what the appropriate tools for a given task are as you will need to carry out your own experiments throughout the guide to assist in decision-making (e.g. settings to use, verify performance scaling) rather than blindly applying settings. A non-exhaustive list of factors to consider are noted below.

1. Physical Setup

2. Pre-Install Instructions

3. Post-Install Instructions

4. Research

Further Reading