/Windows-Port-Issue-Fix

This .bat file fixes Port related issues in windows.

Primary LanguageBatchfile

Windows-Port-Issue-Fix

. This .bat file fixes Port related issues in windows.

I was facing Port:3000 already in use Issues, So, I've tried:

netstat -ano | findstr :3000 tskill typeyourPIDhere

But that doesn't seem to be Working, the .bat File Saved me.

How to run the .bat file

Just Download the file and Run as Administrator and the Problem should be Solved.