2005年11月09日

BartPE の作り方 #4

さて、起動時のネットワークの設定はだいぶ楽になりました。
次に気になるのは、起動時に表示されるタスクトレイのバルーンです。
これもばっちりとめてしまいましょう。
編集するのは Explorer&IE plugin の Explorer&IE.inf ファイルです。


上記ファイルの 48896 行目あたりに
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","EnableBalloonTips",0x0
を追加します。
追加部分の前後をあわせて表示すると以下のようになります。


0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","TaskbarGlomming",0x0
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","UseDoubleClickTimer",0x0
0x0,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete"
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete","AutoComplete In File Dialog",0x0

変更前↑をこのように↓変更します

0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","TaskbarGlomming",0x0
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","UseDoubleClickTimer",0x0
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","EnableBalloonTips",0x0
0x0,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete"
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete","AutoComplete In File Dialog",0x0


さらに同ファイルの 48055 行目あたりから始まる以下の部分を探して削除してください。

0x0,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour"
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour","Title","Windows XP のツアーを始める\"
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour","Text","Windows XP に搭載された新しい機能を知るには、ここをクリックしてください。ツアーを後で始めるには [スタート] メニューの [すべてのプログラム] をクリックしてから [アクセサリ] をクリックしてください。"
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour","IconResource","tourstart.exe,0"
0x1,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour","ShellExecute","tourstart.exe"
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour","ShowTime",0xea60
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour","RetryInterval",0x0
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour","RetryCount",0x0
0x4,"Software\Microsoft\Windows\CurrentVersion\Explorer\PostBootReminders\Microsoft.OfferTour","TypeFlags",0x1


以上の編集を加えた inf ファイルで BartPE をつくれば、
バルーンが表示されなくなってらくになります。
眠いので続きは明日以降で。

Posted by k-square : 2005年11月09日 23:29 | Technique
コメント
コメントする









名前、アドレスを登録しますか?