第一次進入 Leopard 都會有個很酷的動畫,可是要去哪裡找呢?
請依照以下步驟進行:
1 打開 Finder
2 進入 System 資料夾
3 進入 Library 資料夾
4 開啟 Core Service
5 找出 Setup Assistant ,並點選右鍵
6 在選單中選 Show Package Contents
7 打開 Contents 資料夾
8 打開資料夾後,用 Spotlight 搜尋「.mov」
9 會找出一個「intro.mov」
10 影片沒有聲音,只要在同一個搜尋「.mp3」即可
以上資訊是由 Youtube上的 ziggybomb200 所提供
感謝各位的閱讀!
HGT119 wrote:
你的搜尋資料夾要換成...(恕刪)
既然都知道叫做intro.mov了
何不乾脆用終端機的find來找?
只要下一個指令
他就把該檔案的實際路徑挖出來給你啦
MacBook[User]:/$ sudo find /System/ -name intro.mov -print
Password:
/System//Library/CoreServices/Setup Assistant.app/Contents/Resources/TransitionSection.bundle/Contents/Resources/intro.mov
同理, *.mp3也可以找到
MacBook[User]:/System$ sudo find /System/ -name *.mp3 -print
/System//Library/CoreServices/Setup Assistant.app/Contents/Resources/TransitionSection.bundle/Contents/Resources/intro-sound.mp3
做完上述的事情後有個感觸
SpotLight功能很強大沒錯
但是在這件事情上竟然輸給BSD General Commands:find