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