🚀 What's New in v3.2 (Expanded Network Services Purge & Resilient Elevation)?
This release expands Option [1] to disable comprehensive modern Windows 10/11 network-hungry background services, background AI tasks, and Delivery Optimization P2P uploads, while introducing a multi-stage UAC elevation fallback engine.
🛑 Maximum Performance Network Services Purge
- Expanded Services Coverage: Added disabling for modern network-heavy services including Xbox networking (
XblGameSave,XboxNetApiSvc,XboxGipSvc), Diagnostics (DPS,diagsvc,WdiServiceHost,WdiSystemHost), Windows AI Fabric (WSAIFabricSvc), Retail Demo (RetailDemo), Shared PC Account Manager (shpamsvc), and Troubleshooting Services. - Modern RAM Hogs Termination: Expanded process killing in RAM to cover background AI hosts (
AiHost.exe), Recall (Recall.exe,WindowsRecall.exe), CrossDevice sync (CrossDevice.exe), SearchHost (SearchHost.exe), and News Feed (NewsAndInterests.exe). - Delivery Optimization & Spotlight Policies: Added registry policy blocks for Delivery Optimization P2P peer uploads (
DODownloadMode=0) and silent background app/Spotlight network queries. - 100% Synchronized Restoration: Option [2] (Restore Services) cleanly reverts all newly added services, scheduled tasks, and registry policies back to default states.
🔑 Multi-Stage Resilient UAC Elevation Engine
- 3-Tier Automatic Elevation Sequence:
- PowerShell
Start-ProcessElevation: First-choice elevation for modern Windows 7/8/10/11 environments. - Verified VBScript Wrapper: Explicitly checks for
%SystemRoot%\System32\wscript.exebefore creating and executing temporary VBS scripts. - MSHTA Inline Fallback: Executes MSHTA inline elevation for legacy systems or environments where VBScript has been removed (such as Windows 11 24H2+ optional features).
- PowerShell
- Zero Script Crashes: Guaranteed flawless elevation behavior across all Windows releases from Windows 7 to Windows 11.