For example, I envision a "clean slate" workflow that might have a command line to kill system try background stuff, like taskkill.exe /f /im "LogiPresentationUI.exe" /t
The cool thing is, I think there's already a workaround -- I can put this in a script, and call the script's path. Which is beautiful.
For example, I envision a "clean slate" workflow that might have a command line to kill system try background stuff, like
taskkill.exe /f /im "LogiPresentationUI.exe" /tThe cool thing is, I think there's already a workaround -- I can put this in a script, and call the script's path. Which is beautiful.