How to disable CAD (Ctrl-Alt-Delete) in OS/2

From OS2World.Com Wiki
Revision as of 23:33, 9 October 2013 by Martini (talk | contribs)
Jump to navigation Jump to search

By Timo Maier‎

If you want to disable Ctrl-Alt-Delete edit \os2\boot\kbdbase.sys with a binary editor like HED: search for

... B4 07 B2 25 FF 1E ?? ?? EB


and change to

... EB 06 ....................

Source: Veit Kannegieser