After I went back to onboard sound, I noticed problems in CF (1.47) when coming out of hibernate. So, I downloaded HibernateTrigger and wrote some scripts to shut down CF on hibernate, and start it up again when coming out of hibernate. Using these has made my system a lot more reliable.
Instructions
- Download the zip file and extract the contents to c:\scripts\
- Run the hibernate trigger installer.
- Copy the included suspend.ini file to the place where you installed hibernate trigger. By default this is C:\Program Files\Hibernate Trigger\
- Run hibernate trigger
After this has been done, hibernate trigger will run close.exe, which will close CF properly directly before the machine hibernates. When you come back out of hibernate, hibernate trigger will run open.exe, which will start Centrafuse. I have included the source code for the scripts, which you can modify then recompile with AutoIT if you need to.
Note- I have the -nolimit -nowarning -advsettings flags enabled in the start up script. If you do not agree with those settings, then please modify and recompile before using.