如何改變 IE 右上角圖示
1. 製作一個 32 X 32 的 BMP 圖形 ( 如右圖 ) , 並存檔 ( 本例為 c:\ielogo01.bmp ) |
|
2. 將下面機碼複製至 Notepad 中, 並存為 IE Logo.reg 檔案, 在檔案上雙按滑鼠左鍵即可改變 IE 右上角圖示 | |
REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main] "SmallBitmap"="c:\\ielogo01.bmp" |
|
![]() |