0
Good morning! Every time I start the computer beautiful process GWX.exe (the famous process Install the Win10) is executed, it is necessary to go to the Task Manager and finish it.
So I created a . bat with the following command line:
@echo off
TASKKILL /F /IM "GWX.exe"
But we still have to wait for the process GWX.exe be started and then start . bat to finish the process.
My doubt is, is there some command via DOS (even if it is a .bat calling another .bat) that is something like:
se processo GWX.exe estiver sendo executado
então execute .bat
I await return, thank you from now on!