Pages

Friday, October 25, 2013

Enable Application in Firewall exception list:-
------------------------------------------------

@echo off

echo Enable Application in Firewall exception list

netsh firewall set portopening protocol = TCP port = 3389 name = "Remote Desktop Protocol" mode = Enable

pause

Copy it in notepad and save as .bat file

No comments:

Post a Comment