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.

 

AVG 2014 이벤트 기록 로그 삭제하기

Posted by Programmer™
2013. 11. 25. 02:52 Utility

AVG 2014 이벤트 기록 로그 삭제하기

AVG2014 의 "옵션 - 기록 - 이벤트 기록 로그" 를 클릭한다. 

그러면 아래 화면이 나온다. 사용을 오래 하다 보면 이 로그가 계속 누적되어서 한눈에 보기 힘들때가 있다. 그럴 경우에 깨끗이 전부 지우고 싶을 것이다. 그러나 2014 버전은 AVG 공식 포럼에서 밝혔듯이 삭제하는 메뉴나 버튼을 제공하지 않는다. 따라서 수동으로 삭제해줘야만 한다. 

 

Windows XP 의 경우에는 C:\Documents and Settings\All Users\Application Data\AVG2014\log 폴더를 보면 history.xml  파일을 찾을 수 있다. 바로 이 파일을 삭제하면 이벤트 로그가 완전히 비워지는 것을 볼 수 있다.

 

 

USB로 CD 영역을 만들어보자.

Posted by Programmer™
2013. 4. 27. 16:18 Utility

특정 USB 를 보면 포트에 연결시, CD-ROM 영역과 이동식 디스크 영역 2개가 만들어져 있는 것을 볼 수 있다.

어떻게 하는 것일까?

1. 먼저 순정 ISO 이미지 파일을 구한다. 트윅된 버전은 여러가지 호환성 문제가 많으므로 가급적 MSDN 에서 나온 순정 이미지를 권장한다. 

필자의 경우는 K 버전 보다는 KN 버전을 선호한다. (K 버전 설치시는 Windows Media Player 9 버전과 MSN Messenger, Windows Movie Maker 가 설치되는데 구 버전이므로, 차라리 KN 버전 설치후 추가로 신버전을 설치하는게 훨씬 낫다)

ko_windows_xp_professional_kn_with_service_pack_3_x86_cd_vl_x14-78419.iso
언어: Korean
SHA1:723f0206cf09e5c8693de5eeaee7da849e734bc8

순정 이미지를 구했다면 HashMyFiles 같은 프로그램으로 SHA1 값이 정확히 일치하는지 확인해보자.

2.  필자의 경우 사용할 USB 는 TwinMOS 에서 나온 M1 Mobile Disk USB 2.0 1GB 모델이다.

 

USB로 CD 영역을 만들 경우, USB Disk 에 사용되는 칩에 따라서 사용하는 프로그램이 달라지므로 주의를 요한다. USBDeview 같은 프로그램을 사용하면 컴퓨터에 연결되었던 USB 제품들의 자세한 정보를 알 수 있다.

위 사진 모델의 경우 (TwinMOS) VenderID: 126F    ProductID: 0163 가 표시된다.  MLC 임을 알 수 있다.

 

위 모델이 아닌 다른 모델을 가지고 있는 경우는 USB가 뻑 날수도 있으므로 주의(ㅋㅋ)를 요한다. 

3. UCDExec 라는 프로그램을 구해 실행해보면 아래 화면과 같다. 1GB 제품의 경우 984 MB 로 나오면 정상이다.

 

4. 먼저 USB 내부에 CD 영역으로 만들기위해 사용할 CD 이미지 파일을 불러준다.

 

4. 이미지 파일을 불러들인 후의 화면이다. CD 영역 생성후 남는 용량은, 자동으로 일반 USB 영역으로 만들어진다. 여기서는 초록색으로 표시된 368 MB 가 일반 USB 처럼 사용할수 있는 용량이고, 오른쪽 파란색으로 표시된 616 MB 는 우리가 불러들인 XP 이미지 파일이다. 

5. 이제 Burn 을 클릭하고 다 만들어질때까지 기다리면 된다. 필자의 경우는 한 30 분 정도 걸린 것 같다. (정확한 시간은 안 재봐서 모르는데 그 정도 걸린것 같음)

6. 다 구워 지면 XP 설치 화면이 자동으로 화면에 뜨게 된다.

7. 이제 윈도우 탐색기에서 제대로 만들어졌는지 확인하면 된다.

(사실 CD 영역은 만들어졌지만 XP 설치는 지원되지 않는다. 괜히 헛수고하지 말기 바란다.)

8. 나중에 CD 영역을 없애고자 할때는 아래 그림과 같이 해주면 된다.

 

--- 끝 --