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

From OS2World.Com Wiki
Revision as of 04:52, 8 July 2013 by Martini (talk | contribs) (Created page with "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 [[Image:hed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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