Talk:Main Page: Difference between revisions

From The Uniform Server Wiki
Jump to navigation Jump to search
m (Reverted edits by Azk (Talk); changed back to last version by Olajideolaolorun)
(XP firewall)
Line 3: Line 3:
hello user
hello user
  --[[User:Olajideolaolorun|Olajide]] 22:07, 8 Jun 2005 (PDT)
  --[[User:Olajideolaolorun|Olajide]] 22:07, 8 Jun 2005 (PDT)
== XP firewall ==
hello all, i had a few problems on XP sp2 with the firewall. I found that using these commands i can open and close the ports. Can only get this to work when installed as a service tho.
<code>
<pre>
netsh firewall show state
pause
netsh firewall add portopening TCP 80 MyWebPort
pause
netsh firewall delete portopening TCP 80
pause
netsh firewall show state
pause
</pre>
</code>

Revision as of 12:27, 25 August 2006

hello world.

hello user

--Olajide 22:07, 8 Jun 2005 (PDT)

XP firewall

hello all, i had a few problems on XP sp2 with the firewall. I found that using these commands i can open and close the ports. Can only get this to work when installed as a service tho.

netsh firewall show state
pause
netsh firewall add portopening TCP 80 MyWebPort
pause
netsh firewall delete portopening TCP 80
pause
netsh firewall show state
pause