Skip to content

Nozdormv/fixwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FixWin App

FixWin App is a simple batch file application designed to provide a visually appealing interface within the Windows Command Prompt environment. It offers various options for displaying system information and executing system maintenance tasks.

Features

  • Display detailed system information including OS Name, OS Version, System Manufacturer, System Model, and Total Physical Memory.
  • Run System File Checker (sfc /scannow) to scan and repair corrupted system files.
  • Check Image Health using Deployment Image Servicing and Management (DISM) commands.
  • User-friendly menu system for easy navigation and interaction.

How to Use

  1. Clone the repository to your local machine:

    git clone https://github.com/Nozdormv/fixwin.git
  2. Navigate to the directory where you cloned the repository.

  3. Double-click on the FixWin file to run the application.

  4. Follow the on-screen instructions to choose from the available options.

Usage

  • Option 1: Display System Information

    • Displays detailed system information such as OS Name, OS Version, System Manufacturer, System Model, and Total Physical Memory.
  • Option 2: Run System File Checker (sfc /scannow)

    • Initiates a scan of system files and attempts to repair any corrupted files.
  • Option 3: Check Image Health (DISM)

    • Utilizes Deployment Image Servicing and Management (DISM) commands to check and repair image health.
  • Option 4: Exit

    • Exits the Cool.bat App.

Contributing

Contributions are welcome! If you'd like to contribute to FixWin App, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/improvement).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License.

Credits