• 1-888-289-2246
  • 24x7x365 Presence

How to open a port on the Windows 2003 server


Please write the content below in a text file and create a .bat file.

netsh firewall set opmode enable
netsh firewall set portopening protocol=TCP port=1433 name=”MsSQL”
pause 10

Run the .bat file on the server.

Note : Replace “port” and “name” as per your requirements.

]]>


Leave a Reply

Your email address will not be published. Required fields are marked *