12.HOW TO DEACTIVATE THE BIOS KEYBOARD INITIALIZATION DURING POST
There are 2 options:
1.Using the BIOS deactivate the option for checking keyboard during initialization.
2.Another option is for users of Win2000 and WinXP. It is possible to deactivate this option by creating 2 registers. Open Notepad and input the following text, then save the file as Keyboard_chk_on.reg. The following text is needed to create a register update to activate the keyboard initialization.
[ H K E Y _ L O C A L _ M A C H I N E \ S Y S T E M \ C u r r e n t C o n t r o l S e t \ S e r v i c e s \ i 8 0 4 2 p r t \ P a r a m e t e r s ]
" H e a d l e s s " = d w o r d : 0 0 0 0 0 0 0 1
You will also need to create a register file to deactivate the registers. Open Notepad and input the following text, then save the file as Keyboard_chk_off.reg. The following text is needed to create a register update to deactivate the keyboard initialization.
[ H K E Y _ L O C A L _ M A C H I N E \ S Y S T E M \ C u r r e n t C o n t r o l S e t \ S e r v i c e s \ i 8 0 4 2 p r t \ P a r a m e t e r s ]
" H e a d l e s s " = d w o r d : 0 0 0 0 0 0 0 0
Once you have created these files, double click on “Keyboard_chk_off.reg” to deactivate the keyboard initializations and double click on “Keyboard_chk_on.reg” to activate it.
If you have problems creating this file, please contact our technical support.
19