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

From OS2World.Com Wiki
Revision as of 13:15, 10 October 2021 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Article Info
Author Timo Maier‎
Date
OS Version
Companion File N/A
Source

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