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
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
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
Too bad that seems the most direct way to fool windows with just a restore with what ever state the backup has...lol
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
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
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