Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 2.42 KB

README.md

File metadata and controls

50 lines (25 loc) · 2.42 KB

WinRepairTool

A Windows application for solving common problems in Windows versions


Downloads

Latest verions

64-bit 32-bit

Get different version

CircleCI


Using basic commands

Microsoft know how to do a good job, so we use its tools for repairing your system, fast and easy.

If you have Internet connection ...:

  • DISM.EXE, an utility for checking Windows files and restore them from the latest Windows Image (using Windows Update). You can see the official webpage to know more about this utility.

  • SFC.EXE. This tool is also known as System File Checker: it looks for errors in Windows File System and Windows Registry (as substitute for Scanreg.exe). See every detail in the official thread.

  • CHKDSK: the drive checking tool par excellence: simply looks for damaged blocks in your drives and repair them. See how it works right here.

  • Windows Defender: in the latest update, it is now available for working. More information here.

All these utilities need admin access for working. If not, the program can't start working. Also, DISM.EXE feature needs Internet connection for working. In this case, program has an auto offline mode which uses only SFC.EXE & CHKDSK.

What I have to download

The files you have to download are:

  1. The Main program: depending on your Windows version, it can be 64 bits or 32 bits.
  2. If your OS is 64 bits...: you must download the attached DLLs for making the program work. Maybe they are not necessary, maybe yes ¯_(ツ)_/¯

Check what to download


ENJOY AND DO NOT FORGET TO RATE IF IT WAS USEFUL FOR YOU