Dynaverse.net

Off Topic => Engineering => Topic started by: Sirgod on July 21, 2005, 10:33:30 am

Title: Interesting Spped Trick...
Post by: Sirgod on July 21, 2005, 10:33:30 am
The only reason why its faster is they added a superfetch feature to the prefetcher. If you look at the key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\Prefetcher

you will notice in windows xp

EnablePrefetcher = 3 and you will notice in windows longhorn
EnableSuperfetch = 1

Well, guess what? You can put the EnableSuperfetch = 1 in windows xp and get the same speed.

Wow, Microsoft just added a feature that was already there in xp.

--------------

http://www.theinquirer.net/?article=24731

I did it, I guessed and added the "enablesuperfetch" as a "DWORD"

Stephen
Title: Re: Interesting Spped Trick...
Post by: Darth Sidious on July 21, 2005, 10:53:22 am
It does work :)

I wonder how it plays with PC's at the lower end of the WinXP spectrum speedwise.
Title: Re: Interesting Spped Trick...
Post by: toasty0 on July 21, 2005, 11:38:00 pm
The only reason why its faster is they added a superfetch feature to the prefetcher. If you look at the key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\Prefetcher

you will notice in windows xp

EnablePrefetcher = 3 and you will notice in windows longhorn
EnableSuperfetch = 1

Well, guess what? You can put the EnableSuperfetch = 1 in windows xp and get the same speed.

Wow, Microsoft just added a feature that was already there in xp.

--------------

[url]http://www.theinquirer.net/?article=24731[/url]

I did it, I guessed and added the "enablesuperfetch" as a "DWORD"

Stephen


Nice, but have you noticed an increase in your launch and shut down time?
Title: Re: Interesting Spped Trick...
Post by: Sirgod on July 22, 2005, 07:40:57 am
A few seconds at most, but everybit helps IMHO.

Stephen
Title: Re: Interesting Spped Trick...
Post by: Darth Sidious on July 22, 2005, 10:48:41 am
I noticed a slight speedup on boot/shutdown.  Speedup on loading IE (work apps require), bit slower on FF (but was 1st boot of 1.0.6).

Then again this PC booted like lighting before the regkey due to nothing installed but (work)base image, google earth, FF.



Nice, but have you noticed an increase in your launch and shut down time?