Guest Englisch101 Posted October 27, 2009 Report Share Posted October 27, 2009 Windows Server 2008 question- I get error when loading superfetch in system services. Says "system is not configured to run this service". Any help is much welcome. Link to comment Share on other sites More sharing options...
Steve Krause Posted October 29, 2009 Report Share Posted October 29, 2009 By default on Windows Server 2008, the service is disabled and if you want to enable it you must first create 2 Registry keys then enable the service. First, create the 2 keys Open Regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters Click New --> DWORD (32bit) Value Type: EnablePrefetcher Click OK Do it again for superfetch key below Click New --> DWORD (32bit) Value Type: EnableSuperfetch Click OK Now configure the Keys Double click on EnablePrefetcher and type 3 in Value data field and Click Ok. Repeat for the EnableSuperfetch key. Enable the SuperFetch Service Click Start Button and Type Services.msc then press enter. This will bring up the Services on the system. Scroll down until you find the SuperFetch Service. Right click it and click Properties Change the Startup Type of the Service from Disabled to Automatic. Click Apply then Start to start the service. Should be all done. Because you enabled the service to run Automatic, it should be started each time you reboot. Link to comment Share on other sites More sharing options...
goLfie Posted November 7, 2009 Report Share Posted November 7, 2009 Nice fix Mrgroove, going to have to add this one to my arsenal. Link to comment Share on other sites More sharing options...
Guest francisfleming Posted August 13, 2011 Report Share Posted August 13, 2011 By default, the Superfetch service is installed on a Server 2008 system but left disabled. If you try to enable it, the service won't start. This is easily fixed with 2 registry entries lifted from a Vista installation. The registry entries in question are: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnableSuperfetch"=dword:00000003 "EnablePrefetcher"=dword:00000001 If you want a cookie-cutter premade .REG file, you can download it here. For those following my '2008 as a Desktop' saga, I'm happy to report I have Diskeeper running under Server 2008 now too. The only thing I am missing from Vista these days is Dreamscene. Link to comment Share on other sites More sharing options...
Guest valeria Posted April 12, 2012 Report Share Posted April 12, 2012 Windows Server 2008 supported turning SuperFetch on, but it appears to be gone in R2 Release Candidate.The service is gone. What happened to it, is its function built into the OS, superceded by another technology, or....? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.