of course you dont have to overwrite explorer,
just pop open system.ini
and replace this

Code:
[boot]
;some stuff here
shell=Explorer.exe
with this

Code:
[boot]
;some stuff here
shell=MyProg.exe
and I think you have to place your program in Windows directory.