Windows 8을 Windows 8.1로 업데이트 한 후 시작시 오류가 발생했습니다.
그것은 말한다 :
There was a problem starting C:\Windows\System32\LogiLDA.dll
The specified module could not be found.
무엇이 문제입니까? 아니면 어떻게 해결할 수 있습니까?
Asus Ultrabook UX31A가 있습니다.
Windows 8을 Windows 8.1로 업데이트 한 후 시작시 오류가 발생했습니다.
그것은 말한다 :
There was a problem starting C:\Windows\System32\LogiLDA.dll
The specified module could not be found.
무엇이 문제입니까? 아니면 어떻게 해결할 수 있습니까?
Asus Ultrabook UX31A가 있습니다.
답변:
좋아, 내가 본 것에서 dll의 레지스트리 항목을 제거 할 수 있습니다. 이미 시도했지만 누락 된 파일로 엉망이 된 것 같습니다. 마치 MS의 누군가가 LDA를 설치 한 것처럼 거의 업데이트를 게시하기 전에 레지스트리를 정리하지 않아도됩니다.
이 파일을 배치 파일에 붙여 넣어 관리자로 실행하거나 관리자 명령 프롬프트를 열고 붙여 넣어 항목을 빠르게 제거 할 수 있습니다.
echo Start
echo #
echo ######################## Default dirctory for x86 x64 ########################
echo #
echo this command is default system32 directory for x86 OS or x64 OS
cd %windir% & cd system32
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "Logitech Download Assistant" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "Logitech Download Assistant" /f
echo #
echo ######################## Change the dirctory for x64 ########################
echo #
echo this command is x86 application's registry for x64 OS
cd %windir% & cd syswow64
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v "Logitech Download Assistant" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "Logitech Download Assistant" /f
echo End
나는 위의 코드를 발견 여기에 .
8.1로 업그레이드 한 후이 문제가 발생했으며 Logitech 마우스가 있습니다.
레지스트리를 수동으로 업데이트하는 것이 불편한 경우 자동 실행 ( http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx )을 사용하여 항목을 삭제하고 (로그온 탭으로 이동 한 다음 HKLM \ SOFTWARE \ Microsoft) \ Windows \ CurrentVersion \ Run은 선택을 취소하거나 삭제하려는 Logitech Download Assistant 항목이어야합니다.