mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Added optimization service to debloat.bat
This commit is contained in:
@@ -6,7 +6,6 @@ using System.Net;
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Text.Json;
|
using System.Text.Json;
|
||||||
using System.Timers;
|
using System.Timers;
|
||||||
using System.Windows.Forms;
|
|
||||||
using Tools;
|
using Tools;
|
||||||
|
|
||||||
namespace GHelper
|
namespace GHelper
|
||||||
@@ -205,7 +204,8 @@ namespace GHelper
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
base.WndProc(ref m);
|
base.WndProc(ref m);
|
||||||
} catch (Exception ex)
|
}
|
||||||
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Debug.WriteLine(ex.ToString());
|
Debug.WriteLine(ex.ToString());
|
||||||
}
|
}
|
||||||
@@ -1416,7 +1416,7 @@ namespace GHelper
|
|||||||
if (eco < 0)
|
if (eco < 0)
|
||||||
{
|
{
|
||||||
tableGPU.Visible = false;
|
tableGPU.Visible = false;
|
||||||
if (Program.acpi.DeviceGet(AsusACPI.GPU_Fan) < 0 ) panelGPU.Visible = false;
|
if (Program.acpi.DeviceGet(AsusACPI.GPU_Fan) < 0) panelGPU.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ sc config ASUSSwitch start= auto
|
|||||||
sc config ASUSSystemAnalysis start= auto
|
sc config ASUSSystemAnalysis start= auto
|
||||||
sc config ASUSSystemDiagnosis start= auto
|
sc config ASUSSystemDiagnosis start= auto
|
||||||
sc config ArmouryCrateControlInterface start= auto
|
sc config ArmouryCrateControlInterface start= auto
|
||||||
|
sc config AsusCertService start= auto
|
||||||
|
sc config ASUSOptimization start= auto
|
||||||
|
|
||||||
sc START AsusAppService
|
sc START AsusAppService
|
||||||
sc START ASUSLinkNear
|
sc START ASUSLinkNear
|
||||||
@@ -14,6 +16,8 @@ sc START ASUSSoftwareManager
|
|||||||
sc START ASUSSwitch
|
sc START ASUSSwitch
|
||||||
sc START ASUSSystemAnalysis
|
sc START ASUSSystemAnalysis
|
||||||
sc START ASUSSystemDiagnosis
|
sc START ASUSSystemDiagnosis
|
||||||
sc START ArmouryCrateControlInterface
|
sc START ArmouryCrateControlInterface
|
||||||
|
sc START AsusCertService
|
||||||
|
sc START ASUSOptimization
|
||||||
|
|
||||||
set /p asd="Hit enter to finish"
|
set /p asd="Hit enter to finish"
|
||||||
|
|||||||
@@ -5,7 +5,9 @@ sc STOP ASUSSoftwareManager
|
|||||||
sc STOP ASUSSwitch
|
sc STOP ASUSSwitch
|
||||||
sc STOP ASUSSystemAnalysis
|
sc STOP ASUSSystemAnalysis
|
||||||
sc STOP ASUSSystemDiagnosis
|
sc STOP ASUSSystemDiagnosis
|
||||||
sc STOP ArmouryCrateControlInterface
|
sc STOP ArmouryCrateControlInterface
|
||||||
|
sc STOP AsusCertService
|
||||||
|
sc STOP ASUSOptimization
|
||||||
|
|
||||||
sc config AsusAppService start= disabled
|
sc config AsusAppService start= disabled
|
||||||
sc config ASUSLinkNear start= disabled
|
sc config ASUSLinkNear start= disabled
|
||||||
@@ -15,5 +17,7 @@ sc config ASUSSwitch start= disabled
|
|||||||
sc config ASUSSystemAnalysis start= disabled
|
sc config ASUSSystemAnalysis start= disabled
|
||||||
sc config ASUSSystemDiagnosis start= disabled
|
sc config ASUSSystemDiagnosis start= disabled
|
||||||
sc config ArmouryCrateControlInterface start= disabled
|
sc config ArmouryCrateControlInterface start= disabled
|
||||||
|
sc config AsusCertService start= disabled
|
||||||
|
sc config ASUSOptimization start= disabled
|
||||||
|
|
||||||
set /p asd="Hit enter to finish"
|
set /p asd="Hit enter to finish"
|
||||||
|
|||||||
Reference in New Issue
Block a user