a) To find the application that is using the port in windows use this command from the prompt: netstat -a -n -o
b) The next step is to kill that application or process that is using that port. Use the taskkill command from the prompt: taskkill /F /PID 1056 where 1056 is the process id.