1. run regedit
2. go to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\MediaProperties\PrivateProperties\Joystick\OEM\"
3. find a key tree which has your gamepad name in description field - copy the key tree name value
4. save following text in some text file, named as something.reg:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_044F&PID_B320\Axes]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_044F&PID_B320\Axes]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_044F&PID_B320\Axes\0]
@="X Axis"
"Attributes"=hex:00,00,00,00,01,00,30,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_044F&PID_B320\Axes\1]
@="Y Axis"
"Attributes"=hex:00,00,00,00,01,00,31,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_044F&PID_B320\Axes\2]
@="Right X Axis"
"Attributes"=hex:00,00,00,00,01,00,35,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_044F&PID_B320\Axes\5]
@="Right Y Axis"
"Attributes"=hex:00,00,00,00,01,00,36,00
5. change "VID_044F&PID_B320" with the tree key name value you found in step 3
6. save the file
7. double click on it.