Mengganti Text Di Start Button WinXP

langsung aja kita mulai triknya.
1. Resources Hacker, cari di Google
2. Replacer, cari di Google
3. Keberanian, karena ini cukup “menantang”(berhubungan dengan hidup-matinya si Windows)
4. copy file explorer.exe dari direktori C:\Windows\ dan paste dengan nama "explorer.exe" tanpa tanda
petik atau sembarang nama di folder lain
5. buka Resources Hacker klik File>Open dan buka file explorer.exe hasil copy-an
6. pilih kategori "String Table" dibagian kiri dari Resources Hacker
7. untuk style Windows XP pilih subkategori 37 dan pilih 1033 dan akan muncul script:

STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
578, "start"
579, "There was an internal error and one of the windows you were using has been closed."
580, "Restrictions"
581, "This operation has been cancelled due to restrictions in effect on this computer. Please contact
your system administrator."
590, "Hiding your inactive notification icons..."
591, "To see the hidden icons, click this button."


ganti script di line 578, yang bertuliskan "start" dengan yang anda inginkan (jangan lupa tanda petik tetap diikutkan) misal, ganti dengan: 

STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
578, "alpheen"
579, "There was an internal error and one of the windows you were using has been closed."
580, "Restrictions"
581, "This operation has been cancelled due to restrictions in effect on this computer. Please contact
your system administrator."
590, "Hiding your inactive notification icons..."
591, "To see the hidden icons, click this button."
}

trus, klik tombol Compile Script

8. untuk style Windows Classic pilih subkategori 38 dan pilih 1033 dan akan muncul script seperti berikut:

STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
593, "Notification Area"
594, "Running Applications"
595, "Start"
603, "The application is either too busy or unable to respond to your request to close."
604, "Forcing it to close may cause that application to lose data. Do you want to force it to close?"
}


ganti script di line 595, yang bertuliskan "Start" dengan yang anda inginkan (jangan lupa tanda petik
tetap diikutkan) misal:


STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
593, "Notification Area"
594, "Running Applications"
595, "AlpheeN"
603, "The application is either too busy or unable to respond to your request to close."
604, "Forcing it to close may cause that application to lose data. Do you want to force it to close?"
}


9. jika sudah selesai, klik File> Save
10. replace file explorer.exe yang asli dengan program Replacer
11. jika tidak menggunakan Replacer, buka registry editor[run>regedit]
12. browse ke key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
13. cari key "shell" tanpa petik yang bernilai default "explorer.exe" tanpa petik
14. ganti value atau nilai dari key shell tadi ke lokasi explorer.exe yang sudah diedit, misalnya isi dengan c:\explorer.exe dengan ketentuan file explorer.exe yang telah dimodifikasi diletakkan di direktori c:\ dengan nama explorer.exe
15. reboot computer


semoga bermanfaat