Usefull Pages

Friday, 19 February 2016

Disable Acrobat Reader update batch file




The following batch file install the reg key that blocks adobe acrobat reader updates. You can add as many Adobe reader version a syou need into the reg file version.




@echo off

regedit.exe /s "%~dp0acrobatReader_noupdate.reg"
pause



****************************************************************


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown]
"bUpdater"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown]
"bUpdater"=dword:00000000

No comments:

Post a Comment

Give me you feedback!