Multiple errors after a new repair install

Page 3 of 6 FirstFirst 12345 ... LastLast

  1. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #21

    What browser are you using?
    please copy the commands to notepad and remove the asterisks, then copy the resulting commands to the command prompt window

    post the results.
      My Computer


  2. Posts : 188
    Windows 7 Pro
    Thread Starter
       #22

    Sorry took a shortMicrosoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>net start null
    System error 2 has occurred.
    The system cannot find the file specified.

    C:\Windows\system32>sc qc null
    [SC] QueryServiceConfig SUCCESS
    SERVICE_NAME: null
    TYPE : 1 KERNEL_DRIVER
    START_TYPE : 1 SYSTEM_START
    ERROR_CONTROL : 1 NORMAL
    BINARY_PATH_NAME :
    LOAD_ORDER_GROUP : Base
    TAG : 1
    DISPLAY_NAME : Null
    DEPENDENCIES :
    SERVICE_START_NAME :
    C:\Windows\system32>sc queryex null
    SERVICE_NAME: null
    TYPE : 1 KERNEL_DRIVER
    STATE : 1 STOPPED
    WIN32_EXIT_CODE : 31 (0x1f)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT : 0x0
    WAIT_HINT : 0x0
    PID : 0
    FLAGS :
    C:\Windows\system32>sc qprivs null
    [SC] QueryServiceConfig2 SUCCESS
    SERVICE_NAME: null
    PRIVILEGES :
    C:\Windows\system32>sc qsidtype null
    [SC] QueryServiceConfig2 SUCCESS
    SERVICE_NAME: null
    SERVICE_SID_TYPE: NONE
    C:\Windows\system32>sc sdshow null
    DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCR
    RC;;;IU)(A;;CCLCSWLOCRRC;;;SU)SAU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    C:\Windows\system32>sc start null
    [SC] StartService FAILED 2:
    The system cannot find the file specified.

    C:\Windows\system32> cut and did it from the browser, instead of this site
      My Computer


  3. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #23

    Ah - I see what the problem is....
    The driver itself has been mostly removed, but the service is present.

    This won't be as easy to fix - first I have to work out exactly how to access the registry keys involved, or how ro force the driver to reinstall properly.

    Please run the following commands and post the results..

    Code:
     
     REG QUERY HKEY_LOCAL_MACHINE\components\DerivedData\Components\x86_microsoft-windows-null_31bf3856ad364e35_6.1.7600.16385_none_a93c43a07c50a038
     REG QUERY "HKEY_LOCAL_MACHINE\components\DerivedData\VersionedIndex\6.1.7600.16385 (win7_rtm.090713-1255)\ComponentFamilies\x86_microsoft-windows-null_31bf3856ad364e35_none_71dd21ed13d9b8db"
    
      
     .
    Last edited by NoelDP; 24 Nov 2013 at 04:53.
      My Computer


  4. Posts : 188
    Windows 7 Pro
    Thread Starter
       #24

    I have no clue what happened with that last post I guess because I didn't skip a line it screwed it up. Here it is again.
    The bride is calling me to dinner. She says i can eat dinner with the family tonite or the neighbors dog. The neighbors dog is outside and it's snowing here. Guess I eat with the family. LOL

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>net start null
    System error 2 has occurred.
    The system cannot find the file specified.

    C:\Windows\system32>sc qc null
    [SC] QueryServiceConfig SUCCESS
    SERVICE_NAME: null
    TYPE : 1 KERNEL_DRIVER
    START_TYPE : 1 SYSTEM_START
    ERROR_CONTROL : 1 NORMAL
    BINARY_PATH_NAME :
    LOAD_ORDER_GROUP : Base
    TAG : 1
    DISPLAY_NAME : Null
    DEPENDENCIES :
    SERVICE_START_NAME :
    C:\Windows\system32>sc queryex null
    SERVICE_NAME: null
    TYPE : 1 KERNEL_DRIVER
    STATE : 1 STOPPED
    WIN32_EXIT_CODE : 31 (0x1f)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT : 0x0
    WAIT_HINT : 0x0
    PID : 0
    FLAGS :
    C:\Windows\system32>sc qprivs null
    [SC] QueryServiceConfig2 SUCCESS
    SERVICE_NAME: null
    PRIVILEGES :
    C:\Windows\system32>sc qsidtype null
    [SC] QueryServiceConfig2 SUCCESS
    SERVICE_NAME: null
    SERVICE_SID_TYPE: NONE
    C:\Windows\system32>sc sdshow null
    DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCR
    RC;;;IU)(A;;CCLCSWLOCRRC;;;SU)SAU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    C:\Windows\system32>sc start null
    [SC] StartService FAILED 2:
    The system cannot find the file specified.

    C:\Windows\system32>
      My Computer


  5. Posts : 188
    Windows 7 Pro
    Thread Starter
       #25

    Why is it doing this?

    DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCR
    RC;;;IU)(A;;CCLCSWLOCRRC;;;SU)SAU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO
      My Computer


  6. Posts : 188
    Windows 7 Pro
    Thread Starter
       #26

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>REG QUERY HKEY_LOCAL_MACHINE\components\DerivedData\Componen
    ts\x86_microsoft-windows-null_31bf3856ad364e35_6.1.7600.16385_none_a93c43a07c50a
    038
    ERROR: The system was unable to find the specified registry key or value.
    C:\Windows\system32> REG QUERY HKEY_LOCAL_MACHINE\components\DerivedData\Version
    edIndex\6.1.7600.16385
    ERROR: The system was unable to find the specified registry key or value.
    C:\Windows\system32>


    Take your time, I'm on my second dinner call and I don't intend to watch the neighbors dog get mine. LOL
      My Computer


  7. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #27

    I'm off to bed now - I think I see what's happened (have you been using a registry cleaner? - ever??)
      My Computer


  8. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #28

    total confusion said:
    Why is it doing this?

    DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCR
    RC;;;IU)(A;;CCLCSWLOCRRC;;;SU)SAU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO
    That's caused by the forum's background software interpreting the colon-open-parenthesis as a smiley - if you use the Advanced posting option you get the option to turn smileys off (don't bother - I can read/work around them :))
      My Computer


  9. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #29

    total confusion said:
    HKEY_LOCAL_MACHINE\components\DerivedData\Version
    edIndex\6.1.7600.16385
    ERROR: The system was unable to find the specified registry key or value.
    C:\Windows\system32>


    Take your time, I'm on my second dinner call and I don't intend to watch the neighbors dog get mine. LOL
    I didn't notice last night - but you didn't copy the whole of the second line, with the result that it was looking for a key that never exists anyhow.
    Please try again (tip - I inserted extra lines including a period(.) if you copy everything including the period, it ensures that the commands complete properly.)
      My Computer


  10. Posts : 2,663
    Windows 8.1 Pro x64
       #30

    total confusion said:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>REG QUERY HKEY_LOCAL_MACHINE\components\DerivedData\Componen
    ts\x86_microsoft-windows-null_31bf3856ad364e35_6.1.7600.16385_none_a93c43a07c50a
    038
    ERROR: The system was unable to find the specified registry key or value.
    C:\Windows\system32> REG QUERY HKEY_LOCAL_MACHINE\components\DerivedData\Version
    edIndex\6.1.7600.16385
    ERROR: The system was unable to find the specified registry key or value.
    C:\Windows\system32>


    Take your time, I'm on my second dinner call and I don't intend to watch the neighbors dog get mine. LOL
    NoelDP said:
    I'm off to bed now - I think I see what's happened (have you been using a registry cleaner? - ever??)
    I don't think the hive is loaded, so that could be why it can't find those keys. Let's try this

    Command Prompt

    Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

    1. Click on the Start button and in the search box, type Command Prompt
    2. When you see Command Prompt on the list, right-click on it and select Run as administrator
    3. When command prompt opens, copy and paste the following commands into it, press enter after each

      REG LOAD HKLM\components %windir%\system32\config\components
      REG QUERY HKEY_LOCAL_MACHINE\components\DerivedData\Components\x86_microsoft-windows-null_31bf3856ad364e35_6.1.7600.16385_none_a93c43a07c50a038
      REG QUERY "HKEY_LOCAL_MACHINE\components\DerivedData\VersionedIndex\6.1.7600.16385 (win7_rtm.090713-1255)\ComponentFamilies\x86_microsoft-windows-null_31bf3856ad364e35_none_71dd21ed13d9b8db"



      Note: There are only 3 commands there, all beginning with REG. The fourth line is just part of the third command so make sure you copy the right bit!
    4. Right-click on the Command Prompt window and click Select All, this will invert all of the colours by selecting the text, now press enter. All of this text is now copied.
    5. Paste (Ctrl+V) it into your next post please.


    Tom
      My Computer


 
Page 3 of 6 FirstFirst 12345 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:56.
Find Us