| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SCL.Gaming.Boost.v3.5.0.zip | 2025-10-20 | 2.0 MB | |
| README.md | 2025-10-20 | 16.1 kB | |
| SCL Gaming Boost v3.5.1 + PC Performance Test Pro 2025 source code.tar.gz | 2025-10-20 | 2.0 MB | |
| SCL Gaming Boost v3.5.1 + PC Performance Test Pro 2025 source code.zip | 2025-10-20 | 2.0 MB | |
| Totals: 4 Items | 6.1 MB | 6 | |
๐ง Migliorie e Funzionalitร Principali
-
๐ Aggiornamento Online: Creata funzione Update-DatabaseFromOnline che punta correttamente al nuovo Gist e usa Normalize-BenchmarkToScore.
-
๐๏ธ Auto-apprendimento: Aggiunto funzioni Update-DatabaseWithDetectedComponents e Save-DatabaseAfterScan. In questo modo, il database locale "impara" i componenti che non conosce utilizzando i punteggi di fallback, per poi salvarli.
-
๐ Localizzazione: Ampliato enormemente il dizionario $DICT.
-
๐๏ธ Database e Valutazione Avanzata Punteggi Precisi: Utilizza un Sistema di Database Dinamico (locale e aggiornabile online) con punteggi basati su benchmark reali (es. PassMark) per CPU, GPU, RAM, SSD/HDD.
Algoritmi Avanzati: Valutazione hardware raffinata:
RAM: Punteggio combinato (70% dimensione, 30% velocitร ).
Storage: Distinzione e bonus prestazionale per SSD NVMe, SSD SATA e HDD.
CPU/GPU: Punteggi basati su core, thread, frequenza, architettura e generazione.
- ๐ก๏ธ Analisi Sicurezza e Ottimizzazioni di Sistema Verifica critica delle configurazioni di sicurezza e ottimizzazione di Windows:
Sicurezza: Controllo dello stato del TPM 2.0 e dell'attivazione di Secure Boot.
Ottimizzazioni: Analisi di parametri chiave come:
Stato di CPU Parking.
Stato di GPU Hardware Scheduling.
Configurazione HPET.
Analisi del Piano di Alimentazione (Power Plan) e stato della Xbox Game Bar.
- ๐ Usabilitร e Interfaccia Utente (UI) Interfaccia Multilingua: Rilevamento automatico della lingua (Italiano/Inglese) con dizionario completo per tutti i testi e messaggi.
Affidabilitร : Gestione robusta degli errori, scansione non bloccante per mantenere la UI reattiva, e gestione ottimizzata della memoria.
Aggiornamenti: Sistema di aggiornamento integrato per il download incrementale dei dati online, con fallback in assenza di connessione.
- Correzione Rilevamento Disco Primario - Gaming PC Check:
- Problema Risolto
-
Issue: Lo script identificava erroneamente il disco primario del sistema operativo come HDD invece che SSD, causando una valutazione inaccurata delle prestazioni
-
๐ Miglioramenti:
- Affidabilitร : Minor dipendenza da strutture WMI complesse
- Precisione: Rilevamento corretto SSD/HDD per disco sistema
- Punteggio accurato: Bonus SSD applicati correttamente (+3 punti)
-
Compatibilitร : Funziona su diverse configurazioni hardware
-
Riconoscimento GPU integrata completo:
- Intel: UHD Graphics, HD Graphics, Iris Xe
- AMD: Radeon Graphics, Vega Graphics, RX serie integrata
-
Pattern di riconoscimento piรน accurati
-
Logica di selezione GPU primaria:
- Prioritร alle GPU dedicate
- Tra le dedicate, sceglie quella con punteggio piรน alto
-
Solo se non ci sono dedicate, usa le integrate
-
Punteggi appropriati per GPU integrate:
- Punteggio massimo limitato per GPU integrate
- Bonus per GPU integrate piรน potenti (Iris Xe, Radeon 680M/780M)
-
Stima VRAM realistica basata sulla RAM di sistema
-
Visualizzazione chiara:
- Mostra esplicitamente "GPU PRIMARIA"
- Elenca le altre GPU rilevate separatamente
-
Calcola il punteggio complessivo SOLO con la GPU primaria
-
Suggerimenti contestuali:
- Suggerisce upgrade GPU solo per GPU dedicate con punteggio basso
- Non suggerisce upgrade per GPU integrate (sarebbe inutile)
Ora lo script: - โ Rileva correttamente tutte le GPU (Intel, AMD, NVIDIA) - โ Distingue tra integrate e dedicate - โ Seleziona automaticamente la GPU primaria attiva - โ Calcola il punteggio solo sulla GPU primaria - โ Mostra tutte le GPU rilevate ma usa solo quella principale per il voto.
๐ New Features
Real-time CPU Parking Status Monitor
- Added visual indicator for CPU core parking status in the main interface
- Color-coded display:
- ๐ข GREEN BOLD "CPU Unparked" when core parking is disabled
- ๐ด RED "CPU Parked" when core parking is enabled
- Automatic status detection from Windows registry settings
- Real-time updates when:
- Application starts
- Boost mode is activated/deactivated
- Language is changed
๐ง Technical Improvements
UI/UX Enhancements
- New UI element positioned below CPU usage monitor
- Dynamic text updates based on current system state
- Multi-language support with translations for both Italian and English
- Automatic layout adjustment with increased window height to accommodate new element
Code Architecture
- New utility functions:
Get-CPUParkingStatus()- Reads current CPU parking state from registryUpdate-CPUParkingIndicator()- Updates visual indicator based on system state- Enhanced event handling with status updates on:
- Boost toggle operations
- Language selection changes
- Application initialization
๐ Localization Updates
New Translation Keys
CPUParkingDisabled: "CPU Sparcheggiata" (IT) / "CPU Unparked" (EN)CPUParkingEnabled: "CPU Parcheggiata" (IT) / "CPU Parked" (EN)
๐ System Integration
Registry Monitoring
- Direct registry polling of CPU power management settings
- Error handling for registry access issues
- Cross-version compatibility with Windows power management schemas
๐ฏ User Benefits
- Instant visual feedback on CPU optimization state
- Clear status indication without needing to check system settings
- Enhanced transparency of what the boost feature actually does
- Better user confidence in optimization effectiveness
๐ Compatibility
- Windows Versions: Windows 7, 8, 10, 11
- Architectures: x64, x86
- Requirements: Administrator privileges (maintained from previous versions)
๐ Notes for Users
The CPU parking status indicator provides real-time feedback on whether your CPU cores are currently parked (power-saving mode) or unparked (full performance mode). This helps users verify that the performance optimizations are actually taking effect.
๐ Technical Details
The feature monitors the registry key:
HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\0cc5b647-c1df-4637-891a-dec35c318583
Values:
- ValueMax = 0 โ CPU Unparked (Performance Mode)
- ValueMax = 1 โ CPU Parked (Power Saving Mode)
For full documentation and source code, visit our GitHub repository
SCL Gaming Boost is a lightweight yet powerful Windows utility designed to maximize your in-game performance. It intelligently disables non-essential services, halts background telemetry, and applies system-level tweaks to free up resources and reduce latency, giving you a smoother and more responsive gaming experience.
Disclaimer: You can check suspicious files for malicious programs free of charge using the Dr.Web online file scanner: https://vms.drweb-av.it/scan_file/
๐งช Benchmark: Sniper Elite V2 Remastered
Windows 11 Game Mode vs. Game Mode + SCL Gaming Boost
We ran two benchmark tests using identical hardware and graphics settings. The only difference? One test used Windows 11's built-in Game Mode, while the other added SCL Gaming Boost on top.
๐ฅ๏ธ Test Setup
- CPU: Intel Core i5-13600KF
- GPU: NVIDIA GeForce RTX 4080
- RAM: 64 GB
- Resolution: 2560 x 1080
- Graphics Settings: ULTRA preset, V-Sync OFF, Supersampling OFF
๐ Performance Comparison
| Metric | Game Mode Only | Game Mode + SCL Gaming Boost |
|---|---|---|
| Average FPS | 710.9 | 730.3 |
| Minimum FPS | 226.4 | 270.2 |
| Maximum FPS | 1378.4 | 1342.3 |
| Avg. Frame Time | 1.407 ms | 1.369 ms |
| Min. Frame Time | 0.725 ms | 0.745 ms |
| Max. Frame Time | 4.416 ms | 3.700 ms |
๐ง Analysis & Takeaways
- โ +2.7% Average FPS: A solid increase in overall framerate.
- ๐ +19.3% Minimum FPS: A massive improvement in stability, reducing stutters and dips.
- โก Lower Average Frame Time: Snappier, more immediate responsiveness.
- ๐ Reduced Max Frame Time: Smoother frame pacing and less noticeable stutter.
Final Verdict: SCL Gaming Boost delivers measurable performance gains, especially in minimum FPS and frame time consistency, making it ideal for competitive or high-refresh-rate gaming.
๐ฎ Key Features
- ๐ฏ Customizable Boost Modes:
- FPS Boost: Maximizes your frame rate by disabling all non-critical services and applying aggressive performance tweaks.
- Streaming Mode: Optimizes your system for smooth streaming by keeping essential network and encoding-related services active while boosting game performance.
- Standard Mode: Safely and completely restores your system to its original state by loading a backup of your personal settings, not just applying generic default values.
- โจ One-Click Optimization: A simple, intuitive interface to apply and revert all changes.
- ๐พ Automatic Preference Saving: The tool remembers your chosen language and optimization settings between sessions.
- ๐ Multi-Language Support: Switch between languages on the fly.
- ๐ Quick System Restart: A convenient button to restart your PC and ensure all tweaks are applied correctly.
- ๐ Detailed Operation Log: A
SCLGamingBoost.logfile is generated in your user profile to track all actions taken by the tool.
๐ ๏ธ How to Use
- Download the latest
.exefrom the Releases page. - Run as Administrator. This is required to modify system services and registry settings.
- Select Your Language and Optimizations from the main panel.
- Choose a Boost Mode from the dropdown menu (
FPS Boost,Streaming Mode). - Click the Start Boost button.
- (Recommended) Restart your system to ensure all changes take effect.
- To revert, simply open the tool and click Stop Boost.
โจ Optimizations at a Glance
This version introduces a series of powerful optimizations, each of which can be enabled or disabled from the user interface.
| Optimization | Detailed Description |
|---|---|
| ๐ Disable Windows Notifications | Disables all system notifications to prevent annoying pop-ups and micro-stuttering that can disrupt gaming fluidity. |
| ๐ Disable Network Throttling | Prevents the system from throttling your network card's bandwidth to save power. Crucial for preventing lag and latency spikes in online games. |
| ๐งน Clear DNS Cache | Flushes the system's DNS cache to resolve potential connection issues and improve response times (ping) with game servers. |
| ๐พ Disable Hibernation | Disables the hibernation feature to free up gigabytes of valuable disk space (by deleting hiberfil.sys) and reduce overall system load. |
| ๐ฏ Disable Mouse Acceleration | Provides a true 1:1 mouse response by removing pointer acceleration at the OS level. Essential for precision in FPS games and e-sports. |
| ๐ Disable Windows Update | Temporarily stops the Windows Update service from downloading and installing updates in the background, which consumes resources and causes FPS drops. |
โ๏ธ How It Works: The Technical Details
The tool temporarily modifies system settings to maximize performance. Hereโs a look under the hood:
- Service Management: Stops and disables a curated list of background services and telemetry activities that consume CPU, memory, and network cycles.
- CPU Management: Disables CPU "Core Parking" to ensure all cores are active and ready. It also activates the "Ultimate Performance" power plan to ensure the processor runs at its full potential without throttling.
- System & Memory Tweaks: Applies registry modifications to optimize thread scheduling, memory management (by prioritizing system cache and keeping drivers in RAM), and visual effects.
- Game Bar & DVR Removal: Disables services and registry keys related to the Windows Game Bar and background recording features that can impact performance.
Disabled Services
The following services are disabled in FPS Boost mode:
SysMain (Superfetch)
WSearch (Windows Search)
DiagTrack (Connected User Experiences and Telemetry)
Fax
Spooler (Print Spooler)
WMPNetworkSvc (Windows Media Player Network Sharing)
XblGameSave (Xbox Live Game Save)
BluetoothSupportService
RemoteRegistry
PhoneSvc
Disabled Scheduled Tasks
Key telemetry and data collection tasks are disabled:
Microsoft\Windows\Application Experience\ProgramDataUpdater
Microsoft\Windows\Autochk\Proxy
Microsoft\Windows\Customer Experience Improvement Program\Consolidator
Microsoft\Windows\Customer Experience Improvement Program\UsbCeip
Core Registry Tweaks
| Registry Key | Value Set | Description |
|---|---|---|
HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection |
AllowTelemetry: 0 |
Disables core system telemetry. |
HKLM\SYSTEM\CurrentControlSet\Control\PriorityControl |
Win32PrioritySeparation: 26 |
Optimizes CPU thread priority for foreground applications (games). |
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects |
VisualFXSetting: 2 |
Disables unnecessary visual effects like animations for raw performance. |
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR |
AppCaptureEnabled: 0 |
Disables the native Windows game recording feature. |
HKCU\SOFTWARE\Microsoft\GameBar |
ShowStartupPanel: 0 |
Prevents the Game Bar from appearing. |
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management |
LargeSystemCache: 1 |
Prioritizes the system file cache for faster I/O operations. |
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management |
DisablePagingExecutive: 1 |
Forces drivers and kernel code to remain in physical RAM, preventing paging and improving responsiveness. |
โ ๏ธ Important Information
- Run as Administrator: This script must be run with administrator permissions to apply the necessary changes to system services and the registry.
- Safe Restore: The "Standard" mode restores your PC to its exact original state by using a backup file created before the first boost. This ensures a 100% safe and reversible process.
- Compatibility: Designed and tested for Windows 10 and 11. It may not function correctly on earlier versions.
๐ฆ Requirements
- OS: Windows 10 or higher
- PowerShell: Version 5.0+ (pre-installed on modern Windows)
- Permissions: Administrator rights
๐ License
This project is licensed under the MIT License. Feel free to use, modify, and distribute it. See the LICENSE file for more details.
๐ค About the Developer
ilborga70 โ Gamer, Developer, and Serial Optimizer.
- ๐ง Email: borgaccino@gmail.com
- ๐ GitHub Profile: https://github.com/ilborga70
๐ GitHub Profile