Windows 7 won't activate - weird situation

Discussion in 'Windows 7' started by baskinghobo, Oct 3, 2009.

  1. baskinghobo

    baskinghobo MDL Junior Member

    Dec 11, 2008
    54
    0
    0
    #1 baskinghobo, Oct 3, 2009
    Last edited by a moderator: May 23, 2017
  2. spacednow

    spacednow MDL Member

    Aug 26, 2009
    245
    12
    10
    You did check and made sure the cert matched the bios slic, correct?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. jupier2k

    jupier2k MDL Member

    Jan 20, 2009
    168
    5
    10
    Did you use HP cert ?
    e.g slmgr.vbs -ilc c:\hp.XRM-MS
    if all were to done correctly you should try the other key ?
     
  4. Everilda

    Everilda MDL Senior Member

    Jun 28, 2009
    306
    26
    10
    #4 Everilda, Oct 3, 2009
    Last edited by a moderator: May 23, 2017
  5. antair

    antair MDL Novice

    Jul 20, 2009
    7
    0
    0
    Have you used activators that replace system files?
     
  6. hawke1969

    hawke1969 MDL Member

    Aug 17, 2009
    117
    0
    10
    #6 hawke1969, Oct 3, 2009
    Last edited by a moderator: May 23, 2017
  7. carola

    carola MDL Junior Member

    Jul 28, 2008
    67
    11
    0
  8. twiz

    twiz MDL Senior Member

    Jul 30, 2009
    401
    1
    10
    #8 twiz, Oct 3, 2009
    Last edited by a moderator: Apr 20, 2017
    Save theses as .BAT files:
    Activate.bat
    Code:
    @echo off
    SLMGR.VBS -ilc CERTNAME.XRM-MS
    SLMGR.VBS -ipk *****-*****-*****-*****-*****
    Verify.bat
    Code:
    @echo off
    slmgr -dli
    slmgr -xpr
    slmgr -dlv
    Fill in the Cert Name and key you want to use.
    Copy your Cert into the same folder as the two .BAT files and run them.
     
  9. carola

    carola MDL Junior Member

    Jul 28, 2008
    67
    11
    0
  10. John W

    John W MDL Novice

    Oct 4, 2009
    14
    0
    0
    I have the same (or at least similar) problem, W7 Ultimate x64 RTM.

    My laptop is a recent one from Acer that already has the SLIC 2.1 ex factory (I checked the Bios), it therefore cannot be that.

    So deleted Vista, installed W7 and successfully installed the certificate from this site via slmgr -ilc C:\ACER.xrm-ms (the OEM ID is properly displayed as Product ID).

    Now if I try to use the Acer W7 Ultimate SLP key (FJGCP-...) via Control Panel -> System -> Activate, I get but a 0xC004E003 failure message.

    Installing it via slmgr -ipk returns no error, and the key is displayed in the window slmgr -dlv opens, but I am nevertheless told precisely the same "Activate Windows now" message (with same limit and rearm count) as before.
     
  11. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,273
    240
    #11 pisthai, Oct 4, 2009
    Last edited by a moderator: May 23, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Technoboots

    Technoboots MDL Novice

    Sep 3, 2009
    17
    1
    0
    Are you using the correct certificate? According to the stickied thread with the SLIC bin files in there are 2 Acer SLIC's (Acer[ACRSYSACRPRDCT-ANNI] and Acer[ACRSYSACRPRDCT-MSFT]). Try both of the certificates and see if either one works.
     
  13. John W

    John W MDL Novice

    Oct 4, 2009
    14
    0
    0
    Technoboots, thank you very much for pointing out my second stupid mistake (using a SLIC 2.0 certificate instead of the proper 2.1 one). The first was "reflashing" the old Bios instead of the new one (which was in the folder next to it - to be precise, the models sold now have the new bios with SLIC 2.1, mine is a bit older and had a bios still equipped with SLIC 2.0).

    Anyway, it reports as genuinely activated now.