JDP 發表於 2011-3-26 16:53:52

Firefox Portable in Win7 Taskbar Problem

在 Windows 7 下使用 Firefox Portable 時,如果將 FirefoxPortable.exe 拉到下方快捷列(Taskbar)使用,點選快捷會另外增加一個快捷的問題(這很難敘述,如果您有碰到就會了解),造成很大的不便,以下是解決辦法(確定可用):
1. 找出目前 Firefox 版本的 AppID
   • 執行Firefox,網址列輸入 about:config,找到browser.taskbar.lastgroupid的值(Ex: Mozilla.Firefox.5.0)
2. Modify AppID of FirefoxPortable.exe
   • Download mkshortcut.exe from one of the links in this comment.
   • Copy mkshortcut.exe to the folder containing FirefoxPortable.exe
   • In Windows Explorer, right click on that folder→Open Command window here
   • Type following into command window, then hit enter:
             mkshortcut.exe -output "Firefox Portable.lnk" -target "%cd%\FirefoxPortable.exe" -appid "Mozilla.Firefox.5.0"
3. Pin new shortcut to Taskbar
   • Right click on new link→Pin to Taskbar

如果有改版本就要重新再產生一次捷徑每次,主要就是修改版本號碼而已。

2012/03/23修正
上述方法在Firefox 10 及 11 已失效,後來又有找到方法,將appid改為firefox執行檔實際位址即可!
mkshortcut.exe -output "Firefox Portable.lnk" -target "%cd%\FirefoxPortable.exe" -appid "D:\NET\FirefoxPortable\App\Firefox\firefox.exe"

Reference:
http://portableapps.com/node/20322
http://portableapps.com/node/31515

頁: [1]
查看完整版本: Firefox Portable in Win7 Taskbar Problem