For 9x/me, just make a batch file with the following
:: Set 8 bit colour on 800x600 display
rundll deskcp16.dll,QUICKRES_RUNDLLENTRY 800x600x8
:: Set 16 bit colour on 800x600 display
rundll deskcp16.dll,QUICKRES_RUNDLLENTRY 800x600x16
:: Set 24 bit colour on 1024x768 display
rundll deskcp16.dll,QUICKRES_RUNDLLENTRY 1024x768x24
http://www.experts-exchange.com/Oper...5.html#8342037