mattreef Posted April 23, 2009 Posted April 23, 2009 Recently some of the computers here at school have been loading up with an American keyboard configuration when the user logs on and it is dependent on who is logging on. I think that this is due to a change in the logon script, but I need advice on how to check/change this. It's a windows 2003 exchange server network and as you can guess I'm something of a novice!! Thanks.
craigg Posted April 24, 2009 Posted April 24, 2009 Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegWrite "HKCU\Keyboard Layout\Preload\1","00000809" Stick that on the end of your logon script - It worked for me but i'd test it first as you never know what the registry can do. 1
mattreef Posted April 29, 2009 Author Posted April 29, 2009 Thanks Craigg - have checked the logon script and the keyboard settings parameter that you suggest is already there! I am beginning to think there may be a virus affecting the registry.
ezzauk Posted April 30, 2009 Posted April 30, 2009 We use this adm for setting the keyboard to UK. You will need to test it.keyboard.zip
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now