taskkill /IM notepad.exe
notepad.exe
"C:\Program Files\CPUID\CPU-Z\cpuz.exe"
taskkill sends the WM_CLOSE message and it is then up to the application whether to properly close. You may also want to use the /T option to also signal child processes.
Only use the /F option if you want to force the termination of the process.
taskkill /F /IM KeyboardLeds.exe > NUL
AI.exe
start /B KeyboardLeds.lnk
start /B "C:\Program Files (x86)\Keyboard LEDs\KeyboardLeds.exe"
try just "Path to keyboardexe" no start /B it should just launch without issuethe keyboardleds.exe still wont run. I get this now........
![]()
Seems like a lot of hassle. Get a new keyboard?
I honestly don't think I even look at my LEDs. If I start typing and caps lock is on I just delete and turn it off? Same with scroll/num lock.
Good to be familiar with command line, though![]()