Dear sweet xfirers
•
25 Feb 2008, 10:43
•
Journals
Recently formatted and for some gay reason the windows firewall seems to be inaccessible , ive tried seeing if its disabled from the administrive tools , running it manually firewall.cpl from start but bleh nothing is working
Make my day :
Make my day :
what was the problem on the old one? i have the 2.4.18.180 one
cant divide 1444 on 38 @ standart winxp calculator :[[[[[[[
seems like WIN doesnt start the service...
“netsh firewall”
Than you get the different commands that are available:
Netsh Firewall commands
The new netsh firewall command can be used to configure Windows Firewall.
This can be done either by opening a command prompt and executing the appropriate netsh commands, or by creating a batch file of netsh commands and running it from a run-once script.
Scenario 1
To disable Windows Firewall on XP SP2 machines in a domain environment, use the following command:
netsh firewall set opmode mode=DISABLE profile=DOMAIN
Scenario 2
Say you want to enable RDP because you want remote desktop to be enable, use the following command:
netsh firewall add portopening TCP 3389 blah enable any
But you also have to add the program with this command:
Netsh firewall add allowedprogram C:\WINDOWS\system32\mstsc.exe mstsc.exe ENABLE