|
Editing IO.sys is definitely not recommended, as its is essentially the core component of the MS-DOS operating system.
However, if you want to undertake the task, then the steps are relatively easy.
1. Backup a copy of IO.sys
2. Change attributes: attrib -h -r -s io.sys
3. Use a Hex Editor to change the desired strings
If you do not know how to use a hex editor, then I seriously recommend you thoroughly research hex editing, as the process can easily destroy the file during editing if you change the wrong values.
Robert Richmond
|