Standard Definition
Video id : n9Aj4r4JAiU
ImmersiveAmbientModecolor: #8c8c8c (color 2)
Video Format :
Audio Format: 140 (AUDIO_QUALITY_MEDIUM) m4a | aac | 44100hz | STEREO(2channels)
PokeEncryptID: 75cbc35823689aa0ff95c456353090deb36c7dd10c049c8184f34d0d5d46f0562871af98298957d3773da1de048e0672
Proxy/Companion URL : woke-proxy.
Date : 1760018266408 - unknown on Apple WebKit
Mystery text?? : bjlBajRyNEpBaVUgaSAgbG92ICB1IHdva2UtcHJveHkucG9rZXR1YmUuZnVu
143 : true
Kill a process running on specific port in Windows PowerShell
Jump to Connections
47 Views β€’ 10 months ago β€’ Click to toggle off description
open dyslexic mode

I have to do it for port 3000 every so often:
```
netstat -ano | findstr :3000
taskkill /PID 123123 /F
```
Even better, a one liner:
```
Stop-Process -Id (Get-NetTCPConnection -LocalPort 3000).OwningProcess -Force
```
Use powershell, it won't work in Git Bash.

#Windows #powershell
Metadata And Engagement

Views : 47
Genre: Education
License: Standard YouTube License

Uploaded At 10 months ago ^^
warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 0 (0/0 LTDR)

0% of the users lieked the video!!
0% of the users dislieked the video!!
User score: 0.00- Overwhelmingly Negative

RYD date created : 2025-03-25T19:08:29.352491Z
See in json

Connections

0 Comments

Top Comments of this video!! :3

Go To Top