Skip to content

A powerful Windows Diagnostic CLI Tool developed in C language that detects and fixes Windows problems automatically using CMD commands. This tool is designed to streamline troubleshooting, boost system performance, and enhance user experience with a single, easy-to-use interface.

License

Notifications You must be signed in to change notification settings

mishra9759harshit/Windows-Diagnostics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation


🛠️ Windows Diagnostic Tool

Build Status
License
Contributions
Windows

A powerful Windows Diagnostic CLI Tool developed in C language that detects and fixes Windows problems automatically using CMD commands. This tool is designed to streamline troubleshooting, boost system performance, and enhance user experience with a single, easy-to-use interface.


🚀 Features

  • Automatically scans and detects Windows system issues.
  • Fixes problems like missing DLLs, network issues, corrupt files, etc.
  • Uses trusted CMD commands to ensure maximum compatibility and reliability.
  • Simple and fast command-line interface for diagnostics.
  • Provides logs for the actions performed during diagnosis and repair.

🧑‍💻 Developer Information

Author: Harshit Mishra
Website: mishraharshit.vercel.app


📂 Repository

Repo Name: windows-diagnostic


🛠️ Installation

  1. Clone the repository:
    git clone https://github.com/<your-github-username>/windows-diagnostic.git
  2. Compile the C code:
    Use any C compiler (like GCC) to compile the code:
    gcc -o windows_diagnostic windows_diagnostic.c
  3. Run the tool:
    ./windows_diagnostic

📖 Usage

  1. Run the tool with admin privileges to ensure it can access system files.
  2. Follow the interactive CLI prompts to diagnose and fix issues.
  3. View logs for detailed analysis of performed actions.

🤝 Contributing

We welcome contributions from the community!

Steps to contribute:

  1. Fork the repository:
    Click the "Fork" button on the top-right corner of the repository page.
  2. Clone your fork:
    git clone https://github.com/<your-username>/windows-diagnostic.git
  3. Create a branch for your feature/bugfix:
    git checkout -b feature-name
  4. Commit your changes:
    git commit -m "Add feature/bugfix"
  5. Push your changes to your forked repository:
    git push origin feature-name
  6. Submit a pull request:
    Go to the original repository and click on "New Pull Request."

🔐 License

This project is licensed under the MIT License. See the LICENSE file for more details.


📧 Support

For any issues, suggestions, or feature requests, feel free to open an issue.


🌟 Star this repository if you found it helpful!

About

A powerful Windows Diagnostic CLI Tool developed in C language that detects and fixes Windows problems automatically using CMD commands. This tool is designed to streamline troubleshooting, boost system performance, and enhance user experience with a single, easy-to-use interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages