Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 487 Bytes

WinUtils

 Usage: python winutils.py {args}
 
  --disc-usage   Checks for and corrects any possible errors that cause disk usage.
  --enable-dism  Enables DISM to search for possible HD errors.
  --clean-apps   Clears ALL applications that come standard by using Windows 10, use --list-apps to list applications.
  --list-apps    Lists the applications to be processed.

PIP requirements:

clint \

ctypes ( Installed by default ) \

colorama \