Enter your email Address

Skip to content

Hussain Patel

The Working Programmer

About Me

Hussain Patel

......

  • Home
  • .NET Core
    • ASP.NET MVC Core
    • C#.NET
    • Design Patterns
  • IOT
    • Arduino
    • Photon
    • Raspberry
  • DS & Algorithms
    • Arrays
    • Linked List
  • SQL
  • Linux
  • Apache Kafka
  • How To
  • About Me
  • Questions

Month: September 2020

  • Home
  • 2020
  • September
How To

How to – Kill process from Command Prompt

hussainpatel
September 12, 2020September 12, 2020 No Comments

Open up an Administrative level Command Prompt and run tasklist  or netstat -ano | findstr :portNumber to see all of the running processes: C:\Users\Hussain>tasklist C:\Users\Hussain>netstat -ano | findstr :portNumber ( in this case port 3000) C:\Users\Hussain>Taskkill /PID /F Below is the screenshot of the above steps performed.

Read more

Recent Post

  • How To – Update Nodejs & npm on a Raspberry Pi October 9, 2021
  • How to – Remove Files and Directories Using Linux Command Line October 9, 2021
  • Interview Question: Difference between “ == “ and “ === “ operators. September 12, 2021
  • Interview Question – Explain Hoisting in JavaScript September 12, 2021
  • Arrays June 18, 2021

Recent Comments

    Archives

    • October 2021 (2)
    • September 2021 (2)
    • June 2021 (1)
    • March 2021 (2)
    • September 2020 (1)
    • August 2020 (1)
    • October 2019 (2)
    • July 2019 (1)
    • January 2018 (4)
    • November 2017 (3)
    • August 2016 (2)
    • July 2016 (1)
    • June 2016 (3)
    • May 2016 (3)

    Copyright © 2020 All Rights Reserved.