How do I change the default Windows shell from explore.exe to my own custom shell in Windows 98?

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

Edit %WINDIR%\system.ini using a text editor (or use msconfig.exe). The default shell is defined in section [boot], variable shell.

[boot]
shell=Explorer.exe
link|improve this answer
This is old school. On Windows 3.x, I hear a popular replacement was fileman.exe (File Manager), which reminds ppl of Total Commander. – surfasb Jan 16 at 23:33
1  
@surfasb: It actually was the default file manager program on Windows 3.x (and it was winfile.exe). Have some more oldschool. – grawity Jan 16 at 23:48
1  
@grawity - Whaddya mean "old school". This is top tech, bleeding edge !!! – ldigas Jan 16 at 23:50
2  
@surfasb - They are charlie.amigaspirit.hu/temp/windows-1-vs-8.jpeg :) – ldigas Jan 17 at 0:18
1  
@ldigas: I can go forward and show pictures of a baby Explorer.exe. (It's not a matter of having "been there"; it's just fun to go back "there" again.) – grawity Jan 17 at 0:23
show 7 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.