I have added this batch file into Startup Programs folder in %appdata%(converted from a text file):
if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" %* && exit
@Echo off
timeout /T 3 /nobreak >nul
cd "C:\Program Files (x86)\AMD Wraith\Wraith Prism"
Start "" "Wraith Prism.exe"
timeout /T 5 /nobreak >nul
taskkill /IM "Wraith Prism.exe"
exit
It works when I restart or power on from power off. However, when I wake from sleep (hybrid sleep) it goes back to MSI Mystic Light lighting not Cooler Master’s lighting. Is there another folder for programs that start up after you wake from sleep?
if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" %* && exit
@Echo off
timeout /T 3 /nobreak >nul
cd "C:\Program Files (x86)\AMD Wraith\Wraith Prism"
Start "" "Wraith Prism.exe"
timeout /T 5 /nobreak >nul
taskkill /IM "Wraith Prism.exe"
exit
It works when I restart or power on from power off. However, when I wake from sleep (hybrid sleep) it goes back to MSI Mystic Light lighting not Cooler Master’s lighting. Is there another folder for programs that start up after you wake from sleep?