Tamam, gördüğümden sadece dll için kayıt defteri girdisini kaldırabilirsin. Ben zaten denedim ve hiçbir şey eksik dosya ile berbat görünüyor. Neredeyse MS'teki birisinin LDA'sı kurulmuş ve güncellemeyi yayınlamadan önce kayıt defterini temizlemek için uğraşmamış gibi.
Bunu bir toplu iş dosyasına yapıştırabilir ve yönetici olarak çalıştırabilir veya bir yönetici komut istemi açıp hemen girdiden kurtulmak için oraya yapıştırabilirsiniz.
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
Yukarıdaki kodu burada buldum .