Speed up Your Applications Without Using Any Software!!

pusa07

Junior member
  • Aug 24, 2007
    463
    3
    18
    Lost
    Here is what you gotta do:

    CLick on: Start Menu
    Go To: Run
    Type: Regedit
    Look For the Keys: HKEY_LOCAL_MECHINE\SYSTEM\CurrentConrolSet\Control \Session Manager\Memory Management\PrefetchParameters
    Now Look For The DWORD KEY : ENABLEPREFETCHERA
    Its Default Value Is: 3
    Change The Value To: 6

    Now Close The Registery Editor And Restart Your Computer

    Note: If u Change its Value to 1 It'll b verry Slow

    use at ur own risk.. (im using)
    Good luck!
     

    romesh1981

    Junior member
  • Oct 4, 2006
    515
    16
    18
    Colombo
    hey guys

    ur registry tweaking is good but giving the value 6 is pointless because it has no real value....

    * 0 = Disabled
    * 1 = Application launch prefetching enabled
    * 2 = Boot prefetching enabled
    * 3 = Applaunch and Boot enabled (Optimal and Default)


    if use a value like 6 means no tracing wiil be handled.( similar to selecting 0) dat means booting speed will increase tremendously. but application launch time gets slow.

    if u use the value 3 then vise versa..............
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    The importance of EnablePrefetcher. (Default: 3)

    If you change the values to:

    1 -> means to prefetch boot processes only.
    2 -> means prefetch applications only
    3 -> means prefetch both

    And all the other values including 0 means disable prefetcher.

    [SIZE=-1]Logical prefetching is accomplished by tracing frequently accessed pages in supported scenarios and efficiently bringing them into memory when the scenario is launched again. When a supported scenario is started, the transition page faults from mapped files are traced, recording which page of a file is accessed.[/SIZE]

    So personally I think 3 is fine :)