Slashdot Mirror


User: John_P_Scott

John_P_Scott's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Disable Windows XP firewall from command line on Windows 2003 and XP SP2 Vulnerable To LAND Attack · · Score: 1

    You can quickly disable the firewall from command via a netsh command.
    Disable:
    netsh firewall set opmode disable

    Enable:
    netsh firewall set opmode enable