mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
24 lines
746 B
Batchfile
24 lines
746 B
Batchfile
sc STOP AsusAppService
|
|
sc STOP ASUSLinkNear
|
|
sc STOP ASUSLinkRemote
|
|
sc STOP ASUSSoftwareManager
|
|
sc STOP ASUSSwitch
|
|
sc STOP ASUSSystemAnalysis
|
|
sc STOP ASUSSystemDiagnosis
|
|
sc STOP ArmouryCrateControlInterface
|
|
sc STOP AsusCertService
|
|
sc STOP ASUSOptimization
|
|
|
|
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
|
|
sc config AsusCertService start= disabled
|
|
sc config ASUSOptimization start= disabled
|
|
|
|
set /p asd="Hit enter to finish"
|