From 1c865624e61c9879c32dfd4a2b8ab155cac45f15 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:06:13 +0200 Subject: [PATCH] Update debloat.bat --- debloat.bat | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/debloat.bat b/debloat.bat index 3f3437bb..21f3e28f 100644 --- a/debloat.bat +++ b/debloat.bat @@ -7,11 +7,11 @@ sc STOP ASUSSystemAnalysis sc STOP ASUSSystemDiagnosis sc STOP ArmouryCrateControlInterface -sc DELETE AsusAppService -sc DELETE ASUSLinkNear -sc DELETE ASUSLinkRemote -sc DELETE ASUSSoftwareManager -sc DELETE ASUSSwitch -sc DELETE ASUSSystemAnalysis -sc DELETE ASUSSystemDiagnosis -sc DELETE ArmouryCrateControlInterface +sc config AsusAppService start= disabled +sc config ASUSLinkNear start= disabled +sc config ASUSLinkRemote start= disabled +sc config ASUSSoftwareManager start= disabled +sc config ASUSSwitch start= disabled +sc config ASUSSystemAnalysis start= disabled +sc config ASUSSystemDiagnosis start= disabled +sc config ArmouryCrateControlInterface start= disabled