PC Review


Reply
Thread Tools Rate Thread

Re: super prefetch causing slow system

 
 
Richard Urban
Guest
Posts: n/a
 
      9th Sep 2008
Oops. I was thinking ReadyBoost.

The more RAM you have the more frequently used programs will load at startup
when using prefetch.

I only prefetch my boot programs. I don't prefetch my frequently used
programs. This make startup a bit quicker.

--

Richard Urban
Microsoft MVP
Windows Desktop Experience


"Dutch 64" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Hello, i have got a problem prefetch is giving me a hard time the first
> 2 minutes after i started up my system. I dont understand why after 7
> months of using ultimate 64 its causing such lag ?? Is it because there
> are more and more programs installed or what . I know i can turn it off
> but i dont whant to.
>
> My system specs :
> gigabyte ga x38 dq6
> intel q6600
> 8 gig g.e.i.l ddr2 800 memory
> 2x500 samsung spinpoint in raid0
> 8800gts 320mb
>
>
> --
> Dutch 64


 
Reply With Quote
 
 
 
 
DDW
Guest
Posts: n/a
 
      9th Sep 2008
"Richard Urban" <(E-Mail Removed)> wrote:

>I only prefetch my boot programs. I don't prefetch my frequently used
>programs.


How do you do that?

DDW
--
Reply via this group
No email please
 
Reply With Quote
 
Richard Urban
Guest
Posts: n/a
 
      9th Sep 2008
Registry hack!

Copy the below (between the asterisks) to a text file in notepad. Then save
as xxxxxx.reg

Run the file for the changes.


*********************************

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory
Management\PrefetchParameters]
"BootId"=dword:00000046
"BaseTime"=dword:0ca25fa5
"VideoInitTime"=dword:0000000f
"EnableSuperfetch"=dword:00000001
"EnablePrefetcher"=dword:00000003
"EnableBootTrace"=dword:00000000

*********************************

The line "EnableSuperfetch"=dword:00000001 is the key

The default is dword:00000003 which caches all

dword:00000001 is boot files only

--

Richard Urban
Microsoft MVP
Windows Desktop Experience


"DDW" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Richard Urban" <(E-Mail Removed)> wrote:
>
>>I only prefetch my boot programs. I don't prefetch my frequently used
>>programs.

>
> How do you do that?
>
> DDW
> --
> Reply via this group
> No email please


 
Reply With Quote
 
DDW
Guest
Posts: n/a
 
      9th Sep 2008
"Richard Urban" <(E-Mail Removed)> wrote:

>Registry hack!
>
>Copy the below (between the asterisks) to a text file in notepad. Then save
>as xxxxxx.reg


Thanks! But that doesn't look like a ".reg" file: it's missing
"Windows Registry Editor Version 5.00".

I changed "EnableSuperfetch" manually.

>Run the file for the changes.
>
>
>*********************************
>
>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory
>Management\PrefetchParameters]
>"BootId"=dword:00000046
>"BaseTime"=dword:0ca25fa5
>"VideoInitTime"=dword:0000000f
>"EnableSuperfetch"=dword:00000001
>"EnablePrefetcher"=dword:00000003
>"EnableBootTrace"=dword:00000000
>
>*********************************
>
>The line "EnableSuperfetch"=dword:00000001 is the key
>
>The default is dword:00000003 which caches all
>
>dword:00000001 is boot files only


DDW
--
Reply via this group
No email please
 
Reply With Quote
 
Richard Urban
Guest
Posts: n/a
 
      9th Sep 2008
You're right. I left that out. It should be as follows:

****************************************

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory
Management\PrefetchParameters]
"BootId"=dword:00000046
"BaseTime"=dword:0ca25fa5
"VideoInitTime"=dword:0000000f
"EnableSuperfetch"=dword:00000001
"EnablePrefetcher"=dword:00000003
"EnableBootTrace"=dword:00000000

****************************************

--

Richard Urban
Microsoft MVP
Windows Desktop Experience


"DDW" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Richard Urban" <(E-Mail Removed)> wrote:
>
>>Registry hack!
>>
>>Copy the below (between the asterisks) to a text file in notepad. Then
>>save
>>as xxxxxx.reg

>
> Thanks! But that doesn't look like a ".reg" file: it's missing
> "Windows Registry Editor Version 5.00".
>
> I changed "EnableSuperfetch" manually.
>
>>Run the file for the changes.
>>
>>
>>*********************************
>>
>>[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory
>>Management\PrefetchParameters]
>>"BootId"=dword:00000046
>>"BaseTime"=dword:0ca25fa5
>>"VideoInitTime"=dword:0000000f
>>"EnableSuperfetch"=dword:00000001
>>"EnablePrefetcher"=dword:00000003
>>"EnableBootTrace"=dword:00000000
>>
>>*********************************
>>
>>The line "EnableSuperfetch"=dword:00000001 is the key
>>
>>The default is dword:00000003 which caches all
>>
>>dword:00000001 is boot files only

>
> DDW
> --
> Reply via this group
> No email please


 
Reply With Quote
 
Richard Urban
Guest
Posts: n/a
 
      13th Sep 2008
If you were to read all the way down to the last entry on that page you will
see that someone else has already taken the author to task for his
misinformation.

Quote from last responder:

Zoyx
Some contradiction, please do research this. practicing some googlefu, some
sites recommend. The values for dword are different than what you posted.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
Management\PrefetchParameters]
"EnableSuperfetch"=dword:00000002
"EnablePrefetcher"=dword:00000001

0=Off
1=Prefetch boot process
2=Application Prefetch
3=Prefetch both


End Quote:

--

Richard Urban
Microsoft MVP
Windows Desktop Experience


"Brian C" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>> [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory
>> Management\PrefetchParameters]
>> "BootId"=dword:00000046
>> "BaseTime"=dword:0ca25fa5
>> "VideoInitTime"=dword:0000000f
>> "EnableSuperfetch"=dword:00000001
>> "EnablePrefetcher"=dword:00000003
>> "EnableBootTrace"=dword:00000000

>
> Richard,
>
> Thanks for this information. When I searched the Internet just to verify
> the approach, this article:
>
> http://www.howtogeek.com/howto/windo...iles-in-vista/
>
> seems to contridict what you wrote. I'd like to implement this change, can
> you verify for me that your method is correct and the one in the article
> is wrong?
>
> Thanks
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: super prefetch causing slow system Richard Urban Windows Vista Performance 0 9th Sep 2008 01:49 AM
Re: super prefetch causing slow system mikeyhsd Windows Vista Performance 0 9th Sep 2008 01:05 AM
Re: super prefetch causing slow system Richard G. Harper Windows Vista Performance 0 8th Sep 2008 11:38 PM
Re: super prefetch causing slow system Paul Montgomery Windows Vista Performance 0 8th Sep 2008 10:50 PM
System super slow, taskbar missing, PC hangs Jolene Windows XP General 2 26th Mar 2004 04:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:58 PM.