Skip to main content

How to stop a frozen application in windows using command line interface


  • Lets say you have a frozen application affecting the performance of your computer and other applications you may be running.There is a way to stop it and any other associated applications that may also be frozen.
      1.Start cmd 
      2.Type taskkill /f /fi "status eq not responding"
      3.Press the 'enter' key  





Comments