From 58b371396b1ff15cf2c7a49276245d4d37b2f7c0 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 22 Jan 2023 15:26:30 +0100 Subject: [PATCH] FUCKING pc health tries to reinstall all the time ... --- scripts/uninstall-pchealth.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/uninstall-pchealth.cmd b/scripts/uninstall-pchealth.cmd index 744a5bc..a58d504 100644 --- a/scripts/uninstall-pchealth.cmd +++ b/scripts/uninstall-pchealth.cmd @@ -32,5 +32,8 @@ reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHC" ^ echo removing link in Start menu ... del /F "%ProgramData%\Microsoft\Windows\Start Menu\Programs\PC Health Check.lnk" 2>nul +echo removing PC health update folder ... +nsudo -U:T -P:E cmd.exe /C rd /S /Q "%ProgramFiles%\Microsoft Update Health Tools" 2>nul + echo ####### %0 #######