Having some problem with:
Code:

; -- SET THE NUMLOCK TO BE ON
IF READVALUE('HKU\.DEFAULT\Control Panel\Keyboard','InitialKeyboardIndicators')<>2
$rc=WRITEVALUE('HKU\.DEFAULT\Control Panel\Keyboard','KeyboardSpeed',31,'REG_SZ')
$rc=WRITEVALUE('HKU\.DEFAULT\Control Panel\Keyboard','KeyboardDelay',1,'REG_SZ')
$rc=WRITEVALUE('HKCU\Control Panel\Keyboard','InitialKeyboardIndicators',2,'REG_SZ')
$rc=WRITEVALUE('HKU\.DEFAULT\Control Panel\Keyboard','InitialKeyboardIndicators',2,'REG_SZ')
ENDIF
; http://support.microsoft.com/?kbid=314879
IF INSTR(@PRODUCTTYPE,'Windows XP')
$rc=SENDKEYS('{NUMLOCK}')
ENDIF



What appears to be happening is that the logonscriptsync is coming in the way of setting the numlock to be on.

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's