By mpc_user
Wed Dec 20, 2006 1:38 pm
I don't know if this is common knowledge, but you can change the words/text displayed on your MPC.
For example, you can change the "MPC2000 v1.72" text displayed on bootup to "HAL9000 v1.72" or something.
Simply edit the MPC2000.exe executable on your bootdisk with a hex editor.
Make sure though, that the text you replace it with, isn't longer than the original string.
Because then you're overwriting other pieces of code, and the loaded OS might not function properly.
- Freeware Hex Editor XVI32 - dowload
1. open MPC2000.exe with your hex editor
2. Search > Find > Text string: "MPC2000" for example
* note: there are multiple occurences of the word "MP2000". Keep searching the next one, till you find the one you want to replace.
3. Replace the word(s) (on the right in XVI32)
4. Save
--> Done, now boot your MPC with the files you just edited.
Look for the piece of text you edited, nice isn't it.
Note:
- This doesn't change anything permanently, only when you boot from the disk with the edited executable, you're edited OS with the edited text is loaded.
- Go easy on editing the executable. Replacing strings is harmless, if you mess up the executable..who knows what could happen
For example, you can change the "MPC2000 v1.72" text displayed on bootup to "HAL9000 v1.72" or something.
Simply edit the MPC2000.exe executable on your bootdisk with a hex editor.
Make sure though, that the text you replace it with, isn't longer than the original string.
Because then you're overwriting other pieces of code, and the loaded OS might not function properly.
- Freeware Hex Editor XVI32 - dowload
1. open MPC2000.exe with your hex editor
2. Search > Find > Text string: "MPC2000" for example
* note: there are multiple occurences of the word "MP2000". Keep searching the next one, till you find the one you want to replace.
3. Replace the word(s) (on the right in XVI32)
4. Save
--> Done, now boot your MPC with the files you just edited.
Look for the piece of text you edited, nice isn't it.
Note:
- This doesn't change anything permanently, only when you boot from the disk with the edited executable, you're edited OS with the edited text is loaded.
- Go easy on editing the executable. Replacing strings is harmless, if you mess up the executable..who knows what could happen









