본문 바로가기
컴퓨터

시작프로그램의 BluetoothAuthenticationAgent 항목

2010. 10. 20.

시작프로그램에 등록된 BluetoothAuthenticationAgent 의 내용입니다.

rundll32.exe라는 프로세스로 실행되어 bthprops.cpl 파일을 읽어들입니다.
이 시작프로그램은 블루투스와 관련된 프로그램으로, 제작사는 확실히 알 수 없으나 로지텍의 블루투스와 관련이 있어보입니다.

시작프로그램 레지스트리 경로
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
[BluetoothAuthenticationAgent] rundll32.exe bthprops.cpl,,BluetoothAuthenticationAgent

블루투스를 사용하지 않으면 불필요한 항목입니다.
시작 - 실행 - msconfig 의 시작프로그램 구성탭에서 체크해제하면 됩니다.

레지스트리값을 완전히 삭제하려면 시작 - 실행 - regedit.exe 를 실행하여 다음의 데이타를 삭제합니다.
경로 : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
데이타 :
[BluetoothAuthenticationAgent] rundll32.exe bthprops.cpl,,BluetoothAuthenticationAgent

반응형

댓글