If you use SetPoint and it doesn’t properly update itself, it might show a generic mouse image instead of a picture of your mouse. You can manually get the right picture if you can find the upgrade package for your device though.
First, you need to find your device’s model number. OpenĀ %AppData%\Logitech\SetPoint\user.xml in a text editor and you should see a line that looks something like this:
<Device DisplayName="Marathon Mouse M705" Model="16777378" NumberOfButtons="11" ConnectionID="">
The important part here is the Model value. Convert the number into hexadecimal. In my case, it’s 10000a2
. (Make sure to change all letters to lowercase) Next download this file (replacing the 10000a2 at the end with your hexadecimal model number): http://logitech-viva.navisite.net/logitech/controldevices/setpoint/devices/2/10000a2.exe
If you’re using an old version of SetPoint, change the “2” after “devices” to a “1”.
Run the executable you just downloaded and SetPoint should now show the correct image for your device.