Skip to content

Aledect/Platinum-Optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Platinum+ Optimizer 8.5 Beta V3 is now released๐Ÿ”ฅโ—
Download now here๐Ÿ“ฅ

Platinum+ Optimizer Interface

1. โ“ WHAT IS PLATINUM+ OPTIMIZER?

Platinum+ Optimizer is an advanced optimization software for Windows operating systems, developed by Stefano and Aledect. The program is delivered as a native batch script that operates at a deep system level, intervening in the registry, services, processes, kernel, and hardware parameters.

The primary goal of the tool is to maximize performance, reduce latency, eliminate superfluous components, and improve energy efficiency, while ensuring stability and reliability.

The software is designed to be compatible with all modern versions of Windows 10 and Windows 11. Thanks to a dynamic detection system, Platinum+ Optimizer adapts optimizations based on the detected hardware (CPU Intel/AMD, GPU NVIDIA/AMD/Intel), ensuring targeted and conflict-free interventions. The tool can revive obsolete systems, making them usable again, and push modern hardware to its full potential.


2. โš™๏ธ FUNCTIONAL ANALYSIS

Platinum+ Optimizer performs operations divided into critical intervention areas:

2.1 Process and Service Management

The software terminates non-essential processes that consume background resources.

  • Process Termination: Stops processes related to telemetry, non-critical updates, and overlays (e.g., GameBarPresenceWriter, DiagTrack, CompatTelRunner).
  • Service Disabling: Disables heavy services such as SysMain, WSearch, FontCache, and various telemetry services via sc config and registry.
  • Execution Blocking: Applies rules via Image File Execution Options to prevent unwanted components from starting.

2.2 Registry Optimization

Modification of over two hundred registry keys to optimize system behavior.

  • Kernel and Scheduler: Tweaks to reduce DPC latencies, optimize interrupt handling, and improve system responsiveness. Configuration of parameters like DpcWatchdogProfile, DpcTimeout, and HeapDeCommitFreeBlockThreshold.
  • Memory Management: Optimization of virtual memory and file system cache.
  • FileSystem: Modification of NtfsDisable8dot3NameCreation and LongPathsEnabled to improve I/O operations.

2.3 GPU and Gaming Optimization

Specific graphic optimizations by automatically detecting the installed video card.

  • NVIDIA: Application of tweaks via registry and nvidia-smi to optimize power management (PowerMizerLevel), improve shader cache, and reduce input lag. Advanced driver parameter configuration to maximize performance.
  • AMD: Configuration of UMD parameters to optimize tessellation and resource management.
  • Intel: Optimization of integrated graphics services.
  • DirectX and DWM: Enabling FlipModel, ForceIndependentFlip, and asynchronous presentation optimization to reduce lag.

2.4 Power Management

Reconfiguration of Windows power schemes to eliminate aggressive throttling.

  • Advanced PowerCfg: Modification of hidden parameters (-ATTRIB_HIDE) for CPU management, including C-states and response latencies.
  • PCI Express: Disabling power saving on PCIe links to ensure constant bandwidth.
  • Thermal Management: Optimization of thermal policies to balance performance and temperatures.

2.5 Network and Connectivity

Optimizations to the TCP/IP stack for stability and latency.

  • TCP/IP Tuning: Modification of MaxUserPort, TcpTimedWaitDelay, and GlobalMaxTcpWindowSize.
  • Legacy Component Removal: Disabling non-essential features like TelnetClient, SNMP, and SmbDirect.
  • Network Privacy: Blocking network telemetry.

2.6 Privacy and Telemetry

Measures to protect user privacy.

  • Telemetry Disabling: Blocking services and scheduled tasks (DiagTrack, CEIP, Consolidator).
  • Browser Policies: Policies for Edge, Chrome, and Firefox to disable tracking and reporting.
  • Data Cleaning: Removal of logs and temporary caches.

2.7 Cleaning and Maintenance

  • Temporary Files: Deletion of files in %Temp%, Windows Update cache, and application residuals.
  • Windows Components: Removal of unused optional capabilities.

3. ๐Ÿ› ๏ธ TECHNICAL IMPLEMENTATION DETAILS

3.1 Hardware and Version Detection

PowerShell and batch routines for dynamic environment detection:

  • Windows Version: Build verification to apply only compatible modifications.
  • CPU/GPU: Manufacturer detection to apply specific tweaks.

