"Office 2010 Retail/Volume Project to bypass activation without KMS/keygen?"

Discussion in 'Microsoft Office' started by timesurfer, Sep 19, 2010.

  1. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #241 timesurfer, Sep 26, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
    So my conclusions of this rearm side of this thread for any alternative's to KMS/Keygen method is that it kinda works...lol

    1. If you are already activated and don't want to rely on KMS/Keygen hence basically it works but you don't want Keygen on comp then you might like this. Simply install IOR which will create a 30 day task to run the restore rearm as well as put the restore/rearm IOR.bat file in c:\ and finally put's the IOR folder that the backups and IOR.bat file sit's in in C:\

    I have tested over and over again running the task which again runs the IOR.bat to restore/rearm works without failure. If one goes past the 30 days and gets into notification I think cody said we can still just run task to restore/rearm so if you want a different way to use office then try this. Otherwise I'm at my limits with testing and creativity although cody says his build works without fail and he will include it in his beta 4 release. I suggest we keep this thread open as a place to further experiment with alternative office exploit solutions. We only get failure when uninstalling and reinstalling! And I could never use this tool with fresh install of office just if office was already activated or in grace with two rearms left

    Take care

    p.s. Here was the last final build I had if anyone is curious or want's to perfect this concept by adding to it or working with a patch or whatever feel free it is open source as all my stuff is since I need help and the only way you can get help is to share what you got so far and hope that someone better at scripting/programming can help you...lol

    Code:
    @echo off
    @color 9A 
    title IOR
    :MAINMENU
    mode con: cols=45 lines=12
    CLS
    echo. 
    echo.          InfiniteOfficeRearm (IOR)
    echo.      
    echo.    An Office 2010 Rearm Concept Solution     
    echo.              A. Install IOR
    echo.              B. Uninstall IOR
    echo.              C. IOR Status
    echo.              D. Test
    echo.              E. Exit
    echo.  
    
    :CHOOSEACTION
    set /p userinp=    ^   Make your selection: 
    set userinp=%userinp:~0,1%
    if /i "%userinp%"=="A" goto InstallIOR
    if /i "%userinp%"=="B" goto UninstallIO4
    if /i "%userinp%"=="C" goto IORStatus
    if /i "%userinp%"=="D" goto Test
    if /i "%userinp%"=="E" goto Exit
    echo. Try Again....
    GOTO CHOOSEACTION
    
    :InstallIOR
    CLS
    mode con: cols=64 lines=21
    title IOR
    schtasks /Query /TN "\Rearm2" 1>nul 2>nul
    IF ERRORLEVEL 1 (
    echo Installing IOR
    ) ELSE (
    echo IOR has already been installed!
    echo.
    echo Press any key to return to the main menu
    PAUSE 1>nul
    GOTO MAINMENU
    )
    mkdir "%SystemDrive%\IOR"
    net stop osppsvc
    xcopy /cheriky "%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform" "C:\IOR"
    reg save "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform" C:\IOR\Backup.hiv /y
    net start osppsvc
    SET file=%SystemDrive%\IOR\IOR.bat
    IF EXIST %file% attrib -h %file% 
    echo @echo off >%file%
    echo net stop osppsvc >>%file%
    echo xcopy /cheriky "C:\IOR" "%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform" >>%file%
    echo REG DELETE HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f >>%file%
    echo REG ADD HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f >>%file%
    echo reg restore "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform" C:\IOR\Backup.hiv >>%file%
    echo IF Exist "%COMMONPROGRAMFILES%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" ( >>%file%
    echo "%COMMONPROGRAMFILES%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" >>%file%
    echo ) ELSE ( "%COMMONPROGRAMFILES(X86)%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" >>%file%
    echo ) >>%file%
    echo net start osppsvc >>%file%
    "C:\Program Files\Common Files\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.EXE"
    schtasks /create /tn "Rearm2" /tr %file% /sc daily /mo 30 /RL HIGHEST /f
    echo.
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /dstatus
    schtasks /query | FINDSTR /I "Rearm2"
    IF ERRORLEVEL 1 echo IOR is not yet Installed
    echo.Press any key to return to the main menu
    pause > nul
    GOTO MAINMENU
    )
    
    :UninstallIO4
    title IOR
    SET file=%SystemDrive%\IOR
    IF EXIST %file% attrib -h %file%
    RD /S /Q  %file%
    schtasks /delete /tn "Rearm2" /f
    echo.
    echo.Press any key to return to the main menu
    pause > nul
    GOTO MAINMENU
    )
    
    :Test
    title IOR
    "%SystemDrive%\IOR\IOR.bat
    echo.
    echo.Press any key to return to the main menu
    pause > nul
    GOTO MAINMENU
    )
    
    echo.
    echo.Press any key to return to the main menu
    pause > nul
    GOTO MAINMENU
    )
    
    C:\IOR\IOR.bat
    
    :IORStatus
    mode con: cols=64 lines=21
    title IOR
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /dstatus
    schtasks /query | FINDSTR /I "Rearm2"
    IF ERRORLEVEL 1 echo IOR is not yet Installed
    echo.
    echo.Press any key to return to the main menu
    pause > nul
    GOTO MAINMENU
    )
    
    :Exit
    
     
  2. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #242 CODYQX4, Sep 26, 2010
    Last edited: Apr 15, 2019
    .
     
  3. unknownzd

    unknownzd MDL Member

    Jul 28, 2008
    130
    19
    10
    Uh please have a look on my latest thread regarding the OEM key used in Office 2010
    btw about keygenning a MAK serial ........ actually that is not true since you can validate it online via VAMT
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    No need for another thread...lol
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #245 CODYQX4, Sep 26, 2010
    Last edited: Apr 15, 2019
    .
     
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #246 timesurfer, Sep 27, 2010
    Last edited by a moderator: Apr 20, 2017
    (OP)
  7. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #247 CODYQX4, Sep 27, 2010
    Last edited: Apr 15, 2019
    .
     
  8. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #248 timesurfer, Sep 27, 2010
    Last edited: Sep 27, 2010
    (OP)
    Great comment. So I killing off rearms with new backups minus the one rearm used to install thus rearm error...lol

    Is that what I was doing...lol Ha Ha

    Then I guess I need to do a master (temp) backup at some moment
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
  10. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #250 CODYQX4, Sep 27, 2010
    Last edited: Apr 15, 2019
    .
     
  11. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Too bad that seems the most direct way to fool windows with just a restore with what ever state the backup has...lol
     
  12. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #252 CODYQX4, Sep 27, 2010
    Last edited: Apr 15, 2019
    .
     
  13. unknownzd

    unknownzd MDL Member

    Jul 28, 2008
    130
    19
    10
    Actually the tokens.dat is not totally unreadable ..... I have tried once to open it with winhex and find out that the pkeyconfig.xrm-ms file is actually embedded in that file ........ also several SKUID are included in the front part of tokens.dat too
     
  14. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    I've been having some kinda weird stuff happen with office regarding backup restore stuff that's not suppose to happen like if current state sucks it still restore from that backup not into notification or the dreaded no key installed brick.

    But I think it restored once with just tokens

    Anyway this would be the best easiest hack if those files could work for any machine
     
  15. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #257 CODYQX4, Sep 27, 2010
    Last edited: Apr 15, 2019
    .
     
  16. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #258 CODYQX4, Sep 30, 2010
    Last edited: Apr 15, 2019
    .
     
  17. unknownzd

    unknownzd MDL Member

    Jul 28, 2008
    130
    19
    10
    Those things are not encoded in base64 since they have the characters that outside base64 range ..... In addition ..... I also don't think those things are really readable by any means ...... coz they look like something used in crypto instead of something that are really readable ..... but you can still have a try for it if u want
     
  18. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #260 CODYQX4, Oct 1, 2010
    Last edited: Apr 15, 2019
    .