Trilogy 4.2

Discussion in 'MDL Projects and Applications' started by timesurfer, Feb 11, 2011.

Thread Status:
Not open for further replies.
  1. Stackoverflow

    Stackoverflow MDL Novice

    Aug 12, 2011
    11
    9
    0
  2. tomah

    tomah MDL Senior Member

    Sep 25, 2010
    408
    355
    10
    #1742 tomah, Aug 13, 2011
    Last edited by a moderator: Apr 20, 2017
  3. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #1743 timesurfer, Aug 13, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Apparantly he is licenced so he activated his 2010 VL already

    KMS activation is fine and he should stick with it

    In 6 months reactivate

    I prefer IORRT over KMS and so did I initiate the office 2010 VL rearm concept and believed in it when others did not. I also did it as alternative to the many KMS problems that arise especially for beginners but if this person is using 2010 fine then they should just stick with that

    I would be happy to alter my code if an solution is created but I'd rather just support non-bugged XP or W7 where IORRT has no problems

    I appreaciate your help as always

    And a special thanks to you and TTG for your endless support for my ideas and developments

    TS
     
  4. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    @TS

    I'm out of time, more when I can be coded app in C++ to simplify use of the AT and you can use if you want to Trilogy; ~80KB :eek: ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    We are in the age of W7 so lets just support that which is already done for all languages and so forth

    This XP bug is not something I need to over indulge in

    After all he is already activated for 6 mo

    Lets leave it as that ;)

    Thank you
     
  6. Soulfate

    Soulfate MDL Member

    Feb 14, 2011
    185
    51
    10
    #1746 Soulfate, Aug 13, 2011
    Last edited by a moderator: Apr 20, 2017
    Hi TimeSurfer,
    In your script, I've noticed that copy and restore Tokens.dat and Cache.dat is not necessary.
    About the registry, only HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform\Data must be saved (and restored) and when the script call OSPPREARM.EXE, the OSPPSVC service starts automatically (no need of "net start osppsvc").

    So, I rewrote your script and IORRT.BAT looks like that:
    Code:
    @echo off 
    net stop osppsvc 
    REG DELETE HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform\Data /f 
    REG ADD HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform\Data /f 
    reg restore "HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform\Data" C:\IORRT\Backup\Registry\OfficeSPPInfo.hiv 
    IF Exist "%CommonProgramFiles%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" ( 
    "%CommonProgramFiles%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" 
    ) ELSE ( "%CommonProgramFiles(x86)%\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" 
    ) 
    schtasks /delete /tn "IORRT" /f 
    schtasks /create /tn "IORRT" /tr "C:\IORRT\IORRT.bat" /sc daily /mo 1 /ru "" 


    I hope that this can help you ;)
    Great Work
     
  7. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #1747 timesurfer, Aug 14, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    In the office 2010 VL rearm concept being my original initiated idea I conclude that IORRT was designed and written correctly and has been working flawlessly for many months now :p

    No need to fix what isn't broken :sith:
     
  8. Soulfate

    Soulfate MDL Member

    Feb 14, 2011
    185
    51
    10
    I agree - I use IORRT too and I'm very satisfied - but the "light method" works too :p

    Anyway, I love your command lines that keep our Office 2010 VL always in trial !
    I find that very classy to compete with the other activators with a BATCH of 30 Kb
     
  9. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Really there is only the KMS keygen and IORRT

    No other solutions for 2010 VL
     
  10. Ipmark

    Ipmark MDL Expert

    Jul 29, 2009
    1,595
    422
    60
    With this new "Run as Admin" check
    IR5 works fine again on my office PC.
    :)
     
  11. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #1751 timesurfer, Aug 15, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
  12. Beef.

    Beef. MDL Novice

    Sep 29, 2010
    11
    0
    0
    #1752 Beef., Aug 16, 2011
    Last edited: Sep 1, 2011
    Problem solved.
     
  13. cookieboy

    cookieboy MDL Novice

    Jul 11, 2010
    31
    18
    0
    Hello timesurfer

    Is there any chance of just coding a stand alone IORRT 4.0 only
    Thanks
     
  14. billox

    billox MDL Novice

    Dec 8, 2010
    41
    6
    0
    #1754 billox, Aug 16, 2011
    Last edited by a moderator: Apr 20, 2017
    Hi,
    what do you think if in "Status" command for IR5, you add a information to know how many rearms left?
    I add this information and works:
    Code:
    :StatusIR5
    mode con: cols=64 lines=8
    echo.
    cscript.exe %windir%\system32\slmgr.vbs /dlv | FINDSTR /I "Status"
    echo.
    cscript.exe %windir%\system32\slmgr.vbs /dlv | FINDSTR /I "rearm"
    echo.
    cscript.exe %windir%\system32\slmgr.vbs /dlv | FINDSTR /I "Remaining"
    echo.
    schtasks /query /tn "IR5" 2>NUL | FINDSTR "IR5"
    IF ERRORLEVEL 1 echo IR5 is not installed...
    ping -n 5 127.0.0.1 >nul
    GOTO Start
    NOTE: In my language (italian), this word isn't "rearm", but "ripristini".
    I found the english string “remaining Windows rearm count” on Internet, so I hope the string is correct.

    I add this line, otherwise I have to type command “slmgr.vbs -dlv” in the Search Box for this information.

    Now, I just know that timesurfer will call me on the carpet! :p:biggrin:
     
  15. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #1755 timesurfer, Aug 16, 2011
    Last edited by a moderator: Apr 20, 2017
    (OP)
    That sucks...lol I've only heard of that happening a couple of times in the last 1.5 years my rearm concept has been around

    Maybe Daz or someone good with drives bcd and help you

    Do you have another solution installed because it might cause bcd problems

    If so uninstall and reboot and try IR5 again otherwise it's never happened to me so I haven't troubleshooted it yet

    Why just use option B and you in IORRT :eek:...lol

    What are you trying to do integrate it :sith:

    1. IR5 already gives rearms left...lol

    2011-08-16_104110.jpg

    Perhaps work on improving your eyesight instead of IR5 it's basically final with 4.2

    2. This an english based sight and IR5 works on all languages regardless of the OS you have so gotta give you a :p on that...lol
     
  16. Ipmark

    Ipmark MDL Expert

    Jul 29, 2009
    1,595
    422
    60
    For my italian Win7 systems, I made these changes ....

     
  17. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    Neat that everyone is making any status changes for their non-English language status, however IR5 works regardless for 6 months in-between 3-5 minute installs while all along having the same appearance and usage as if activated while never bricking bootsect or altering system files :p
     
  18. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,513
    7,174
    120
    Cool, I've tested this release ;

    Working fine, reset cont, rearm, install trial key, lol ;

    +1 for solid .cmd script

    Good job ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...