3.2 Permission Management and Safety

  • Take Ownership: Acquiring ownership of protected files and keys via takeown and icacls.
  • Backup: Automatic creation of registry backups before critical modifications.
  • Transparency: The script is fully readable and does not use obfuscation techniques.

3.3 Script Structure

Code organized into logical sections with error handling and preliminary checks. Combined use of native batch and inline PowerShell for maximum compatibility.


4. ๐Ÿ” VIRUSTOTAL ANALYSIS & FALSE POSITIVES

Platinum+ Optimizer is a safe, transparent, and fully readable script. However, due to its deep system optimization nature, some antivirus engines may flag it with False Positives based on heuristic analysis.

Scan Results

  • VirusTotal Report: View Full Scan
  • Detections: 1/62 Engines (False Positives)
  • Verdict: โœ… Safe โ€“ Detections are heuristic and related to legitimate optimization actions.

Explanation of Detections

The 4 detections reported by minor engines are triggered by the following legitimate behaviors:

# Detection Type Cause Explanation
1 BAT.Starter.721 Heuristic Script Behavior DrWeb flags the file because it is a batch script that launches PowerShell commands and applies administrative system changes. This is a generic heuristic detection for scripts that initiate configuration modifications. The script is unobfuscated, fully readable, and contains no malicious payload, network calls, or data exfiltration code. The detection is a false positive triggered by the script's legitimate optimization actions.

Safety Assurance:

  • The script does not disable Windows Defender or antivirus services.
  • The code is plain text and can be audited line-by-line.
  • All actions are documented and reversible via restore points.
  • Detections are false positives common to optimization tools and do not indicate malware.

5. ๐ŸŒ ENVIRONMENTAL IMPACT AND SUSTAINABILITY

Platinum+ Optimizer promotes environmental sustainability and economic savings.

5.1 Extending Device Lifespan

Deep optimization and temperature reduction help preserve hardware integrity. It is estimated that using Platinum+ Optimizer can extend the useful life of a computer by up to 7 years, delaying the need for replacement.

5.2 Reducing Electronic Waste (E-Waste)

By recovering the performance of existing hardware, the software offers a concrete alternative to purchasing new devices. This approach can potentially save 1.6 - 1.7 billion PCs globally, reducing the environmental impact related to production and disposal.


6. ๐Ÿ“ฆ SYSTEM REQUIREMENTS

Requirement Specification
Operating System Windows 10 / Windows 11 (Recent Builds, x64)
Privileges Administrator Account
Disk Space < 5 MB
Hardware CPU Intel/AMD, GPU NVIDIA/AMD/Intel

7. ๐Ÿš€ INSTALLATION AND EXECUTION INSTRUCTIONS

  1. Download: Download Platinum+Optimizer.8.5V.bat from the official source.
  2. Preparation: Extract to a dedicated folder. Temporarily disable third-party antivirus if necessary.
  3. Execution: Right-click > Run as administrator.
  4. Monitoring: Wait for completion without interrupting.
  5. Restart: Reboot the PC to apply configurations.

8. ๐Ÿ”„ RESTORE PROCEDURE

โš ๏ธ Recommended Precautions

  • Restore Point: Manually create a system restore point before execution.
  • Data Backup: Backup important data.
  • Restore: Use the restore point or Windows recovery functions in case of anomalies.

9. ๐Ÿ“ DEVELOPMENT NOTES

Project in continuous evolution curated by Stefano and Aledect. Development based on rigorous testing on real hardware. Regular updates for compatibility and new optimizations.


10. COPYRIGHT NOTICE

Platinum+ Optimizer is proprietary software. All rights reserved.

  • All Rights Reserved: Copying, modification, redistribution, or sale without written authorization is strictly prohibited.
  • Personal Use: Granted for free only for personal and educational purposes.
  • Violations: Pursued according to applicable laws. Removal of unauthorized copies via DMCA.

11. DISCLAIMER OF LIABILITY

Disclaimer

Usage is at the user's sole risk.

Software provided "as is", without warranties. The authors decline all responsibility for damages, data loss, or malfunctions. The user accepts risks and holds the authors harmless. Recommended only for users aware of system restore procedures.


Platinum+ Optimizer
Developed by Stefano and Aledect
All Rights Reserved. ยฉ