Health Scripts

Basic Health Check And Repair Scripts That Automatically Elevate Without Needing Gsudo
git clone https://s.sonu.ch/~srket/Health Scripts.git
Log | Files | Refs

commit a7c255ed28e09cb74c5becd3124b38b734617d8b
parent beba8d46376110156e34d7009240bf5a15f854f5
Author: srket <srket@sonu.ch>
Date:   Sun, 22 Aug 2021 13:46:13 +0300

Updated Health Check Script To Clear Screen Before Asking DISM

Diffstat:
MHealth Check.bat | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Health Check.bat b/Health Check.bat @@ -51,6 +51,7 @@ ::START :::::::::::::::::::::::::::: dism /online /cleanup-image /scanhealth + cls dism /online /cleanup-image /checkhealth sfc /verifyonly PAUSE \ No newline at end of file