Skip to content

Phoenix Windows Utility Suite ( A comprehensive, all-in-one toolkit designed to diagnose and repair a wide range of common Windows issues. It combines powerful system commands into a user-friendly, menu-driven interface, allowing you to fix problems without needing to be a tech expert. )

License

Notifications You must be signed in to change notification settings

Blindsinner/Phoenix-Windows-Utility-Suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Utility Suite Logo

Phoenix Windows Utility Suite

Developed by: MD Faysal Mahmud


Table of Contents

  1. Introduction
  2. When to Use
  3. Installation & Usage
  4. Menu & User Interface
  5. Feature Breakdown
    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
  6. Benefits
  7. Disclaimer
  8. License

Introduction

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.


When to Use

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.

Installation & Usage

PowerShell (Recommended)

  1. Open Windows PowerShell (Admin) or Windows Terminal (Admin).
  2. Paste and run:
    iex (irm is.gd/winfix)
  3. A new window launches with the Phoenix menu ready to use.

Manual Execution

  1. Download the script: PX.cmd
  2. Save to local drive.
  3. Right-click PX.cmd and choose Run as administrator.
  4. The Phoenix menu appears.

EXE Plugin Edition

  1. Download the EXE plugin version folder: Phoenix-Windows-Utility-Suite-exe-v3.zip
  2. Extract the ZIP file to a local drive.
  3. Run the Phoenix-Windows-Utility-Suite.exe as Administrator.
  4. The plugin edition menu appears.

Menu & User Interface

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.

Feature Breakdown

1. Windows Update & Component Repair

  • Stops all update-related services.
  • Resets and recreates SoftwareDistribution and catroot2 caches.
  • Re-registers key Windows Update DLLs.
  • Runs DISM (/ScanHealth, /RestoreHealth, /StartComponentCleanup) and sfc /scannow.
  • Deep clean via cleanmgr /verylowdisk and Delivery Optimization removal.
  • Restarts services and forces a fresh update scan.

2. Performance & Health Optimization

  • Cleans system and user temp folders, including %SystemRoot%\Temp, %USERPROFILE%\AppData\Local\Temp, and Prefetch.
  • Executes sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth.
  • Optimizes disk with defrag %SystemDrive%: /O (defrag/TRIM).
  • Launches interactive Disk Cleanup for manual selection.

3. Driver & Hardware Reset

  • Backs up third-party drivers to %SystemDrive%\PhoenixDriverBackup.
  • Re-enumerates hardware with pnputil /scan-devices.

4. Network Stack & Firewall Reset

  • Flushes & renews IP/DNS (ipconfig commands).
  • Resets Winsock and TCP/IP (netsh winsock, netsh int ip).
  • Restores firewall defaults (netsh advfirewall reset).

5. Security Scan (Microsoft Defender)

  • Updates virus definitions (MpCmdRun.exe -SignatureUpdate).
  • Performs a Quick Scan (-ScanType 1).

6. System Restart

  • Prompts for confirmation.
  • Reboots with shutdown /r /t 15 to apply changes and clear memory.

7. Limitations & Advanced Info

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.

Benefits

  • 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.

Disclaimer

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.

License

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.

About

Phoenix Windows Utility Suite ( A comprehensive, all-in-one toolkit designed to diagnose and repair a wide range of common Windows issues. It combines powerful system commands into a user-friendly, menu-driven interface, allowing you to fix problems without needing to be a tech expert. )

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published