Question

How i close my Chrome browser window? 

  • 17 January 2023
  • 3 replies
  • 455 views

Userlevel 3
Badge +6

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


3 replies

Badge +6

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

Userlevel 5
Badge +11

Hi @Zaibi ,

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

 

Userlevel 5
Badge +10
@Zaibi  ::   run this command in command line -  taskkill /F /IM chrome.exe /T > nul

Replace chrome with required browser name 

Reply