Pages

Friday, October 25, 2013

Disable Application in Firewall exception list:-
----------------------------------------------

@echo off

echo Disable Application in Firewall exception list

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

pause

Copy it in notepad and save as .bat file

No comments:

Post a Comment