MSFN Forum: Acrobat Reader 7 Speedup Tweak? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Acrobat Reader 7 Speedup Tweak? Rate Topic: -----

#1 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 23 December 2004 - 01:47 PM

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?


#2 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 23 December 2004 - 02:06 PM

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 :P its load time is better then 6x tho :)

#3 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 23 December 2004 - 05:21 PM

so theres no way to speed it up?
v7 normal is still about 5 seconds longer than sped-up-6

#4 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 24 December 2004 - 11:18 AM

look at this http://dotnetjunkies.com/WebLog/darrell.no...10/06/2095.aspx

actually 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.

#5 User is offline   swgreed 

  • Unofficial Service Pack & Codec Pack maintainer
  • PipPipPip
  • Group: Members
  • Posts: 454
  • Joined: 18-August 03

Posted 24 December 2004 - 11:49 AM

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 errors
you 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;))

#6 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 December 2004 - 01:14 PM

You can then do it for future installs thru CMD scripts, or using the adobe-reader speedup - instructions

#7 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 24 December 2004 - 01:37 PM

this is my code...
@echo off
cmdow @ /HID
%SYSTEMDRIVE%
CD "%programfiles%\Adobe\Acrobat 7.0\Reader"
RD Optional /S /Q
RENAME Plug_Ins Optional
MD  Plug_Ins
MOVE /Y Optional\Annotations Plug_Ins\Annotations
MOVE /Y Optional\eBook.* Plug_Ins
MOVE /Y Optional\EWH32.* Plug_Ins
MOVE /Y Optional\EScript.* Plug_Ins
MOVE /Y Optional\ImageViewer.* Plug_Ins
MOVE /Y Optional\Search.* Plug_Ins
MOVE /Y Optional\Search*.* Plug_Ins
MOVE /Y Optional\Spelling.* Plug_Ins
MOVE /Y Optional\weblink.* Plug_Ins
EXIT
works pretty good, the difference between 7 and 6 versions is the Plug_Ins\Annotations dir that is extrictly necessary on reader7 to run

This post has been edited by SiMoNsAyS: 24 December 2004 - 05:13 PM


#8 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 24 December 2004 - 02:33 PM

@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:

Quote

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?

#9 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 24 December 2004 - 05:04 PM

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 ;)

This post has been edited by SiMoNsAyS: 24 December 2004 - 05:12 PM


#10 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 25 December 2004 - 06:10 AM

iam using wpi to intall softwares.its code

prog[pn]=['ProgramName']
desc[pn]=['Description']
cmd1[pn]=['Drive','CommandLine 1']------path to software
cmd2[pn]=['Drive','CommandLine 2']------can i use SiMoNsAyS code here.in cmd format
cmd3[pn]=['Drive','CommandLine 3']-----or here
rega[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?

#11 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 25 December 2004 - 12:16 PM

bmn, on Dec 25 2004, 02:10 PM, said:

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 :P

#12 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 25 December 2004 - 10:29 PM

SiMoNsAyS, on Dec 24 2004, 07:04 PM, said:

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!

#13 User is offline   vcBlackBox 

  • Member
  • PipPip
  • Group: Members
  • Posts: 144
  • Joined: 22-September 04

Posted 27 December 2004 - 12:03 AM

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. :yes:

#14 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 27 December 2004 - 09:18 AM

vcBlackBox, on Dec 27 2004, 08:03 AM, said:

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.

#15 User is offline   buletov 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 518
  • Joined: 08-September 04

Posted 27 December 2004 - 10:11 AM

...will use your code simonsays as soon as i download ar7!

#16 User is offline   graysky 

  • Member
  • PipPip
  • Group: Members
  • Posts: 286
  • Joined: 12-February 04

Posted 08 January 2005 - 06:37 AM

[deleted]

#17 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 08 January 2005 - 06:41 AM

lol, have u read the page before? :P
http://www.msfn.org/board/index.php?showto...ndpost&p=239812

#18 User is offline   graysky 

  • Member
  • PipPip
  • Group: Members
  • Posts: 286
  • Joined: 12-February 04

Posted 08 January 2005 - 06:42 AM

**** you guys are fast... I posted that and a few minutes later removed it! (wrote my own bat file btw :) )

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy