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
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