IObit 의 LiveUpdateSvc 삭제하는 방법

Posted by Programmer™
2014. 1. 22. 23:06 Utility

 

컴퓨터에서 LiveUpdate.exe 를 삭제하는 방법

I check all running processes regular on the computer systems that I use to make sure that the system is safe and that nothing slipped by the defenses.

While that works well, I usually spot processes started by third party programs after installation. Most of the time, they are not needed at all and waste only system resources.

I noticed the LiveUpdate.exe process recently on a Windows PC and was not really sure what to make of it at first. I immediately thought of Windows Live, but since I never heard of the executable before, it was almost certain that it had nothing to do with Microsoft's service.

It is thankfully relatively easy to find out more about a process running on your system.

LiveUpdate.exe 란 무엇인가?

The first thing that I usually do is open the Windows Task Manager with Ctrl-Shift-Esc, right-click the process in question, and select properties from the context menu.

The location of the service on the system is displayed here, so that I know its folder location and as part of this usually also the program that installed it on my system.

Note: The process LiveUpdate.exe only shows up if you select to "Show processes from all users" in the Task Manager.

task manager live update

If it is a service, you can get similar information by loading services.msc on your system using the run box or command prompt. The process in this case was a service, and the Services Manager revealed additional information about it.

liveupdate.exe

I knew now that it was created by the software company IObit, likely to power the updating of company products on my system similar to how Firefox or Google Chrome are handling the updating.

Now that I knew that, I started to investigate the matter further. I noticed that I did not have any IObit products installed on my system anymore, which led to the conclusion that LiveUpdate.exe was a leftover that -- for whatever reason -- was not removed during the uninstallation of the last IObit product that made use of it.

Disabling  and removing LiveUpdate.exe

Since there was no IObit program left on the system, it did not really make that much sense to have the updater running in the background at all times.

First thing I did was to change its startup type from automatic to disabled in the Services Manager. I also made sure that the service itself was stopped.

Next thing I did was to delete the service. I have explained how this is done on the linked article. Here is a quick rundown of the commands:

  1. 윈도우 키 + R 을 누르고 cmd 를 타이핑합니다.
  2. 표시되는 명령 프롬프트(데스크톱 앱)에서 마우스 오른쪽을 클릭하여 관리자 권한으로 실행을 클릭합니다.
  3. sc delete LiveUpdateSvc 를 입력하고 엔터키를 칩니다.
  4. 이제 Windows 로부터 서비스가 삭제됩니다.
  5. [SC] DeleteService SUCCESS 메시지가 보이면 제대로 삭제된 것입니다.

I checked that the service was indeed deleted, and proceeded to its directory on the system: C:\Program Files (x86)\IObit\LiveUpdate.

I deleted the full directory, and the IObit directory as well, since no products of said company were installed on the system.

It is very likely that you will find orphaned keys in the Registry that point to Live Update. You can run a search for them if you want, but they should not cause any issues on the system. It is alternatively possible to run a program like CCleaner to find orphaned files in the Registry.