Good morning! Whenever I start the computer the process GWX.exe (the famous process Install Win10 ) runs, going to the Task Manager and finish it.
So I created a .bat with the following command line:
@echo off
TASKKILL /F /IM "GWX.exe"
However, you still have to wait for the GWX.exe process to start and then start .bat to finish the process.
My question is, is there any command via DOS (even if it's a .bat calling another .bat) that is something like:
se processo GWX.exe estiver sendo executado
então execute .bat
I look forward to returning, thank you in advance!