forked from seerge/g-helper
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdebloat.bat
More file actions
19 lines (17 loc) · 606 Bytes
/
debloat.bat
File metadata and controls
19 lines (17 loc) · 606 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 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
set /p asd="Hit enter to finish"