Tuesday, February 2, 2016

auto save acrobat reader xi



1. open gpedit.msc
2. add  User Configuration - windows setting - scripts (logon/logoff)
- logon - add - right click - new - text document - right click edit - copy and paste command below - save ass -
accept-Adobe-Reader-11-EULA.cmd - choose file accept-Adobe-Reader-11-EULA.cmd - open - apply - restart pc.


command

set a=HKCU\Software\Adobe

reg add "HKCU\Software\Adobe\Acrobat Reader\11.0\AdobeViewer" /v EULA /t REG_DWORD /d 1 /f

reg add "HKCU\Software\Adobe\Adobe Acrobat\11.0\AdobeViewer" /v EULAAcceptedForBrowser /t REG_DWORD /d 1 /f


save ass
accept-Adobe-Reader-11-EULA.cmd