How to Force Stop a Frozen App in 2 Simple Steps

ThasneemThasneem
1 min read

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 ensures the app is terminated even if it's unresponsive.
    (Example: "chrome" is the process name for Chrome App)

    • Google Chromechrome

    • Microsoft Edgemsedge

    • Firefoxfirefox

    • Microsoft WordWINWORD

    • Microsoft ExcelEXCEL

    • Adobe Acrobat ReaderAcroRd32

    • SpotifySpotify

    • ZoomZoom

    • DiscordDiscord

    • SteamSteam

2
Subscribe to my newsletter

Read articles from Thasneem directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Thasneem
Thasneem