port closer

this small bat fiel will close any port you want to closs


كود PHP:
@echo off
title Port Closer
echo Port Closer
echo.
set /p port=Type the port number you wish to close here:
netsh firewall delete portopening TCP %port%
msg /Port %porthas been closed.
exit