Windows Thread, !&$£ Numlock in Technical; Im trying to get numlock to be enabled every time someone logs in.
In particular this is for the students ...
-
10th November 2005, 12:56 PM #1
- Rep Power
- 0
!&$£ Numlock
Im trying to get numlock to be enabled every time someone logs in.
In particular this is for the students (who have a mandatory profile). They use both laptops and workstations so I cant change their profile to have it enabled because it means they will have problems on laptops.
A Computer ADM Template would be great as I could just apply it to the workstations but im not having much luck with google.
My only alternative is to script something along the lines of 'if room=x then enable numlock' but thats just messy.
Any other ideas?
(OT/BUMP: cant believe nobody has any ideas for THIS problem)
-
-
IDG Tech News
-
10th November 2005, 01:05 PM #2 Re: !&$£ Numlock
Try the reg vale on the desktop PCs
HKEY_USERS\.DEFAULT\Control Panel\Keyboard
DWORD - InitialKeyboardIndicators
Value - 0 = NumLock is turned off after logon
Value - 2 = NumLock is turned on after logon
-
-
10th November 2005, 01:12 PM #3
- Rep Power
- 0
Re: !&$£ Numlock
Thats already set and works for the logon screen.
Unforunately numlock status is also set per user with the student mandatory profile which is set to OFF once they login. Turning it on through the profile affects the pupils using laptops which isnt what I want.
I do have a 'turn num lock on/off' vbs script which is my last resort with the 'if room=x' way.
-
-
10th November 2005, 01:18 PM #4 Re: !&$£ Numlock
@Frazer: Use the login script to change the registry value.
-
-
10th November 2005, 01:19 PM #5 Re: !&$£ Numlock
Why not have users press the NumLk key?
-
-
10th November 2005, 01:24 PM #6
- Rep Power
- 0
Re: !&$£ Numlock
@SYSMAN_MK Because im the technician who makes life easier :P
@Ric_ Thats my last choice, it just gets a little messy by checking the room first - since I cant apply it to all users because of laptops (numlock on = ring technician 'help im getting funny numbers instead of letters on my laptop')
I guess the only other option is the computer adm template. Does anyone know of one?
-
-
10th November 2005, 01:41 PM #7
- Rep Power
- 16
Re: !&$£ Numlock
Why do you need to check the room in your script? Just apply it to the appropriate OUs 
Andy.
-
-
10th November 2005, 01:54 PM #8 Re: !&$£ Numlock
@Frazer: You could always make a load of labels that say 'If the numbers don't appear when pressed, try turning the Num Lock on!'
-
-
10th November 2005, 02:21 PM #9
- Rep Power
- 0
Re: !&$£ Numlock
@Ric Haha 
@Andy I wasnt aware you could apply a user logon script to an ou with computers only?
If you have multiple OUs with multiple scripts being applied at logon do they all run? only the first one?
Our layout is as such:
Code:
Domain
|---Pupils
|----Year 7
|----Year 8
etc
|---Computer Rooms
|----Workstations
|--Room 1
|--Room 2
|--Room 3
|--Tutor Machines
|----Laptops
|--COWs
|--Teacher Laptops
-
-
10th November 2005, 02:30 PM #10 Re: !&$£ Numlock
Frazer - Yes you can but you need to enable Loopback Processing of Group Policy. This way you can create a GPO with specific user settings, eg logon script, and then apply the GPO to a machine OU.
I use this for printer settings dependant on computer room.
Take alook here for more info http://support.microsoft.com/?id=231287
-
-
10th November 2005, 02:38 PM #11
-
-
10th November 2005, 05:21 PM #12
- Rep Power
- 16
Re: !&$£ Numlock
Second the loopback thing!
But yes, logon script in the 'User Settings' of the Computer's policy!

Originally Posted by
tosca925 Bios..........?
Would be fine if XP didn't bugger about with num lock!

Andy.
-
-
11th November 2005, 10:49 AM #13
- Rep Power
- 0
Re: !&$£ Numlock
Ill give the loopback policy a go (been wanting something like that for ages! different startmenus per room springs to mind 
Thanks all! (sodding xp buggering around with numlock indeed!)
PS. just for those who want a NumLock.vbs script that toggles numlock on and off:
NumLock.vbs - stolen from M$
Code:
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"
-
SHARE:
Similar Threads
-
By Mintsoft in forum Windows
Replies: 7
Last Post: 16th March 2006, 02:06 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules