The Windows 10 anniversary update broke the startup of an application used in my sound driver suite. It no longer starts with windows, however, it'll start fine if you do it manually. ASUS are aware of the issue but, as of yet, have been unable to fix it. As such, I have had success starting it with a batch file at startup. My batch file is as follows:
START "SonicStudio" "C:\Program Files\ASUSTeKcomputer.Inc\SS2\UserInterface\SS2UILauncher.exe" /open_module SonicStudio.exe
My issue is, this then creates an active window on my desktop of Sonic Suite. I've tried /MIN but that didn't work. This is one of those taskbar apps that only returns to the taskbar when you click close. Is there a way I can automate the closing of the active window without exiting the application?
START "SonicStudio" "C:\Program Files\ASUSTeKcomputer.Inc\SS2\UserInterface\SS2UILauncher.exe" /open_module SonicStudio.exe
My issue is, this then creates an active window on my desktop of Sonic Suite. I've tried /MIN but that didn't work. This is one of those taskbar apps that only returns to the taskbar when you click close. Is there a way I can automate the closing of the active window without exiting the application?