I happen to be in a similar situation to that of the unfortunate soul who posted this question: Re-mapping the «PowerOff» key on Asus laptop keyboard under Windows 10 64 bits?. That is, I have a laptop whose keyboard does not have an End dedicated key.
I really want for it to have, and so I started searching online for how to remap my NumLock key to become the End key. In the above linked question, the OP mentions that she had found a way to do so by going to the Windows registry at:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
And then adding the following binary value:
"Scancode Map"= 00,00,00,00,00,00,00,00,03,00,00,00,4f,e0,45,00,45,00,46,e0,00,00,00,00
I tried just that, as can be seen in the following partial screen-shot:
(link to image, since I don't have enough rep to embed images within questions'bodies)
Yet, the trick does not work for me. I have a Windows 10 64bits, up-to-date with all updates. I wonder, what could be wrong? How could I make it work and achieve the desired re-mapping via changing the Windows Registry?
Thanks!