Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I don't think there is any way in Windows to delay startup programs. You can also use the 'stop' hotkey to reset the connection to iCUE for now until there is a proper solution.
I disabled steam and wallpaper engine to not startup at startup.
Then added wallpaper engine shortcut to startup folder.
steam://rungameid/431960
It's gives icue a fraction of a sec more to startup and works out.
icue version 3.9.93
wallpaper engine build 1.1.1 2018/11/15
I'm running a 5820k 16gb ram 1080 all oc
True but I didn't want some more software to change something for some software. Plus most programs you can just delay the service to have it run little after boot.
@ECHO OFF
TIMEOUT /T 1
REM Total Delay = 1 seconds
START C:\Users\Public\Desktop\iCUE
TIMEOUT /T 5
REM Total Delay = 5 seconds
START D:\Steam\steamapps\common\wallpaper_engine\wallpaper64.exe
Of course you need to replace the locations of the executables with yours.
I hope i could help someone who will find this discussion!
Have fun!