Windows 7 activation 'Must reinstall" OEM Windows

Page 2 of 4 FirstFirst 1234 LastLast

  1. Posts : 48
    Windows 7 Home Premium x64
    Thread Starter
       #11

    NoelDP said:
    Open an ElevatedCommand Prompt, and run the following commands



    sc sdshow plugplay
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList\S-1-5-18" /S
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList\S-1-5-19" /S
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList\S-1-5-20" /S




    Copy and pastethe results to your reply

    Here are some instructions to make lifeeasier :)

    1) To open anElevated Command Prompt Window (the ECP window), click on Start, All Programs,Accessories – then right-click on Command Prompt, and select Run asAdministrator. Accept the UAC prompt.

    2) To run thecommands easier, highlight the block of commands, and right-click on thehighlight – select Copy. In the CP Window, click on the black/white icon at topleft – select Paste. The commands will run but may not complete the lastcommand, so hit the Enter Key once.

    3) To copy theresults... click on the Black/White icon in the top left, and select Edit...'Select All', and hit the Enter key - then use Ctrl+V or r-click+Paste to pasteit into your response.



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

    C:\Windows\system32>
    C:\Windows\system32>sc sdshow plugplay

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

    C:\Windows\system32>REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\C
    urrentVersion\ProfileList\S-1-5-18" /S
    ERROR: The system was unable to find the specified registry key or value.

    C:\Windows\system32>REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\C
    urrentVersion\ProfileList\S-1-5-19" /S
    ERROR: The system was unable to find the specified registry key or value.

    C:\Windows\system32>REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\C
    urrentVersion\ProfileList\S-1-5-20" /S
    ERROR: The system was unable to find the specified registry key or value.

    C:\Windows\system32>


    Seems like all of them are missing. Have we found the issue?
      My Computer


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

    Nah - it's a typo on my part.... (caused by MS One-Note)
    let's try again....


    Open an Elevated Command Prompt, and run the following commands



    sc sdshow plugplay
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18" /S
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19" /S
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20" /S
      My Computer


  3. Posts : 48
    Windows 7 Home Premium x64
    Thread Starter
       #13

    NoelDP said:
    Nah - it's a typo on my part.... (caused by MS One-Note)
    let's try again....


    Open an Elevated Command Prompt, and run the following commands



    sc sdshow plugplay
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18" /S
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19" /S
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20" /S

    :


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

    C:\Windows\system32>
    C:\Windows\system32>sc sdshow plugplay

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

    C:\Windows\system32>REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\
    CurrentVersion\ProfileList\S-1-5-18" /S

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-
    5-18
    Flags REG_DWORD 0xc
    State REG_DWORD 0x0
    RefCount REG_DWORD 0x1
    Sid REG_BINARY 010100000000000512000000
    ProfileImagePath REG_EXPAND_SZ %systemroot%\system32\config\systemprof
    ile


    C:\Windows\system32>REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\
    CurrentVersion\ProfileList\S-1-5-19" /S

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-
    5-19
    ProfileImagePath REG_EXPAND_SZ C:\Windows\ServiceProfiles\LocalService

    Flags REG_DWORD 0x0
    State REG_DWORD 0x0


    C:\Windows\system32>REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\
    CurrentVersion\ProfileList\S-1-5-20" /S

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-
    5-20
    ProfileImagePath REG_EXPAND_SZ C:\Windows\ServiceProfiles\NetworkServi
    ce
    Flags REG_DWORD 0x0
    State REG_DWORD 0x0


    C:\Windows\system32>
      My Computer


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

    That looks OK to me.

    Let's see if these one give us a clue....


    REG QUERY HKU

    REG QUERY HKU\S-1-5-20

    REG QUERY HKU\S-1-5-20\Environment
      My Computer


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

    NoelDP said:
    That looks OK to me.

    Let's see if these one give us a clue....


    REG QUERY HKU

    REG QUERY HKU\S-1-5-20

    REG QUERY HKU\S-1-5-20\Environment

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

    C:\Windows\system32>
    C:\Windows\system32>REG QUERY HKU

    HKEY_USERS\.DEFAULT
    HKEY_USERS\S-1-5-19
    HKEY_USERS\S-1-5-20
    HKEY_USERS\S-1-5-21-786048116-2222576912-2056977569-1000
    HKEY_USERS\S-1-5-21-786048116-2222576912-2056977569-1000_Classes
    HKEY_USERS\S-1-5-18

    C:\Windows\system32>REG QUERY HKU\S-1-5-20

    HKEY_USERS\S-1-5-20\AppEvents
    HKEY_USERS\S-1-5-20\Console
    HKEY_USERS\S-1-5-20\Control Panel
    HKEY_USERS\S-1-5-20\Environment
    HKEY_USERS\S-1-5-20\EUDC
    HKEY_USERS\S-1-5-20\Keyboard Layout
    HKEY_USERS\S-1-5-20\Network
    HKEY_USERS\S-1-5-20\Printers
    HKEY_USERS\S-1-5-20\Software
    HKEY_USERS\S-1-5-20\System

    C:\Windows\system32>REG QUERY HKU\S-1-5-20\Environment

    HKEY_USERS\S-1-5-20\Environment
    TEMP REG_EXPAND_SZ %USERPROFILE%\AppData\Local\Temp
    TMP REG_EXPAND_SZ %USERPROFILE%\AppData\Local\Temp


    C:\Windows\system32>
      My Computer


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

    They are normal as well.

    Perhaps I should explain a little :)
    Your MGADiag report shows
    Code:
    Validation Code: 50
     Cached Online Validation Code: N/A, hr = 0x80070005
    The Code 50 simply means that the system has failed Validation

    The 0x80070005 error code is an 'Access Denied' type error - possibly because a file that should be open for write access has been locked, or possibly because permissions have been modified inappropriately - or simply the folder has been moved.

    Let's see if this helps....




    Open WindowsExplorer (Computer)

    Navigate to the C:\Windows folder

    Find the System32 sub-folder and right-click on it

    select Properties



    Clear the 'blob'from the 'Read-only (Only applies to files infolder)' box by clicking on it until it's plain white.

    Click on Apply.



    Make sure thatthe radio button for 'Apply changes to thisfolder, subfolders and files' is set, and click OK.



    Accept theAdministrator prompt. After a couple of seconds, you'll be told there is anerror - click on the 'Ignore all' button.



    Wait for it tofinish - it could take a couple of minutes.



    OK out, and exitWindows Explorer.



    Reboot twice



    Post a newMGADiag report.
      My Computer


  7. Posts : 48
    Windows 7 Home Premium x64
    Thread Starter
       #17

    NoelDP said:
    They are normal as well.

    Perhaps I should explain a little :)
    Your MGADiag report shows
    Code:
    Validation Code: 50
     Cached Online Validation Code: N/A, hr = 0x80070005
    The Code 50 simply means that the system has failed Validation

    The 0x80070005 error code is an 'Access Denied' type error - possibly because a file that should be open for write access has been locked, or possibly because permissions have been modified inappropriately - or simply the folder has been moved.

    Let's see if this helps....




    Open WindowsExplorer (Computer)

    Navigate to the C:\Windows folder

    Find the System32 sub-folder and right-click on it

    select Properties



    Clear the 'blob'from the 'Read-only (Only applies to files infolder)' box by clicking on it until it's plain white.

    Click on Apply.



    Make sure thatthe radio button for 'Apply changes to thisfolder, subfolders and files' is set, and click OK.



    Accept theAdministrator prompt. After a couple of seconds, you'll be told there is anerror - click on the 'Ignore all' button.



    Wait for it tofinish - it could take a couple of minutes.



    OK out, and exitWindows Explorer.



    Reboot twice



    Post a newMGADiag report.

    So I double checked to see if I did everything right, and it automatically goes back to read only.
      My Computer


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

    No - Folders cannot have a read-only attribute :)
    It goes back to the 'blob' which is an undefined state. Hopefully, the files within the folder, though, will have now been set properly :)

    Please post a new MGADiag report.
      My Computer


  9. Posts : 48
    Windows 7 Home Premium x64
    Thread Starter
       #19

    NoelDP said:
    No - Folders cannot have a read-only attribute :)
    It goes back to the 'blob' which is an undefined state. Hopefully, the files within the folder, though, will have now been set properly :)

    Please post a new MGADiag report.
    Diagnostic Report (1.9.0027.0):
    -----------------------------------------
    Windows Validation Data-->

    Validation Code: 50
    Cached Online Validation Code: N/A, hr = 0x80070005
    Windows Product Key: *****-*****-QCPVQ-KHRB8-RMV82
    Windows Product Key Hash: +Rj3N34NLM2JqoBO/OzgzTZXgbY=
    Windows Product ID: 00359-OEM-8992687-00095
    Windows Product ID Type: 2
    Windows License Type: OEM SLP
    Windows OS version: 6.1.7601.2.00010300.1.0.003
    ID: {F3E904F7-5DF2-4FAC-9B8D-4C58B42D85CB}(3)
    Is Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/A, hr = 0x80070002
    Signed By: N/A, hr = 0x80070002
    Product Name: Windows 7 Home Premium
    Architecture: 0x00000009
    Build lab: 7601.win7sp1_gdr.130828-1532
    TTS Error:
    Validation Diagnostic:
    Resolution Status: N/A

    Vista WgaER Data-->
    ThreatID(s): N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002

    Windows XP Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    File Exists: No
    Version: N/A, hr = 0x80070002
    WgaTray.exe Signed By: N/A, hr = 0x80070002
    WgaLogon.dll Signed By: N/A, hr = 0x80070002

    OGA Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    OGAExec.exe Signed By: N/A, hr = 0x80070002
    OGAAddin.dll Signed By: N/A, hr = 0x80070002

    OGA Data-->
    Office Status: 100 Genuine
    Microsoft Office Professional 2007 - 100 Genuine
    OGA Version: N/A, 0x80070002
    Signed By: N/A, hr = 0x80070002
    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Browser Data-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE; Win32)
    Default Browser: C:\Program Files (x86)\Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: Prompt
    Download unsigned ActiveX controls: Disabled
    Run ActiveX controls and plug-ins: Allowed
    Initialize and script ActiveX controls not marked as safe: Disabled
    Allow scripting of Internet Explorer Webbrowser control: Disabled
    Active scripting: Allowed
    Script ActiveX controls marked as safe for scripting: Allowed

    File Scan Data-->

    Other data-->
    Office Details: <GenuineResults><MachineData><UGUID>{F3E904F7-5DF2-4FAC-9B8D-4C58B42D85CB}</UGUID><Version>1.9.0027.0</Version><OS>6.1.7601.2.00010300.1.0.003</OS><Architecture>x64</Architecture><PKey>*****-*****-*****-*****-RMV82</PKey><PID>00359-OEM-8992687-00095</PID><PIDType>2</PIDType><SID>S-1-5-21-786048116-2222576912-2056977569</SID><SYSTEM><Manufacturer>Dell Inc.</Manufacturer><Model>XPS 8300 </Model></SYSTEM><BIOS><Manufacturer>Dell Inc.</Manufacturer><Version>A06</Version><SMBIOSVersion major="2" minor="6"/><Date>20111017000000.000000+000</Date></BIOS><HWID>311C3907018400FE</HWID><UserLCID>0409</UserLCID><SystemLCID>0409</SystemLCID><TimeZone>Eastern Standard Time(GMT-05:00)</TimeZone><iJoin>0</iJoin><SBID><stat>3</stat><msppid></msppid><name></name><model></model></SBID><OEM><OEMID>DELL </OEMID><OEMTableID>FX09 </OEMTableID></OEM><GANotification/></MachineData><Software><Office><Result>100</Result><Products><Product GUID="{91120000-0014-0000-0000-0000000FF1CE}"><LegitResult>100</LegitResult><Name>Microsoft Office Professional 2007</Name><Ver>12</Ver><Val>3319CC357B0B70E</Val><Hash>J1ll/L2Wplz514bO6IiLeWDwT7I=</Hash><Pid>81605-903-4334133-65979</Pid><PidType>1</PidType></Product></Products><Applications><App Id="15" Version="12" Result="100"/><App Id="16" Version="12" Result="100"/><App Id="18" Version="12" Result="100"/><App Id="19" Version="12" Result="100"/><App Id="1A" Version="12" Result="100"/><App Id="1B" Version="12" Result="100"/></Applications></Office></Software></GenuineResults>

    Spsys.log Content: 0x80070002

    Licensing Data-->
    On a computer running Microsoft Windows non-core edition, run 'slui.exe 0x2a 0x46' to display the error text.
    Error: 0x46

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0x00000000
    HealthStatus: 0x0000000000000000
    Event Time Stamp: 9:21:2013 09:44
    ActiveX: Registered, Version: 7.1.7600.16395
    Admin Service: Registered, Version: 7.1.7600.16395
    HealthStatus Bitmask Output:


    HWID Data-->
    HWID Hash Current: NAAAAAEAAQABAAEAAAAEAAAAAwABAAEAonagkPDpUARW0pZRYj3WytzhBunCh6LYCE4ucw==

    OEM Activation 1.0 Data-->
    N/A

    OEM Activation 2.0 Data-->
    BIOS valid for OA 2.0: yes
    Windows marker version: 0x20001
    OEMID and OEMTableID Consistent: yes
    BIOS Information:
    ACPI Table Name OEMID Value OEMTableID Value
    APIC DELL FX09
    FACP DELL FX09
    HPET DELL FX09
    MCFG DELL FX09
    SSDT AMICPU PROC
    SLIC DELL FX09
    OSFR DELL FX09
      My Computer


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

    Hmmm - OK. let's check the permissions on a few folders, then

    In an Elevated Command Prompt, run the following commands, and post the results.

    ICACLS C:\WINDOWS
    ICACLS C:\WINDOWS\SYSTEM32
    ICACLS C:\WINDOWS\SYSTEM32\7B*.*
    ICACLS C:\WINDOWS\SYSTEM32\WBEM
      My Computer


 
Page 2 of 4 FirstFirst 1234 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:56.
Find Us