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