Piplos Posted May 5, 2018 Share Posted May 5, 2018 I've written a single .bat file which does a full restart so you don't have to reboot every time it happens. taskkill /F /IM CUE.exe /T taskkill /F /IM Corsair.Service.DisplayAdapter.exe /T taskkill /F /IM Corsair.Service.exe /T net stop "Corsair Service" net start "Corsair Service" "%ProgramFiles(x86)%\Corsair\Corsair Utility Engine\CUE.exe" Copy all of above, open Notepad and paste it on a new text. Then save it somewhere with a .bat extension (for example I saved it on the desktop as "Reset CUE.bat"). Make sure you run it as administrator, or else it will not work Basically, this .bat does three things: 1) kill all the relevant processes 2) restart the Corsair Service 3) start again CUE In this way everything get to work again without having to reboot Link to comment Share on other sites More sharing options...
hastegag Posted May 5, 2018 Share Posted May 5, 2018 I had been having occasional issues on one of my corsair setups with the CE server not starting for the SDK. Rather than a reboot I may try this as needed as it seems logical and might work. Thanks for Sharing!! Link to comment Share on other sites More sharing options...
Recommended Posts