CFF KB - Carrz-Fox-Fire Promotions Knowledge Base

CFF KB is all about 1 thing: The Sharing of Knowledge and the Power we gain from it.
  • Breadrumbs:
  • Advance tab on network adapter missing firewall settings - System error 1075 has occurred

  • CFF Knowledge Base - Share With Facebook CFF Knowledge Base - Share on Twitter CFF Knowledge Base - Share on Reddit CFF Knowledge Base - Share on Digg It CFF Knowledge Base - Share on Stumble Upon It CFF Knowledge Base - Share on Delicious
    Share With Friends (Updated 6-8-2010)
  • Article ID:
    114
  • Date Created
    Thursday, March 3, 2011
  • Last Updated
    Monday, September 3, 2012
  • This Article Has been Viewed
    2831 times
  • Short Desc
    When the Windows Management Instrumentation WMI is currupt, the Advanced tab firewall settings will be missing.
  • Details
    Sometimes during the installation of your system with a slipstream CD/DVD of your Operating system, this issue may happen. There could be a corrupt driver (or) add-ons (or) Hotfix.

     
    Windows cannot display the Properties of this connection. The Windows Management Instrumentation (WMI) information might be corrupted.

    To correct this, use System Restore to restore Windows to an earlier time (called a restore point). System Restore is located in the System Tools folder in Accessories.


     
    System error 1075 has occurred.
    The dependency service does not exist or has been marked for deletion
  • Recreate Issue
    To recreate this issue:

    Senario #1:
    Slipstream CD/DVD of your XP (or) Vista Operating System has a bad driver, hotfix (or) add-on.

    Senario #2:
    Your network driver could be corrupt.
  • Resolve Issue
    To resolve this issue.

    There are 3 ways to resolve this issue.

    #1: Reinstall your system using the actual windows Operating System CD that came with your computer (or) one that you purchased from a retailer.

    #2: Use an earlier system restore point (This will only work if this is something that happened recently, this will not help if you just installed your system and the WMI is already corrupted.)

    #3: To re-Register the WMI, something that Microsoft does not tell you about in the KB Article for this issue.

    Steps to take.
    Go to
    [Start] | [Programs] | [Accessories]
    [Command Prompt]
    (Type in the following lines (or) Copy and Paste them from here for accuracy)

    To rebuild the repository, the original needs to be renamed;
     
    ren %windir%\System32\Wbem\Repository Repository_old


    Repair the Repository
    Windows XP:
     
    rundll32 wbemupgd, UpgradeRepository



    Windows Vista:
     
    winmgmt /salvagerepository


    Now, register the new WMI component
     
    cd /d %windir%\system32\wbem
    for %i in (*.dll) do RegSvr32 -s %i
    for %i in (*.exe) do %i /RegServer


    Reboot your computer.

    This should resolve the issue, to make sure that it does.
    Right click on [Network Places]
    Choose [Properties]
    Right Click on your Network Adapter
    Choose [Properties]
    Click the [Advanced] tab.
    You should now see

     
    [Windows Firewall] [Setting]
    Protect my computer and network by limiting
    or preventing access to this computer from
    the Internet.