Step 1: Open Windows PowerShell Click Start and search for Windows PowerShell Step 2: Run the Stop Command Type the following command: Stop-Process -Name "chrome" -Force Replace "chrome" with the name of the app you want to stop. The -Force flag...