Skip to content

6.12 禁止Adobe Acrobat Reader DC自动升级

https://scz.617.cn/windows/201812211433.txt

A: 2017-07-12

https://www.wintips.org/how-to-disable-automatic-update-in-adobe-reader-dc/

有几种办法禁止Adobe Acrobat Reader DC自动升级。

1)

services.msc->Adobe Acrobat Update Service->禁用

sc config AdobeARMservice start= disabled sc stop AdobeARMservice

之后仍可手工升级:

帮助->检查更新

2)


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe ARM\Legacy\Reader{AC76BA86-7AD7-2052-7B44-AC0F074E4100}] "Check"=dword:00000048 "Mode"=dword:00000003 "TrackName"="DC" "ManifestURL"="https://armmf.adobe.com/arm-manifests/win/ReaderDCManifest.msi" "ManifestURL_2"="https://armmf.adobe.com/arm-manifests/win/ReaderDCManifest2.msi"


Mode有4种可选值

0 Do not download or install updates automatically. 2 Automatically download updates but let the user choose when to install them. 3 Automatically download and install updates. (Default value) 4 Notify the user downloads are available but do not download them.

从缺省的3改成4比较合适。

reg query "HKLM\SOFTWARE\Wow6432Node\Adobe\Adobe ARM\Legacy\Reader{AC76BA86-7AD7-2052-7B44-AC0F074E4100}" /v "Mode" reg add "HKLM\SOFTWARE\Wow6432Node\Adobe\Adobe ARM\Legacy\Reader{AC76BA86-7AD7-2052-7B44-AC0F074E4100}" /v "Mode" /t REG_DWORD /d 4 /f

3)

对于这类自动升级的软件,通用办法是利用Windows自带PFW,设置出站规则予以阻止。