This is a script that automates the SFC, and DISM repair commands that are built into windows.
Those commands essentially scans through and repairs windows system files.
- Download the "Windows Integrity Verifier.bat" file from the releases page.
- Right click on the "Windows Integrity Verifier.bat" file, and run the file as an administrator.
- Follow the prompts.
Q: How do I extract files from zip?
A: In Windows, you can right click on a zip and click "Extract all"
Q: Does it need to be in administrator mode?
A: Yes, as window's SFC (System File Checker) tool requires administrator permissions. More info here: https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files
Q: Why did I make this?
A: I can never remember the full DISM command, and this saves me from typing out two full commands. Now I only need to do it within 2 key presses!