Developed by: MD Faysal Mahmud
- Introduction
- When to Use
- Installation & Usage
- Menu & User Interface
- Feature Breakdown
- Benefits
- Disclaimer
- License
Phoenix Windows Utility Suite is a professional-grade, all-in-one batch script toolkit that consolidates essential Windows repair and optimization routines into a clean, menu-driven interface. Ideal for IT professionals and power users, Phoenix automates complex tasks—saving time and reducing manual errors.
Run Phoenix whenever you experience any of the following:
- Windows Update failures: Error codes, stuck downloads, or rollbacks.
- Sluggish performance: High disk usage, slow startup or login.
- Corrupted system files: Unexpected crashes or Blue Screens.
- Driver conflicts: Unknown devices or malfunctioning peripherals.
- Network connectivity issues: "Limited connectivity," DNS lookup failures.
- Security concerns: Suspicious activity or outdated antivirus definitions.
- Low disk space: Accumulated temporary, cache, or obsolete files.
- Open Windows PowerShell (Admin) or Windows Terminal (Admin).
- Paste and run:
iex (irm is.gd/winfix)
- A new window launches with the Phoenix menu ready to use.
- Download the script: PX.cmd
- Save to local drive.
- Right-click PX.cmd and choose Run as administrator.
- The Phoenix menu appears.
- Download the EXE plugin version folder: Phoenix-Windows-Utility-Suite-exe-v3.zip
- Extract the ZIP file to a local drive.
- Run the
Phoenix-Windows-Utility-Suite.exe
as Administrator. - The plugin edition menu appears.
Phoenix presents a straightforward console menu:
================================================
PHOENIX WINDOWS UTILITY SUITE
(Developed by MD Faysal Mahmud)
================================================
[1] Windows Update & Component Repair
[2] Performance & Health Optimization
[3] Driver & Hardware Reset
[4] Network Stack & Firewall Reset
[5] Security Scan (Microsoft Defender)
[6] System Restart
[7] Limitations & Advanced Info
[0] Exit
Enter your choice [0-7]:
- Select an option by typing its number and pressing Enter.
- Follow on-screen prompts for progress, information, or confirmations.
- Stops all update-related services.
- Resets and recreates
SoftwareDistribution
andcatroot2
caches. - Re-registers key Windows Update DLLs.
- Runs DISM (
/ScanHealth
,/RestoreHealth
,/StartComponentCleanup
) andsfc /scannow
. - Deep clean via
cleanmgr /verylowdisk
and Delivery Optimization removal. - Restarts services and forces a fresh update scan.
- Cleans system and user temp folders, including
%SystemRoot%\Temp
,%USERPROFILE%\AppData\Local\Temp
, and Prefetch. - Executes
sfc /scannow
andDISM /Online /Cleanup-Image /RestoreHealth
. - Optimizes disk with
defrag %SystemDrive%: /O
(defrag/TRIM). - Launches interactive Disk Cleanup for manual selection.
- Backs up third-party drivers to
%SystemDrive%\PhoenixDriverBackup
. - Re-enumerates hardware with
pnputil /scan-devices
.
- Flushes & renews IP/DNS (
ipconfig
commands). - Resets Winsock and TCP/IP (
netsh winsock
,netsh int ip
). - Restores firewall defaults (
netsh advfirewall reset
).
- Updates virus definitions (
MpCmdRun.exe -SignatureUpdate
). - Performs a Quick Scan (
-ScanType 1
).
- Prompts for confirmation.
- Reboots with
shutdown /r /t 15
to apply changes and clear memory.
Phoenix does not handle:
- Physical hardware failures requiring repair or replacement.
- Enterprise Group Policy or registry lockdowns.
- Third-party antivirus conflicts blocking system tools.
- Severely corrupted OS needing in-place upgrade or reinstall.
- Captive portals or complex proxy authentication scenarios.
- All-in-One: Comprehensive toolkit for updates, performance, drivers, network, and security.
- Safe & Idempotent: Repeatable without errors, thanks to robust checks.
- User-Friendly UI: Clear menu and prompts guide you through each step.
- Time-Saving: Automates complex, multi-command workflows.
- Flexible Execution: Run via PowerShell, CMD, or EXE.
Use at your own risk:
- Back up important data before running.
- Always run as Administrator.
- Compatible with Windows 10 and above.
- No liability for data loss or system issues.
Released under the MIT License.
MIT License
Copyright (c) 2025 MD Faysal Mahmud
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.