windows 7 7264 leak!! (x86 & x64)

Discussion in 'Windows 7' started by stasio, Jun 30, 2009.

  1. stasio

    stasio MDL Expert

    May 3, 2007
    1,193
    1,144
    60
  2. tomorrow

    tomorrow MDL Addicted

    Jul 3, 2008
    723
    263
    30
    Well no trackers but still 27 seeds and stable ~200kb/s speed :)
     
  3. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
  4. Penryn

    Penryn MDL Novice

    Mar 11, 2009
    13
    0
    0
    couldnt download via FTP links please post RS links for the (x64) version. Thank you.
     
  5. DJxSpeedy

    DJxSpeedy MDL Senior Member

    Jan 7, 2008
    395
    111
    10
    #47 DJxSpeedy, Jul 1, 2009
    Last edited by a moderator: Apr 20, 2017
  6. itlvk

    itlvk MDL Member

    Jun 17, 2009
    106
    2
    10
    thanks man :D, bittorrent link please ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. itlvk

    itlvk MDL Member

    Jun 17, 2009
    106
    2
    10
    good, I'll up this version
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. stasio

    stasio MDL Expert

    May 3, 2007
    1,193
    1,144
    60
    Activation - credit goes to Chris123NT at VinylZine

    Stop software protection service

    Replace pkeyconfig.xrm-ms with the one from build 7232/7231 located at C:\Windows\System32\spp\tokens\pkeyconfig

    Replace tokens.dat with the one from build 7232/7231 located at C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform

    Restart software protection service

    RC Key should now work and activate.
     
  9. stasio

    stasio MDL Expert

    May 3, 2007
    1,193
    1,144
    60
  10. Yurek3

    Yurek3 MDL Novice

    May 1, 2009
    27
    0
    0
    #54 Yurek3, Jul 1, 2009
    Last edited by a moderator: Apr 20, 2017
  11. PrEzi

    PrEzi MDL Addicted

    Aug 23, 2007
    534
    3
    30
    Just a word of advice - beware since it would make your OS a 'frankenbuild' and it is easly traceable for Microsoft to blacklist such builds.

    I strongly recommend anyone to back up your tokens and pkeyconfig files.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. stasio

    stasio MDL Expert

    May 3, 2007
    1,193
    1,144
    60
    Now we have 4 thread about 7264:confused:
    btw,links alreday posted
     
  13. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    #57 Alphawaves, Jul 1, 2009
    Last edited by a moderator: Apr 20, 2017
    copy and paste this save as a .bat file and put into a folder with your 2 files and select run as admin:

    Code:
    net stop sppsvc /y
    takeown /f "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms"
    cacls "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat" /e /g everyone:f
    cacls "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms" /e /g everyone:f
    ren "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat" "tokens.bak"
    ren "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms" "pkeyconfig.bak"
    copy tokens.dat "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\"
    copy pkeyconfig.xrm-ms "%WinDir%\System32\spp\tokens\pkeyconfig\"
    del "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareLicensing\tokens.bak"
    del "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.bak"
    net start sppsvc
    cscript %windir%\system32\slmgr.vbs -ipk <insert a key here>
    cscript %windir%\system32\slmgr.vbs -ato
     
  14. itlvk

    itlvk MDL Member

    Jun 17, 2009
    106
    2
    10
    Merg all build 7264 to only one :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. PrEzi

    PrEzi MDL Addicted

    Aug 23, 2007
    534
    3
    30
    #60 PrEzi, Jul 1, 2009
    Last edited by a moderator: Apr 20, 2017
    I would remove the red-marked lines(in order to keep the backups),
    anyway - should work, just add that the <insert a key here> should be filled with an actual RC key :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...