December 23, 200421 yr anyone know what commands to run to "speed up" acrobat reader 7?apparently its not the same as 6.0.x? because the acrobat speedup file says NOT to use it past the 7 beta, and something is different...anyone have tested, working speed-up commands for this new version?
December 23, 200421 yr if u try 2 speed it up via the utility, it will work, then when u try 2 start it again it will repair (thus modifying all work u just did)so u cant its load time is better then 6x tho
December 23, 200421 yr Author so theres no way to speed it up?v7 normal is still about 5 seconds longer than sped-up-6
December 24, 200421 yr look at this http://dotnetjunkies.com/WebLog/darrell.no...10/06/2095.aspxactually this is for v6.but i think it will work for v7 also.if we follow this procedure i think one cmd file is enough to speed up acrobat reader.
December 24, 200421 yr IMHO just move(!) the plugins you don't require from "%programmfiles%\Adobe\Acrobat 7.0\Reader\plug_ins" to a backup directory.restart AR7 and make sure it starts without errorsyou may have to test a little, to find your optimum of what you need and what AR7 sees as essential plugins (until AR7 stopps nagging;))
December 24, 200421 yr You can then do it for future installs thru CMD scripts, or using the adobe-reader speedup - instructions
December 24, 200421 yr this is my code...@echo offcmdow @ /HID%SYSTEMDRIVE%CD "%programfiles%\Adobe\Acrobat 7.0\Reader"RD Optional /S /QRENAME Plug_Ins OptionalMD Plug_InsMOVE /Y Optional\Annotations Plug_Ins\AnnotationsMOVE /Y Optional\eBook.* Plug_InsMOVE /Y Optional\EWH32.* Plug_InsMOVE /Y Optional\EScript.* Plug_InsMOVE /Y Optional\ImageViewer.* Plug_InsMOVE /Y Optional\Search.* Plug_InsMOVE /Y Optional\Search*.* Plug_InsMOVE /Y Optional\Spelling.* Plug_InsMOVE /Y Optional\weblink.* Plug_InsEXITworks pretty good, the difference between 7 and 6 versions is the Plug_Ins\Annotations dir that is extrictly necessary on reader7 to run Edited December 24, 200421 yr by SiMoNsAyS
December 24, 200421 yr Author @SiMoNsAyS:Have tou tested this code?I just did a clean install of AcrobatReader7 (RyanVM's switchless version), followed by your cmd, and when I tried to open Reader7, I got this error:There was an error while loading the plug-in 'Multimedia.api'. The plug-in failed to initialize.FYI, the file "Multimedia.api" is located in my: "C:\Program Files\Adobe\Acrobat 7.0\Reader\Plug_Ins"what's going on?
December 24, 200421 yr ok, i did a little mistake while writting the code, simply move multimedia plugin to optional\ dir and there won't be any problem. it's also language (path and drive) independant. good luck!ps: code above is updated Edited December 24, 200421 yr by SiMoNsAyS
December 25, 200421 yr iam using wpi to intall softwares.its code prog[pn]=['ProgramName']desc[pn]=['Description']cmd1[pn]=['Drive','CommandLine 1']------path to softwarecmd2[pn]=['Drive','CommandLine 2']------can i use SiMoNsAyS code here.in cmd formatcmd3[pn]=['Drive','CommandLine 3']-----or hererega[pn]=['Drive','Registry Key Path']dflt[pn]=['no']forc[pn]=['false'] cat[pn]=['Appllication Category']ordr[pn]=[0]pn++i think SiMoNsAyS code shld be applied after installing adobe reader.is it right?
December 25, 200421 yr i think SiMoNsAyS code shld be applied after installing adobe reader.is it right?right, until reader is installed there's nothing to move from plug_ins to optional
December 26, 200421 yr Author ok, i did a little mistake while writting the code, simply move multimedia plugin to optional\ dir and there won't be any problem. it's also language (path and drive) independant. good luck!ps: code above is updated fixed code works perfectly.slimmed my loadup time from 10 secs to 3 1/2 secs.thanks!
December 27, 200421 yr Just out of curiousity, those asking for plugin tweaks to speed up Adobe Reader 7, are you installing the full 20MB version? It would be kinda silly to download the full version if you're going to disable a lot of the features, why not just download the 12.5MB basic version instead. I have Adobe Reader 7 Basic installed and most of my PDFs opens in 2 secs or less.Under v6 with most plugins disabled, the same PDF file would take about 6 secs to open.So overall I'm quite please with this new version.
December 27, 200421 yr why not just download the 12.5MB basic version instead.because i still want to have access to my optional plugins.yes, about 1,5 sec to open reader7, nice speed up.
Create an account or sign in to comment