Suddenly Windows 7 is not genuine

Page 3 of 10 FirstFirst 12345 ... LastLast

  1. Posts : 44
    Windows 7 Home Premium 64bits
    Thread Starter
       #21

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>NET START VSS
    The Volume Shadow Copy service is starting.
    The Volume Shadow Copy service was started successfully.


    C:\Windows\system32>SC QC VSS
    [SC] QueryServiceConfig SUCCESS

    SERVICE_NAME: VSS
    TYPE : 10 WIN32_OWN_PROCESS
    START_TYPE : 3 DEMAND_START
    ERROR_CONTROL : 1 NORMAL
    BINARY_PATH_NAME : C:\Windows\system32\vssvc.exe
    LOAD_ORDER_GROUP :
    TAG : 0
    DISPLAY_NAME : Volume Shadow Copy
    DEPENDENCIES : RPCSS
    SERVICE_START_NAME : LocalSystem

    C:\Windows\system32>SC QUERYEX VSS

    SERVICE_NAME: VSS
    TYPE : 10 WIN32_OWN_PROCESS
    STATE : 4 RUNNING
    (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
    WIN32_EXIT_CODE : 0 (0x0)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT : 0x0
    WAIT_HINT : 0x0
    PID : 7012
    FLAGS :

    C:\Windows\system32>VSSADMIN LIST WRITERS
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.


    C:\Windows\system32>
      My Computer


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

    OH DEAR!
    I've only seen that once before - and palmed the 'client' off on the MS ITPro forum.....

    Their response was
    <quote>
    I suggest you can try the following:

    1. Re-registered the following DLLs.
    a. Net stop vss
    b. Net stop swprv
    c. Go to system32 folder by typing
    d. CD %systemroot%\system32
    regsvr32 ole32.dll
    regsvr32 vss_ps.dll
    Vssvc /Register
    regsvr32 /i swprv.dll
    regsvr32 /i eventcls.dll
    regsvr32 es.dll
    regsvr32 stdprov.dll
    regsvr32 vssui.dll
    regsvr32 msxml.dll
    regsvr32 msxml3.dll
    regsvr32 msxml4.dll
    regsvr32 Vssapi.dll
    regsvr32 Vssui.dll
    e. Net start vss
    f. Net start swprv
    2. Disable all security program (such as McAfee) to check whether this is the issue. 3. Test the issue in Clean Boot mode.
    4. Refer to the following article to check the issue.
    Event ID 8194

    </quote>

    Unfortunately, there was no feedback as to whether it worked or not.
    Last edited by NoelDP; 30 Oct 2012 at 08:20. Reason: formatting
      My Computer


  3. Posts : 44
    Windows 7 Home Premium 64bits
    Thread Starter
       #23

    I did all the tasks in 1.

    this is the result:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>Net stop vss
    The Volume Shadow Copy service is not started.

    More help is available by typing NET HELPMSG 3521.


    C:\Windows\system32>Net stop swprv
    The Microsoft Software Shadow Copy Provider service is not started.

    More help is available by typing NET HELPMSG 3521.


    C:\Windows\system32>cd %systemroot%\system32

    C:\Windows\system32>regsvr32 ole32.dll

    C:\Windows\system32>regsvr32 vss_ps.dll

    C:\Windows\system32>Vssvc /Register

    C:\Windows\system32>regsvr32 /i swprv.dll

    C:\Windows\system32>regsvr32 /i eventcls.dll

    C:\Windows\system32>regsvr32 es.dll

    C:\Windows\system32>regsvr32 stdprov.dll

    C:\Windows\system32>regsvr32 vssui.dll

    C:\Windows\system32>regsvr32 msxml.dll

    C:\Windows\system32>regsvr32 msxml3.dll

    C:\Windows\system32>regsvr32 msxml4.dll

    C:\Windows\system32>regsvr32 Vssapi.dll

    C:\Windows\system32>regsvr32 Vssui.dll

    C:\Windows\system32>Net start vss
    The Volume Shadow Copy service is starting.
    The Volume Shadow Copy service was started successfully.


    C:\Windows\system32>Net start swprv
    The Microsoft Software Shadow Copy Provider service is starting.
    The Microsoft Software Shadow Copy Provider service was started successfully.


    C:\Windows\system32>

    and the errors that showed up:




    I am going to reboot and try 2. 3. and 4.
      My Computer


  4. Posts : 44
    Windows 7 Home Premium 64bits
    Thread Starter
       #24

    After reboot I am still running the same error when I try to create a restore point.


    I am running Windows essential and I could not find how to deactivate it.

    I dont really understand what to do with:
    4. Refer to the following article to check the issue.
    Event ID 8194

    ... Do you think you can help me further? This is bad, isn't it?
      My Computer


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

    Interestingly I got axactly the same results in my test rig :)
    Please run (Elevated Command Prompt)
    VSSADMIN LIST WRITERS
    after a reboot and see what it says now
      My Computer


  6. Posts : 44
    Windows 7 Home Premium 64bits
    Thread Starter
       #26

    It is not very talkative:

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>VSSADMIN LIST WRITERS
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.


    C:\Windows\system32>
      My Computer


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

    OK
    let's see if this does anything.
    Open an Elevated COmmand Prompt, and run the following commands....

    Net Stop Winmgmt
    CD /D %Windir%\system32\wbem
    Ren Repository Repository.old
    Net Start Winmgmt

    WAIT 10 minutes, then reboot.
    Then try the VSSADMIN LIST WRITERS again - if you get any output this time, run another MGADiag report.

      My Computer


  8. Posts : 44
    Windows 7 Home Premium 64bits
    Thread Starter
       #28

    Ren Repository Repository.old
    access is denied...

    I still did the following requests and I am now waiting before reboot. Please let me know if I should cancel the procedure due the failure of command:
    Ren Repository Repository.old
      My Computer


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

    Interesting
    please run the following command

    ICACLS C:\Windows\System32\WBEM\Repository

    post the results
      My Computer


  10. Posts : 44
    Windows 7 Home Premium 64bits
    Thread Starter
       #30

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>ICACLS C:\Windows\System32\WBEM\Repository
    C:\Windows\System32\WBEM\Repository BUILTIN\UsersRX)
    BUILTIN\UsersOI)(CI)(IO)(GR,GE)
    NT AUTHORITY\NETWORK SERVICER)
    NT AUTHORITY\NETWORK SERVICEOI)(CI)(IO)(GR
    )
    No mapping between account names and securit
    y IDs was done.
    (R,W)
    No mapping between account names and securit
    y IDs was done.
    (OI)(CI)(IO)(GR,GW)
    BUILTIN\AdministratorsF)
    BUILTIN\AdministratorsOI)(CI)(IO)(F)
    NT AUTHORITY\SYSTEMF)
    NT AUTHORITY\SYSTEMOI)(CI)(IO)(F)
    OWNER RIGHTSOI)(CI)(IO)(Rc)

    Successfully processed 1 files; Failed processing 0 files

    C:\Windows\system32>

    hehe. that's a lot of bad faces :)
      My Computer


 
Page 3 of 10 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 07:15.
Find Us