Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

Can I enable Num Lock on boot up via a VBScript in Win 8.1 with Update 1?

$
0
0

Hope this is the correct place for this - someone directed me to the TechNet Forums from the Windows 8.1 general forum, and then from the 'Windows Forms General' forum to this one (not sure if my thread has been copied/moved to this forum already by one of the moderators; if it has, my apologies, but I am not am regular forum user and I don't understamnd most of the shorthand being used by others, whether something is something someone has written as part of a repsonse or an action they have taken, or just part of their sign off or what).

__________________________________________________

In the good old days of Windows XP, I was able to ensure Num Lock was on at boot up by the use of a small VB Script file, which was this:

set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"

It is really annoying with Win 8.1 that on Boot Up, AND every time I want to switch user, Num Lock goes off (even if it was on before switching user).  I want Num Lock to be on at Boot Up AND stay on when switching user.

I have seen the suggested remedies in other forums about changing the appropriate value in the Registry (which does not work until after logon) and changing the BIOS setting (which does not work because Windows overrules the BIOS setting).  The question is whether the VBScript solution will work with Win 8.1?

If it will, in which folder do I put the Script file in order for it to work for all Users?

And do I have to make the any changes to Group Policy to make it work, and if so what chnages, as seems to be the case if the OS was Win 7 (mine is Win 8.1 Update 1, and NOT Win 8 Pro).

Thanks in advance for all technical help on this one.



Neil




Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>