為啥我的 Flash Player 11.1.102.55 不會自動檢查更新?
我安裝完都沒動設定,在控制台裡看也是勾選[自動檢查更新],
但現在 Flash Player 都 11.2.202.233 了我卻都沒有看過更新的視窗出現?
3台電腦都這樣!
而且在 http://www.macromedia.com/support/documentation/tw/flashplayer/help/settings_manager05.html#118377
說明的[設定管理員]圖怎跟我的不一樣?
頻率也不能調整?
OS: XP-SP3
請用記事本打開 %systemroot%\System32\Macromed\Flash\mms.cfg
然後仔細看一下第一行 AutoUpdateDisable=0 或者 AutoUpdateDisable=1
要自動更新的話, AutoUpdateDisable要為0
我系統裡沒有那麼檔案耶?!
C:\WINDOWS\system32\Macromed\Flash>dir
磁碟區 C 中的磁碟沒有標籤。
磁碟區序號: C04E-79A0
C:\WINDOWS\system32\Macromed\Flash 的目錄
2012/01/16 05:43 <DIR> .
2012/01/16 05:43 <DIR> ..
2012/01/16 05:43 9,933,984 Flash11e.ocx
2012/04/23 05:30 5,222 FlashInstall.log
2012/01/16 05:43 856 flashplayer.xpt
2012/01/16 05:43 335,520 FlashUtil11e_ActiveX.dll
2012/01/16 05:43 247,968 FlashUtil11e_ActiveX.exe
2012/01/16 05:43 247,968 FlashUtil11e_Plugin.exe
2006/01/21 16:01 25,088 genuinst.exe
2006/08/24 08:35 5,278 KB923789.inf
2012/01/16 05:43 9,824,416 NPSWF32.dll
9 個檔案 20,626,300 位元組
2 個目錄 688,234,496 位元組可用
剛試了一下, Flash player 11.2.202.228 版本起才有mms.cfg那個檔案
您要不要考慮, 先手動將這三台電腦的 flash player 上到最新版?!
Flash Player 離線安裝版下載 (絕對路徑,就算出新版了, 再下載一次就是新版本)
32bit Internet Explorer
http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_active_x_32bit.exe
32bit Plugin-based browsers
http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe
64bit Internet Explorer
http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_active_x_64bit.exe
64bit Plugin-based browsers
http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_64bit.exe
Download the Adobe Flash Player uninstaller:
32-bit uninstaller:
http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_32bit.exe
64-bit uninstaller:
http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_64bit.exe
以前都會自動彈出來跟你說有新版,
就不知現在為啥都不會自動提醒更新了Orz?
應該還是會啦...但是要三台都同一時間都一起出現更新, 以敝司 5xx 多部 client 來說, 我看也都沒同時跳出要求更新, 建議如果管的電腦多, 出現新版時, IT先自行下載, 然後利用 login script 去派送, 節省下載更新佔用頻寬 .
<pre class="c" name="code">@echo off
if exist %systemroot%\system32\Macromed\Flash\Flash32_11_2_202_233.ocx goto END
if exist "%ProgramFiles(x86)%" goto X64
start /b \\server\public\install_flash_player_11_active_x_32bit.exe -install
:END
只好手動更新了~..~