c0000135 Error On Boot - %hs Missing

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 1,454
    Windows 7 ultimate x64
       #11

    so are you having any more problem now??
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #12

    Try to clean boot. Troubleshoot Application Conflicts by Performing a Clean Startup
    Same problem when doing clean boot?

    You didn't have to reinstall win7!!! It's an startup application/service that is causing the problems!
      My Computer


  3. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #13
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #14

    In win7 recovery environment (lower or uppercase doesn't matter):
    Code:
    reg load HKLM\mywin7system P:\windows\System32\config\system
    reg query "HKLM\mywin7system\Select"
    reg query "HKLM\mywin7system\ControlSet000\Control\Session Manager\SubSystems" /v windows
    reg query "HKLM\mywin7system\ControlSet001\Control\Session Manager\SubSystems" /v windows
    reg query "HKLM\mywin7system\ControlSet002\Control\Session Manager\SubSystems" /v windows
    Replace P with actual drive letter! Maybe one of the 3 last commands fail.
    Does it show this?

    windows REG_EXPAND_SZ %SystemRoot%\system32\csrss.exe ObjectDirectory=
    \Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll
    =basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConSe
    rverDllInitialization,2 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=
    16
      My Computer


  5. Posts : 11
    Windows 7 Home Premium x64
    Thread Starter
       #15

    Kaktussoft said:
    In win7 recovery environment (lower or uppercase doesn't matter):
    Code:
    reg load HKLM\mywin7system P:\windows\System32\config\system
    reg query "HKLM\mywin7system\Select"
    reg query "HKLM\mywin7system\ControlSet000\Control\Session Manager\SubSystems" /v windows
    reg query "HKLM\mywin7system\ControlSet001\Control\Session Manager\SubSystems" /v windows
    reg query "HKLM\mywin7system\ControlSet002\Control\Session Manager\SubSystems" /v windows
    Replace P with actual drive letter! Maybe one of the 3 last commands fail.
    Does it show this?

    windows REG_EXPAND_SZ %SystemRoot%\system32\csrss.exe ObjectDirectory=
    \Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll
    =basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConSe
    rverDllInitialization,2 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=
    16
    I don't know what the commands do, so I won't try them. I don't want to make any changes unless I know what I'm doing.


    Kaktussoft said:
    You didn't have to reinstall win7!!! It's an startup application/service that is causing the problems!
    I could not gain access to my Windows files without doing this. I know it was a start-up issue. I can't fix it unless I know the source of the problem, which, like I said, is probably a missing-DLL problem.

    Kaktussoft said:
    Did you ever install "fake" antivirus software?
    Removed it with anti4us tools?
    No, I did not. I already covered this. I'm not one to easily fall for those malware/fake software scams. I spot them very, very easily.

    centaur78 said:
    so are you having any more problem now??
    Um, yes? Of course there are. Nothing has changed except the fact that I am able to boot up. If I revert back to the previous Windows.old set-up, I'm left with the same error. I have access to all of my files and logs and anything needed to check for the source of this problem.

    Please help me figure out how I can find which DLL's I'm missing or what I need to do to fix the Windows installation that is now stored in my Windows.old so I can roll back to it.
      My Computer


  6. Posts : 1,454
    Windows 7 ultimate x64
       #16

    crait

    thanks for the feedback

    But my question was... since you have reinstalled Windows.... are you still facing c0000135 Error .... since you are able to boot ... i guess the answer would be No....

    What you could do now is to run a chkdisk

    If you unable to complete it or some errors are there... then there is probability that the HDD is having issue...

    Let me know once you do this... so we can advice the next step
      My Computer


  7. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #17

    Code:
    'This only loads a registry hive from another place. It's the HKLM\SYSTEM hive!
    reg load HKLM\mywin7system P:\windows\System32\config\system
    'Now lookup what controlset is active. Just curious how many you have.
    reg query "HKLM\mywin7system\Select"
    'Now lookup registry key "HKLM\mywin7system\ControlSet000\Control\Session Manager\SubSystems"
    'and show value of system
    reg query "HKLM\mywin7system\ControlSet000\Control\Session Manager\SubSystems" /v windows
    reg query "HKLM\mywin7system\ControlSet001\Control\Session Manager\SubSystems" /v windows
    reg query "HKLM\mywin7system\ControlSet002\Control\Session Manager\SubSystems" /v windows
    So it only queries som values! Doesn't change anything! You could have done it from recovery environment.
    But win7 is running now and not running win7 is in C:\windows.old? If so:
    From Elevated Command Prompt

    Code:
    'This only loads a registry hive from another place. It's the HKLM\SYSTEM hive!
    reg load HKLM\mywin7system c:\windows.old\System32\config\system
    'Now lookup what controlset is active. Just curious how many you have.
    reg query "HKLM\mywin7system\Select"
    'Now lookup registry key "HKLM\mywin7system\ControlSet000\Control\Session Manager\SubSystems"
    'and show value of system
    reg query "HKLM\mywin7system\ControlSet000\Control\Session Manager\SubSystems" /v windows
    reg query "HKLM\mywin7system\ControlSet001\Control\Session Manager\SubSystems" /v windows
    reg query "HKLM\mywin7system\ControlSet002\Control\Session Manager\SubSystems" /v windows
    post output
    Last edited by Kaktussoft; 28 Sep 2012 at 03:51.
      My Computer


  8. Posts : 11
    Windows 7 Home Premium x64
    Thread Starter
       #18

    Kaktussoft said:
    post output
    Code:
    C:\Windows\system32>reg load HKLM\mywin7system c:\Windows.old.001\Windows\System32\config\system
    The operation completed successfully.
    
    C:\Windows\system32>reg query "HKLM\mywin7system\Select"
    
    HKEY_LOCAL_MACHINE\mywin7system\Select
        Current    REG_DWORD    0x1
        Default    REG_DWORD    0x1
        Failed    REG_DWORD    0x0
        LastKnownGood    REG_DWORD    0x2
    
    
    C:\Windows\system32>reg query "HKLM\mywin7system\ControlSet000\Control\Session Manager\SubSystems" /v windows
    ERROR: The system was unable to find the specified registry key or value.
    
    C:\Windows\system32>reg query "HKLM\mywin7system\ControlSet001\Control\Session Manager\SubSystems" /v windows
    
    HKEY_LOCAL_MACHINE\mywin7system\ControlSet001\Control\Session Manager\SubSystems
    
        windows    REG_EXPAND_SZ    %SystemRoot%\system32\csrss.exe
    ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=consrv:ConServerDllInitialization,2 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16
    
    
    C:\Windows\system32>reg query "HKLM\mywin7system\ControlSet002\Control\Session Manager\SubSystems" /v windows
    
    HKEY_LOCAL_MACHINE\mywin7system\ControlSet002\Control\Session Manager\SubSystems
    
        windows    REG_EXPAND_SZ    %SystemRoot%\system32\csrss.exe
    ObjectDirectory=\Windows SharedSection=1024,20480,768 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=consrv:ConServerDllInitialization,2 ServerDll=sxssrv,4 ProfileControl=Off MaxRequestThreads=16
      My Computer

  9.    #19

    Run a full scan now with Malwarebytes.

    Uninstall all other AV's, install Microsoft Security Essentials to run a full scan and keep it turned on and updated.

    Establish a Clean boot as suggested, then work through the other Troubleshooting Steps for Windows 7.

    If problems persist I would strongly consider getting a perfect Clean Reinstall - Factory OEM Windows 7 which steps are the same for retail.
      My Computer


  10. Posts : 11
    Windows 7 Home Premium x64
    Thread Starter
       #20

    gregrocker said:
    Run a full scan now with Malwarebytes.

    Uninstall all other AV's, install Microsoft Security Essentials to run a full scan and keep it turned on and updated.

    Establish a Clean boot as suggested, then work through the other Troubleshooting Steps for Windows 7.

    If problems persist I would strongly consider getting a perfect Clean Reinstall - Factory OEM Windows 7 which steps are the same for retail.
    I feel that you did not even read my posts in this thread. This post is not helpful and I think that this forum has rules against spam. Thank you.
      My Computer


 
Page 2 of 3 FirstFirst 123 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 22:27.
Find Us