PDA

View Full Version : How to modify/change the 'About This Mac' dialog


Puttabong
01-07-2008, 11:22 PM
Always wanted to get rid of the Unknown Processor, which is showing in your 'About This Mac' dialog? :)

Simply open the Finder, then press CMD + N to open a new window.
Now, navigate to:

/System/Library/CoreServices/loginwindow.app/Contents/Resources/YOURLANGUAGE.lproj
Replace YOURLANGUAGE with the language file which is in use, in my case: German.lproj

Then use Nano/TextMate/SubEthaEdit or your favourite text application to open the AboutThisMac.strings file!

Now search for this:

"ABOUT_BOX_SINGLE_PROCESSOR_FIELD_FORMAT" = "Customize This To Your Liking";
or
"ABOUT_BOX_MULTIPLE_PROCESSOR_FIELD_FORMAT" = "Customize This To Your Liking";

Now enjoy your customized dialog. :)

Sergiales
01-08-2008, 01:37 AM
Cool!. Thanks.

zephyroth
01-10-2008, 07:11 AM
I've almost finished a script which can do that.

So it will be applied during the installation of Rev.2.

Puttabong
01-10-2008, 04:58 PM
Awesome, zeph! :)

silex
01-15-2008, 03:08 AM
Thanks :)

Hit
01-15-2008, 03:53 AM
What's that Colored apple thing about?(I know it's the retro apple logo but how did you change)

roisoft
01-15-2008, 06:29 AM
To change the 'About This Mac' Graphics, go to

/system/library/coreservices/loginwindow/contents/resources
Once you are there, replace MacOSX.tif with the new one (the name must be MacOSX.tif).

zuz242
03-08-2008, 05:56 PM
i just added this info to wiki.
i hope u dont mind ;)
http://osx86.wikidot.com/how-to-s#toc12

Puttabong
03-08-2008, 07:10 PM
Thank you!