|
| Author |
Message |
|
crashdebugger
|
Post subject: ReadyBoot Posted: Sun Feb 05, 2012 8:27 pm |
|
Joined: Sun Feb 05, 2012 8:22 pm Posts: 1
|
Hi everybody, is there a way to turn on ReadyBoot feature on Windows Server 2008 R2 Standard? I already used a R2Conv3 tool to turn on Superfetch and it is working, but I don't have trace files (.fx) in my Readyboot folder. Thanks in advance. 
|
|
|
|
 |
|
hackerman1
|
Post subject: Re: ReadyBoot Posted: Tue Feb 07, 2012 10:05 am |
|
 |
| Win2008Workstation Super Member |
 |
Joined: Sun Jun 13, 2010 2:55 am Posts: 166
|
halladayrules wrote: First, download readyboost.reg and import it. http://www.mediafire.com/?pvaj32s98tioo11Finally, download Superfetch.reg and import it. http://www.mediafire.com/?w99ialeau81dua3Then insert your USB drive, right-click and choose Properties. Then click Readyboost tab. If your device doesn't show up keep clicking rescan until it finally pops up. i know this thread is about READYBOOT... but since you wrote about READY- B-O-O-S-Ti can´t get readyboost to work. superfetch is working. i then tried to import readyboost.reg. but nothing happens, there is no readyboost under properties when i right-click on a SD-card / USB-stick. am i missing something ?
_________________ Security: USER-account, EAM-full, System Center 2012 Endpoint Protection, Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max) Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".
|
|
|
|
 |
|
hackerman1
|
Post subject: Re: ReadyBoot Posted: Fri Feb 10, 2012 1:46 pm |
|
 |
| Win2008Workstation Super Member |
 |
Joined: Sun Jun 13, 2010 2:55 am Posts: 166
|
halladayrules wrote: Here's a list of features and roles I have installed via Server Manager:
Features
.NET Framework Desktop Experience Windows Server Backup Wireless LAN
Roles
File Services + Windows Search Service
Did you import Superfetch.reg AND Readyboost.reg? Both are required even if you already installed Superfetch before. i´m posting in the other thread: viewtopic.php?f=25&t=972so we can keep it in 1 thread....
_________________ Security: USER-account, EAM-full, System Center 2012 Endpoint Protection, Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max) Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".
|
|
|
|
 |
|
hackerman1
|
Post subject: Re: ReadyBoot Posted: Sun Mar 25, 2012 1:20 pm |
|
 |
| Win2008Workstation Super Member |
 |
Joined: Sun Jun 13, 2010 2:55 am Posts: 166
|
|
hi !
i now have both superfetch & readyboost working. but, READYBOOT doesn´t seem to be working, there is no files (traces) under C:\Windows\Prefetch\Readyboot
how can i fix that ?
_________________ Security: USER-account, EAM-full, System Center 2012 Endpoint Protection, Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max) Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".
|
|
|
|
 |
|
halladayrules
|
Post subject: Re: ReadyBoot Posted: Sun Mar 25, 2012 2:08 pm |
|
 |
| Win2008Workstation Expert |
 |
Joined: Sat Apr 10, 2010 8:56 am Posts: 554
|
|
hackerman1 wrote: hi !
i now have both superfetch & readyboost working. but, READYBOOT doesn´t seem to be working, there is no files (traces) under C:\Windows\Prefetch\Readyboot
how can i fix that ? You might need to build your layout.ini file. Save the below information as batch file and run it. Don't run the commands manually in command prompt! I find it better to run it as a batch file. The reason why is you might accidently quit the command prompt before the prefetch was built. If you run it as a batch file the window will close accordingly AFTER the prefetch has been built that way you know for sure it was made properly. ******* copy below this line *********** sc config defragsvc start= auto sc start defragsvc cd \windows\prefetch echo [OptimalLayoutFile] > Layout.ini rundll32.exe advapi32.dll,ProcessIdleTasks ****** copy above this line ************ Save as layout.bat Next try re-formatting your stick again and then re-apply the readyboost fix again. Reboot a few times and you should see trace files now.
_________________
|
|
|
|
 |
|
hackerman1
|
Post subject: Re: ReadyBoot Posted: Sun Mar 25, 2012 3:35 pm |
|
 |
| Win2008Workstation Super Member |
 |
Joined: Sun Jun 13, 2010 2:55 am Posts: 166
|
|
hi !
thanks. but that didn´t help.... i have restarted several times, still no traces in "Prefetch\Readyboot".
btw. there is a small error in that bat-file: cd \windows\prefetch, followed by echo > creates the layout.ini-file in the folder where the bat-files is, instead of in the prefect-folder...
but i fixed that by removing "cd \windows\prefetch", instead i used: echo [OptimalLayoutFile] > C:\windows\prefetch\Layout.ini
_________________ Security: USER-account, EAM-full, System Center 2012 Endpoint Protection, Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max) Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".
|
|
|
|
 |
|
hackerman1
|
Post subject: Re: ReadyBoot Posted: Sun Mar 25, 2012 7:51 pm |
|
 |
| Win2008Workstation Super Member |
 |
Joined: Sun Jun 13, 2010 2:55 am Posts: 166
|
|
well, i just copied the script from here....
yes, i also think it´s a bit weird that readyboot doesn´t work. and i didn´t get any errormessages from the script, so it looks like everything is ok with that.
_________________ Security: USER-account, EAM-full, System Center 2012 Endpoint Protection, Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max) Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".
|
|
|
|
 |
|
|