Windows 7 Forums


Windows 7: Windows not genuine - Mine too ... please help

29 Jan 2013   #11

Win 7 x64 Home Premium (and x86 VirtualBox VM)
Wales - probably in the pub
 
 

Very strange...
I've never seen this type of problem before.
I wonder if it's related to Service Profiles?

Please open Regedit, and navigate to the
HKEY_USERS
key and double-click on it to expand the list
what users are listed there?

My System SpecsSystem Spec

29 Jan 2013   #12

Windows 7 Home Premium 64 bit
 
 

HKEY_USERS
.DEFAULT
S-1-5-18
S-1-5-19
S-1-5-20
S-1-5-21-78155825-753345144-48407624-1000
S-1-5-21-78155825-753345144-48407624-1000_Classes

My System SpecsSystem Spec
29 Jan 2013   #13

Win 7 x64 Home Premium (and x86 VirtualBox VM)
Wales - probably in the pub
 
 

That's normal.
I wonder if it's a GP setting?

Please try running the following commands, and post the output (if any!)

REG QUERY HKU
REG QUERY HKCU
REG QUERY HKLM
REG QUERY HKCC

I was going to add HKCR to the list - but there's a few thousand entries there
My System SpecsSystem Spec
.


29 Jan 2013   #14

Windows 7 Home Premium 64 bit
 
 

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-78155825-753345144-48407624-1000
HKEY_USERS\S-1-5-21-78155825-753345144-48407624-1000_Classes
HKEY_USERS\S-1-5-18

C:\windows\system32>REG QUERY HKCU

HKEY_CURRENT_USER\AppEvents
HKEY_CURRENT_USER\Console
HKEY_CURRENT_USER\Control Panel
HKEY_CURRENT_USER\Environment
HKEY_CURRENT_USER\EUDC
HKEY_CURRENT_USER\Identities
HKEY_CURRENT_USER\Keyboard Layout
HKEY_CURRENT_USER\Network
HKEY_CURRENT_USER\Printers
HKEY_CURRENT_USER\Software
HKEY_CURRENT_USER\System
HKEY_CURRENT_USER\Volatile Environment

C:\windows\system32>REG QUERY HKLM

HKEY_LOCAL_MACHINE\BCD00000000
HKEY_LOCAL_MACHINE\HARDWARE
HKEY_LOCAL_MACHINE\SAM
HKEY_LOCAL_MACHINE\SECURITY
HKEY_LOCAL_MACHINE\SOFTWARE
HKEY_LOCAL_MACHINE\SYSTEM

C:\windows\system32>REG QUERY HKCC

HKEY_CURRENT_CONFIG\Software
HKEY_CURRENT_CONFIG\System

C:\windows\system32>
My System SpecsSystem Spec
29 Jan 2013   #15

Win 7 x64 Home Premium (and x86 VirtualBox VM)
Wales - probably in the pub
 
 

... so those report properly, but not the Keys we're interested in.

OK - let's try drilling down stepwise, and then see if Regedit helps....

Please run the following commands one at a time - the list should be fairly log for each until we get to the final one.... don't bother posting the results until you get a non-response, or an error message.

REG QUERY HKLM
REG QUERY HKLM\SOFTWARE
REG QUERY HKLM\SOFTWARE\Classes
REG QUERY HKLM\SOFTWARE\Classes\Wow6432Node
REG QUERY HKLM\SOFTWARE\Classes\Wow6432Node\TypeLib
REG QUERY HKLM\SOFTWARE\Classes\Wow6432Node\TypeLib\{EE574957-4077-4AD6-8658-327C2C86C5AA}
REG QUERY HKLM\SOFTWARE\Classes\Wow6432Node\TypeLib\{EE574957-4077-4AD6-8658-327C2C86C5AA} /S

Make a note of the last one with valid responses, then open Regedit, and find that there.
right-click on the first one to fail, and select Permissions - what permissions are shown, and who is the Owner of the Key?
My System SpecsSystem Spec
29 Jan 2013   #16

Windows 7 x64 Ultimate SP1
Croatia
 
 

My System SpecsSystem Spec
29 Jan 2013   #17

Win 7 x64 Home Premium (and x86 VirtualBox VM)
Wales - probably in the pub
 
 

Reactivation will NOT work while the errors in the report persist.
My System SpecsSystem Spec
30 Jan 2013   #18

Windows 7 Home Premium 64 bit
 
 

REG QUERY HKLM\SOFTWARE\Classes\Wow6432Node\TypeLib (last one that worked)
REG QUERY HKLM\SOFTWARE\Classes\Wow6432Node\TypeLib\{EE574957-4077-4AD6-8658-327C2C86C5AA}
This one did not work and the permissions are SYSTEM, Administrators(Tina-PC\Administrators), Users (Tina-PC\Users), TrustedInstaller
The permissions for TrustedInstaller are Allow Full Control and Read.
My System SpecsSystem Spec
30 Jan 2013   #19

Win 7 x64 Home Premium (and x86 VirtualBox VM)
Wales - probably in the pub
 
 

OK - we'll try this then....


Copy the text enclosed the Code box to Notepad, and save as regwowfix.reg

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\TypeLib\{EE574957-4077-4AD6-8658-327C2C86C5AA}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\TypeLib\{EE574957-4077-4AD6-8658-327C2C86C5AA}\1.0]
@="SPPUI 1.0 Type Library"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\TypeLib\{EE574957-4077-4AD6-8658-327C2C86C5AA}\1.0\0]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\TypeLib\{EE574957-4077-4AD6-8658-327C2C86C5AA}\1.0\0\win32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,6c,00,\
 75,00,69,00,2e,00,65,00,78,00,65,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\TypeLib\{EE574957-4077-4AD6-8658-327C2C86C5AA}\1.0\FLAGS]
@="0"





Once saved, close all applications, then right-click on the file and select Merge
You'll get at least one warning - accept it/them.
You should then get a 'Success' message.
accept that, and reboot.

run another MGADiag report and post the results.
My System SpecsSystem Spec
30 Jan 2013   #20

Windows 7 Home Premium 64 bit
 
 

Sorry to be stupid but where do I save this at?
My System SpecsSystem Spec
Reply

 Windows not genuine - Mine too ... please help problems?



Thread Tools



Similar help and support threads for: Windows not genuine - Mine too ... please help
Thread Forum
Mine says it is not genuine Windows Updates & Activation
Repair with Windows 7 disk (not mine) Installation & Setup
Windows 7 Build 7600...not genuine MINE IS, HOWEVER Windows Updates & Activation
Netgear WG111T & Windows 7 - can see other connections but not mine Network & Sharing


All times are GMT -5. The time now is 07:48 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

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
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32