drugo New member Member VIP Local time 8:25 PM Messages 476 Sep 19, 2013 #1 Hi may i know the firewall command line to block a program in and out? i did a search a lot ,but i need only the command line to block a program thanks My Computer Computer typePC/DesktopOSwindows 7 ultimate 64bit
Hi may i know the firewall command line to block a program in and out? i did a search a lot ,but i need only the command line to block a program thanks
A Armoth New member Member Local time 12:25 PM Messages 25 Location right behind u Sep 19, 2013 #2 netsh advfirewall firewall add rule name="My Application" dir=in action=allow program="C:\MyApp\MyApp.exe" enable=yes My Computer OSwindows 7 professional 32bit
netsh advfirewall firewall add rule name="My Application" dir=in action=allow program="C:\MyApp\MyApp.exe" enable=yes
drugo New member Member VIP Thread Starter Local time 8:25 PM Messages 476 Sep 19, 2013 #3 Armoth said: netsh advfirewall firewall add rule name="My Application" dir=in action=allow program="C:\MyApp\MyApp.exe" enable=yes Click to expand... but i want to block in and out not a alow My Computer Computer typePC/DesktopOSwindows 7 ultimate 64bit
Armoth said: netsh advfirewall firewall add rule name="My Application" dir=in action=allow program="C:\MyApp\MyApp.exe" enable=yes Click to expand... but i want to block in and out not a alow
A Armoth New member Member Local time 12:25 PM Messages 25 Location right behind u Sep 19, 2013 #4 change the allow to a deny My Computer OSwindows 7 professional 32bit
A Armoth New member Member Local time 12:25 PM Messages 25 Location right behind u Sep 19, 2013 #5 netsh advfirewall firewall add rule name="Block skype" dir=in action=deny program="C:\program\skype.exe" enable=yes My Computer OSwindows 7 professional 32bit
netsh advfirewall firewall add rule name="Block skype" dir=in action=deny program="C:\program\skype.exe" enable=yes
drugo New member Member VIP Thread Starter Local time 8:25 PM Messages 476 Sep 21, 2013 #6 Armoth said: netsh advfirewall firewall add rule name="Block skype" dir=in action=deny program="C:\program\skype.exe" enable=yes Click to expand... thanks mate My Computer Computer typePC/DesktopOSwindows 7 ultimate 64bit
Armoth said: netsh advfirewall firewall add rule name="Block skype" dir=in action=deny program="C:\program\skype.exe" enable=yes Click to expand... thanks mate