Share via

windows firewall cannot be turned on. windows xp sp3

Anonymous
2012-12-22T12:20:29+00:00

windows firewall cannot be enabled. and whenever i try to turn it on in control panel what appears is " windows firewall cannot be displayed becoz the associated application is not runing" and whenevr i start the ICS  what appears is " could not start the windows firewall/ics service on local computer..error 1075' What am I gonna do? thanks,

Windows for home | Previous Windows versions | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

13 answers

Sort by: Most helpful
  1. Anonymous
    2012-12-23T13:26:25+00:00

    Is that what the error message really says:

    could not start the windows firewall/ics service on local computer..error 1075

    Or does it really say this:

    Could not start the Windows Firewall/Internet Connection Sharing (ICS) service on Local Computer.

    Error 1075:  The dependency service does not exist or has been marked for deletion.

    An error 1075 means that the Dependencies for the Service may be afflicted.

    To see what the Dependencies are, you could look at them in the Services tab, but that might not show erroneous Services, so the best way to see what they really are is to query the Service from a Command Prompt.

    Click Start, Run and in the box enter:

    cmd

    Click OK to open a Command Prompt and enter this command:

    sc  qc  sharedaccess

    You should see something like this:

    [SC] GetServiceConfig SUCCESS

    SERVICE_NAME: sharedaccess

            TYPE               : 20  WIN32_SHARE_PROCESS

            START_TYPE     : 2   AUTO_START

            ERROR_CONTROL    : 1   NORMAL

            BINARY_PATH_NAME   : C:\WINDOWS\system32\svchost.exe -k netsvcs

            LOAD_ORDER_GROUP   : 

            TAG                : 0

            DISPLAY_NAME       : Windows Firewall/Internet Connection Sharing (ICS)

            DEPENDENCIES     : Netman                                      : WinMgmt

       SERVICE_START_NAME : LocalSystem

    What is important is what is under DEPENDENCIES, so tell us exactly what you see under DEPENDENCIES.

    If it does not look like the example above, enter this command being sure to include the space after the equals sign:

    sc  config  sharedaccess  depend= Netman/WinMgmt

    Don't forget that there is a space after the equals sign.

    You should then see a message like this:

    [SC] ChangeServiceConfig  SUCCESS

    Then enter this command again to query the Service to be sure the DEPENDENCIES look like the example above:

    sc  qc  sharedaccessIf that is what you see, now see if you can start the ICS Service.****

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2012-12-23T11:37:31+00:00

    thanks, i'll try it. :-)

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2012-12-22T14:34:58+00:00

    Hi,

    Follow these instructions to fix Windows Firewall:

    Download and install Windows Repair:

    http://www.techspot.com/downloads/5314-tweaking-windows-repair.html

    When Windows Repair opens, click the Start Repairs tab. Click Start. Unselect all the boxes except for the following:

    • Reset Registry Permissions
    • Repair WMI
    • Repair Windows Firewall

    Then click Start. Once it's finished, restart your computer. Let me know if this helps you.

    Brian

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2012-12-24T00:53:00+00:00

    yes sir ElderL. That was the message. I failed to include it on my question. thanks a lot. Ill try it.

    0 comments No comments
  5. Anonymous
    2012-12-23T12:13:56+00:00

    It didn't work. i did what you had instructed me to do but after i had restarted my pc, it again displayed the balloon that the firewall is still not enabled. i again tried to turn it on manually but the same error appeared.

    0 comments No comments