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.
- 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.
Author: Harshit Mishra
Website: mishraharshit.vercel.app
Repo Name: windows-diagnostic
- Clone the repository:
git clone https://github.com/<your-github-username>/windows-diagnostic.git
- Compile the C code:
Use any C compiler (like GCC) to compile the code:gcc -o windows_diagnostic windows_diagnostic.c
- Run the tool:
./windows_diagnostic
- Run the tool with admin privileges to ensure it can access system files.
- Follow the interactive CLI prompts to diagnose and fix issues.
- View logs for detailed analysis of performed actions.
We welcome contributions from the community!
- Fork the repository:
Click the "Fork" button on the top-right corner of the repository page. - Clone your fork:
git clone https://github.com/<your-username>/windows-diagnostic.git
- Create a branch for your feature/bugfix:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature/bugfix"
- Push your changes to your forked repository:
git push origin feature-name
- Submit a pull request:
Go to the original repository and click on "New Pull Request."
This project is licensed under the MIT License. See the LICENSE
file for more details.
For any issues, suggestions, or feature requests, feel free to open an issue.
🌟 Star this repository if you found it helpful!