ASUS의 서비스가 메모리를 많이 먹을 때
ASUS의 서비스가 메모리를 많이 먹을 때는, 서비스에서 atkexComSvc나, AsSysCtrlServ나, asComSvc 나 asHmComSv등 이 중에서 하나라도 있으면 서비스를 삭제하면 됨.
참고:
The service names for what you listed are:
atkexComSvc.exe is just another name for AsComSvc
asComSvc is ASUS Com Service
AsSysCtrlService is ASUS System Control Service
asHmComSvc is ASUS HM Com Service
The manual uninstalls should be:
asComSvc: sc delete ascomsvc or sc delete "ASUS Com Service"
AsSysCtrlService: sc delete assysctrlservice or sc delete "ASUS System Control Service"
asHmComSvc: sc delete ashmcomsvc or sc delete "ASUS HM Com Service"
You should run the manual uninstalls from an elevated command prompt (run as administrator). I'd probably recommend just disabling the services for a while, until you make sure it doesn't cause you any issues.