Forum Discussion
Example: Logitech SetPoint Compatibility Fix For Windows 10 / 11
Thx, you saves my day! Had compatibility issues with my M560.
Would Someone explain what
"IF EXIST "%ProgramFiles%\Logitech\SetPointP\SetPoint.exe" (((REG DELETE "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /V "%ProgramFiles%\Logitech\SetPointP\SetPoint.exe" /F)&(REG DELETE "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /V "%ProgramFiles%\Logitech\SetPointP\SetPoint.exe" /F)&(REG ADD "HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /V "%ProgramFiles%\Logitech\SetPointP\SetPoint.exe" /T REG_SZ /D "~ VistaRTMVersionLie FailObsoleteShellAPIs IgnoreMessageBox \"Microsoft Visual C++ Runtime Library\" LoadLibraryRedirect ManageLinks" /F)&(REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /V "%ProgramFiles%\Logitech\SetPointP\SetPoint.exe" /T REG_SZ /D "~ WIN7RTM" /F)) >nul 2>&1)"
does? And more important, how can you get there? Because, SetPoint did nothing. No error message, nothing in the eventviewer, nothing, until I came across this fix here. So, thanks again!