Windows 7 not genuine Error (Screen Turning Black)

Post date: Jul 14, 2011 8:34:50 AM

Windows 7 may sometimes been detected as illegal, not genuine,or Pirated despite the operating system has been genuinely bought from market. Then it shows a message immediately after log on, the following Windows Activation window will be displayed:

Windows is not genuine

Your computer might not be running a counterfeit copy of Windows.

0×80070005

not-genuine

Moreover, the computer desktop background is turned to black, after some time of logging in and the following error message is shown on the bottom right corner of the screen:

This copy of Windows is not genuine

activation message

When you try to view the system information in System Properties (Control Panel -> System and Security -> System), the following error message can be seen:

You must activate today. Activate Windows now

Using slmgr.vbs /dlv or slmgr.vbs /dli in an elevated command prompt with administrator privileges to view the licensing status will return the following message instead:

Error: 0×80070005 Access denied: the requested action requires elevated privileges

Normally, the suddenly or random deactivation of an activated Windows 7 on genuine platform can be resolved by simply restarting the computer, so thatWindows 7 can re-access the activation status to return the computer to activated status. However, in some cases, where modification has been done to HKU\S-1-5-20 registry key causing the Network Service account to lose and missing full control and read permissions over the registry key, the losing of activated status may happen on Windows 7 too.

Microsoft explains in KB2008385 that the possible cause for the Windows 7 turned pirated error is likely the result of applying a Plug and Play Group Policy object (GPO):

Computer Configuration -> Policies -> Windows Settings -> Security Settings -> System Services -> Plug and Play (Startup Mode: Automatic)

The Windows 7 Licensing service uses Plug and Play to obtain hardware ID information and binds the license to the computer, thus change to the setting can result in an activated system appearing to be out of tolerance. The default permissions of the Plug and Play policy do not grant the Licensing service, which runs under the Network Service account, the appropriate rights to access the Plug and Play service. To fix and resolve the Windows 7 activation lost issue, and make the Windows 7 activated and genuine again, just follow one of the two Methods stated Below:

Method I: Disable the Plug and Play Policy

run rsop service

3. Visit the following location:

Computer Configuration -> Policies -> Windows Settings ->Security Settings -> System Services

policy set

If the Plug and Play service is configured through a Group Policy setting, you see it here with settings other than Not Defined. Additionally, you can see which Group Policy is applying this setting.

4. Disable the Group Policy settings and force the Group Policy to be reapplied.

Method II: Edit the permissions of the Group Policy

If there are no GPO’s in place, then another activity may have changed the default registry permissions. To resolve this problem, perform the following steps:

-Courtesy Ashish K Saini