Skip to main content

How I close my Chrome browser window? except close browser action.

@Zaibi - You can use the Application: Open program/Files command and can choose the path as taskkill.exe & parameter as /F /IM chrome.exe


Hi @Zaibi ,

You can close the browser using .bat file or directly execute the script line in Java or VBS or pass key Strokes 

 


@Zaibi  ::   run this command in command line -  taskkill /F /IM chrome.exe /T > nul

Replace chrome with required browser name 


Reply