Kat*_*thy 6 pdf printing adobe-reader
Adobe Reader 自动更新到版本 15.023.20053 后,我无法再打印 PDF。
我恢复到之前安装的版本 (15.020.20042) 并且能够正常打印,但 Adobe Reader 一直在尝试更新。
如何阻止 Adobe Reader 更新(和破坏)自身?
您可以通过更改注册表中的键来完成此操作:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe ARM\Legacy\Reader\{Product Code}
Run Code Online (Sandbox Code Playgroud)
您需要更改密钥Mode
:
0: Do not download or install updates automatically.
1: 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.
4: Notify the user downloads are available but do not download them.
Run Code Online (Sandbox Code Playgroud)
将其设置为0
禁用自动更新。