Posted a method a while back bout knocking out windows ICF using reg keys.
Heres one were you can just issue a command:
netsh firewall ipv4 set opmode | mode=disable
|
Full Version: Knock Out The Icf
Posted a method a while back bout knocking out windows ICF using reg keys.
Heres one were you can just issue a command: netsh firewall ipv4 set opmode | mode=disable
u sure this works?
wt about all of this:? net stop Security Center -the whole security centre? HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Start", 4, "REG_DWORD" -so it dont start upon next comp startup HKLM\SYSTEM\ControlSet001\Services\SharedAccess\ImagePath", "%SystemRoot%\System32\svchost.exe /f", "REG_DWORD" -same thing + it says invalid paramater - =disable lol. that dont work u need to change the end bit.
Sorry guys, hadn't tested it, i was just flicking through a quick article. First time I hadn't tested something before posting and it didnt work :-s - valuable lesson!
This is the article i was flicking through: http://www.winnetmag.com/Windows/Articles/...293/pg/2/2.html
Think the command is a little off...Here is the command for the firewall and related switches pre SP2. Although i have not had the opportunity as of yet to explore if the command and the switches are the same for SP2. Or if there are added switches for SP2
netsh firewall set adapter (*) Usage: set adapter name [icmp type#|all=enable|disable] [port port#=enable|disable [name=name] [protocol=tcp|udp]] [ignoreglobalport port#=enable|disable [name=name] [protocol=tcp|udp]] [filtering=enable|disable]
i have tried it on XP (no Sp's) and it dont work
QUOTE(DesTruCtiVe ChiLd @ Oct 7 2004, 09:50 PM) u sure this works? wt about all of this:? net stop Security Center -the whole security centre? HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Start", 4, "REG_DWORD" -so it dont start upon next comp startup HKLM\SYSTEM\ControlSet001\Services\SharedAccess\ImagePath", "%SystemRoot%\System32\svchost.exe /f", "REG_DWORD" -same thing + it says invalid paramater - =disable lol. that dont work u need to change the end bit. Instead of writing a bunch of reg entries,you can try this: CODE sc stop SharedAccess sc config SharedAccess start= disabled That`s all! Have a nice day! This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
|
|