Windows PowerShell script that automatically runs DISM, SFC, and CHKDSK. Designed for personal use to quickly resolve miscellaneous issues on computers. To use, open Windows PowerShell as Administrator and execute the following command:
iwr "https://raw.githubusercontent.com/krillme/qwikfix/refs/heads/main/exec.ps1" | iex
If you don't want to copy and paste that link every time, you could try to remember this shortened URL.
iwr "is.gd/qwikfix" | iex