Kill Chrome Task

March 19, 2015   /   by Marco  / Categories :  Google
Kill Chrome Task

I had to figure out a way to close the Chrome browser if it was still running before another scheduled task ran. To do this I had to create a new task a few minutes before the other task ran and use the taskkill command:

taskkill /im chrome.exe

Kill Chrome Task

 

There is the option to use

taskkill /im chrome.exe /F

The /F is used to force chrome to close but I noticed that it caused Chrome to always ask if you wanted to restore the previous sites upon starting up again.

If you want to find out what processes are running on your computer then you can use the following command:

tasklist
DO YOU LIKE WHAT YOU'VE READ?
Join our subscription list and receive our content right in your mailbox. If you like to receive some Great deals our Freebies then subscribe now!

Our Sponsors

  • Follow us:

OTHER ARTICLES YOU MAY LIKE


HOW TO USE SPLIT VIEW IN GOOGLE CHROME

HOW TO USE SPLIT VIEW IN GOOGLE CHROME

Google Chrome is full of useful features that many people never notice until they appear by accident during everyday browsing. One of those quietly helpful tools is Split View, a feature that makes it much easier to work with two tabs side by side in the same browser window. If you regularly compare documents, read […]

read more
STOP NOISY CALLS: THE ANDROID SETTING YOU SHOULD SWITCH ON TODAY

STOP NOISY CALLS: THE ANDROID SETTING YOU SHOULD SWITCH ON TODAY

Phone calls still matter. Whether you’re speaking to a client, checking in with family, or handling something urgent on the move, clarity can make or break the conversation. If you’ve ever found yourself apologising for the construction noise behind you, the wind across your microphone, or the café chatter muddling your words, there’s an Android […]

read more

Like our Page