How to close chrome through powershell command ?

Question

You can use below command to close chrome through powershell command. Please make sure to save any unsaved programs, as it will close all chrome tabs without warning.

get-process -name Chrome | stop-process

Stop-Process -Name chrome

0
Gautam Nayak 1 year 2021-12-02T10:07:20+00:00 0 Answers 0 views 0

Leave an answer