윈도우방화벽 예외 추가(Command)
------------------------------------------------------------------------------------------------------------------
추가 - XP
netsh firewall add allowedprogram "%programfiles%\internet explorer\iexplore.exe" "Internet Explorer" enable
삭제 - XP
netsh firewall delete allowedprogram "%programfiles%\internet explorer\iexplore.exe"
------------------------------------------------------------------------------------------------------------------
추가 - VISTA/7
netsh advfirewall firewall add rule name="Internet Explorer" dir=in action=allow program="%programfiles%\internet explorer\iexplore.exe" enable=yes
삭제 - VISTA/7
netsh advfirewall firewall delete rule name="Internet Explorer" program="%programfiles%\internet explorer\iexplore.exe"
------------------------------------------------------------------------------------------------------------------
'Windows' 카테고리의 다른 글
폴더(파일) 날짜시간 변경 프로그램 (0) | 2018.05.04 |
---|---|
Microsoft Network Monitor (0) | 2014.05.09 |
Remote Desktop Connection Manager (0) | 2014.05.07 |
MKLINK 관련 설명 (0) | 2013.02.15 |