windows 7 7264 leak!! (x86 & x64)

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

  1. freeza

    freeza MDL Novice

    Jun 30, 2009
    32
    0
    0
    Someone care to upload the two files from build 7232 that need to replace these from 7264? :)
     
  2. stasio

    stasio MDL Expert

    May 3, 2007
    1,191
    1,144
    60
  3. unwanted

    unwanted MDL Junior Member

    May 4, 2008
    54
    1
    0
    I am download to my boxxx
     
  4. sasovics

    sasovics MDL Novice

    Mar 12, 2008
    34
    0
    0
    #64 sasovics, Jul 1, 2009
    Last edited by a moderator: Apr 20, 2017
    Using this script gives me "This copy of Windows is not genuine".
    I used the tokens.dat and pkeyconfig.xrm-ms from 7260 release. Anything am I doing wrong ????
     
  5. PrEzi

    PrEzi MDL Addicted

    Aug 23, 2007
    534
    3
    30
    pre-RTMbranch (pre-build 726x) release tokens / pkey shall be used.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. snoopybox

    snoopybox MDL Novice

    May 20, 2009
    6
    0
    0
    I used 2 files from build 7229
    but it says "This copy of Windows is not genuine"
     
  7. PrEzi

    PrEzi MDL Addicted

    Aug 23, 2007
    534
    3
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. FABIGUI

    FABIGUI MDL Member

    Jun 2, 2007
    155
    0
    10
    I downdload Win 7 with the trackers shown here. Can someone tell me why doesn't match the md5 for 64 bit?
    I went directly to Vinylzine webpage and I compare the two files and was missing 1% after I check the md5 and was correct. Wich one is the correct or wich one is infected?
    Please check yours, thanks
     
  9. stasio

    stasio MDL Expert

    May 3, 2007
    1,191
    1,144
    60
    I will leave unactivated.
    Another 14 days RTM :)
     
  10. L.F.B.

    L.F.B. MDL Junior Member

    Dec 6, 2007
    65
    1
    0
  11. PrEzi

    PrEzi MDL Addicted

    Aug 23, 2007
    534
    3
    30
    Do not forget to run the batch script with elevated (administrator) priviledges ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. footgay

    footgay MDL Member

    Jun 28, 2009
    102
    0
    10
    #73 footgay, Jul 1, 2009
    Last edited by a moderator: Apr 20, 2017
    base on alfawaves one with some tweak for easy restoration(create back-up in "backup" folder) just in case something goes wrong & add some check before going toward next steps
    Code:
    @echo off
    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"
    md backup
    copy "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.bak" ".\backup\"
    copy "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.bak" ".\backup\"
    cls
    if exist ".\backup\tokens.bak" goto pb2
    goto end
    :pb2
    echo found ".\backup\tokens.bak"
    if exist ".\backup\pkeyconfig.bak" goto pok
    goto end
    :pok
    echo found ".\backup\pkeyconfig.bak"
    echo ============================================
    echo = Back-Up Files Created in Folder "backup" =
    echo ============================================
    pause
    copy tokens.dat "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\"
    copy pkeyconfig.xrm-ms "%WinDir%\System32\spp\tokens\pkeyconfig\"
    cls
    if exist "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat" del "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.bak"
    if exist "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms" 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
    :end
    pause
     
  13. TheOneAndOnly

    TheOneAndOnly MDL Junior Member

    Aug 21, 2007
    96
    3
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. greyaburton

    greyaburton MDL Addicted

    Mar 8, 2009
    558
    54
    30
    #75 greyaburton, Jul 1, 2009
    Last edited: Jul 1, 2009
    i didnt put in any key,and used the download suggested by L.F.B.just download it,extract it,then run the activator exe.then reboot when prompted.(i used the 32 bit one)
     
  15. emark

    emark MDL Novice

    Feb 28, 2009
    11
    0
    0
    I am trying to upgrade from build 7232 64bit and I get the message " You cannot upgrade from this pre-release version of Windows"... There is any possibility to upgrade from 7232 to build 7264, x64? Thanks! :)
     
  16. Amun_Raa

    Amun_Raa MDL Novice

    May 29, 2009
    34
    0
    0