Rebind Microsoft Sculpt Mobile Mouse (Windows Key)

Solution 1:

After a bunch of digging around, I finally found a link on AutoHotKey with precisely this issue. I've tried the suggestion and it seems to work well.

Here is my autohotkey script that I am using to rebind my Windows button to be the back button, and the back button to be a forward button.

RWin::Send {Browser_Back}
XButton1::Send {Browser_Forward}

Solution 2:

So as said a few times in other answers, the window button is actually sending a keyboad event of the right window key. Now I assume most of us don't even have a right window key, if so you probably only use the left one anyway.

To deactivate the right window key we need to add a Binary value in regedit. Add it manually or save the below text in a .reg file. Works great for me!
Don't forget to reboot after.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,5C,E0,00,00,00,00