PS/2 와 USB 키보드 크래시 덤프 설정법

PS/2 keyboards : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\i8042prt\Parameters
create a value named CrashOnCtrlScroll, and set it equal to a REG_DWORD value of 0x01.

PS/2 키보드는 레지스트리 생성 후 값을 설정

USB keyboards :HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\kbdhid\Parameters
create a value named CrashOnCtrlScroll, and set it equal to a REG_DWORD value of 0x01.

USB 키보드도 마찬가지로 레지스트리 생성 후 값을 설정

You must restart the system for these settings to take effect.

hotkey sequence: Hold down the rightmost CTRL key, and press the SCROLL LOCK key twice.

재부팅 후 오른쪽 컨트롤 키와 스크롤 락 키를 누르면 강제로 크래시 덤프를 생성할 수 있다

댓글

이 블로그의 인기 게시물

C++ : Class로 만든 DLL Export 및 Import

VMware 환경에서 우분투로 안드로이드 환경 구축하기(1)