Office(R)Tool Project

Discussion in 'Microsoft Office' started by Dark Dinosaur, Nov 6, 2021.

?

Change brand name or not ?

Poll closed Dec 26, 2021.
  1. No, keep it like that

    148 vote(s)
    75.1%
  2. Yes, officeRTool need fresh name

    49 vote(s)
    24.9%
  1. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    #1261 Dark Dinosaur, Dec 10, 2022
    Last edited: Dec 10, 2022
    (OP)
    Upload new version …
    this version can handle scaling,
    and auto calculate the new window size needed
    with help from new complex calculation
    ( only for terminal host ...... )

    [math]::Round(%1*(%C_FACTOR%*%C_PERCEN%*!LOG_PER!))

    Code:
    ~ improve the welcome screen
      the choice command now works fine under a terminal host
      Replaced (ESC) char who fail under terminal,
      with another (special) char
    
    ~ Improve screen size under terminal windows
      it's should work fine in the main menu & welcome screen
      due to font size and other variables (scaling, etc, etc)
      build my own Arithmetic Sequence Formula, work great most of the time's
      Unless you use a custom font / size / special scaling
      {[math]::Round(%1*(%C_FACTOR%*%C_PERCEN%*!LOG_PER!))}
     
    ~ Settings: new option: AutoScaling
      if detect scaling, will try to auto fix screen size,
      if you have custom fonts, size, scaling,
      you might want to disable it
    Edit

    Re-Upload and bump version,
    added custom scaling table, for 101% to 125%,
    for 126 & up, there is no need for custom table
    and for Basic option, 25/50/etc etc,
    that also no need any custom table

    Code:
      if /i !DpiValue! EQU 0x1 set "LOG_PER=1.05"
      if /i !DpiValue! EQU 0x2 set "LOG_PER=1.05"
      if /i !DpiValue! EQU 0x3 set "LOG_PER=1.05"
      if /i !DpiValue! EQU 0x5 set "LOG_PER=1.05"
      if /i !DpiValue! EQU 0x6 set "LOG_PER=1.05"
    Code:
    :: A scaling table up to 125 Percent
      if /i !LogPixels! EQU 11 (set "LOG_PER=1.02")
      if /i !LogPixels! EQU 12 (set "LOG_PER=1.02")
      if /i !LogPixels! EQU 13 (set "LOG_PER=1.1")
      if /i !LogPixels! EQU 14 (set "LOG_PER=1.1")
      if /i !LogPixels! EQU 15 (set "LOG_PER=1.11")
      if /i !LogPixels! EQU 16 (set "LOG_PER=1.15")
      if /i !LogPixels! EQU 17 (set "LOG_PER=1.15")
      if /i !LogPixels! EQU 18 (set "LOG_PER=1.1")
      if /i !LogPixels! EQU 19 (set "LOG_PER=1.1")
      if /i !LogPixels! EQU 20 (set "LOG_PER=1.1")
      if /i !LogPixels! EQU 21 (set "LOG_PER=1.13")
      if /i !LogPixels! EQU 22 (set "LOG_PER=1.2")
      if /i !LogPixels! EQU 23 (set "LOG_PER=1.2")
      if /i !LogPixels! EQU 24 (set "LOG_PER=1.2")
      if /i !LogPixels! EQU 25 (set "LOG_PER=1.24")
      if /i !LogPixels! EQU 26 (set "LOG_PER=1.24")
      if /i !LogPixels! EQU 27 (set "LOG_PER=1.21")
      if /i !LogPixels! EQU 28 (set "LOG_PER=1.21")
      if /i !LogPixels! EQU 29 (set "LOG_PER=1.21")
      if /i !LogPixels! EQU 30 (set "LOG_PER=1.22")
      if /i !LogPixels! EQU 31 (set "LOG_PER=1.24")
      if /i !LogPixels! EQU 32 (set "LOG_PER=1.3")
      if /i !LogPixels! EQU 33 (set "LOG_PER=1.3")
      if /i !LogPixels! EQU 34 (set "LOG_PER=1.33")
     
      :: Above 126 Scaling
      if /i !LogPixels! GEQ 35 (set "LOG_PER=1.07")
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    #1262 Dark Dinosaur, Dec 10, 2022
    Last edited: Dec 10, 2022
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. justkdng

    justkdng MDL Novice

    Oct 23, 2019
    2
    0
    0
    Is office 365 better than 2021 professional plus? I've always used 2021 professional plus but now I'm curious about office 365.
     
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    #1264 Dark Dinosaur, Dec 11, 2022
    Last edited: Dec 11, 2022
    (OP)
    Test rtool on workstation computer
    1080p screen, on terminal, and scaling
    Work like charm

    Test it on 2k screen, and scaling
    Work great

    Spend it this st* function like 10 hours,
    And I'm not the math geek, it do the job.

    I think it's better
    More options
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. JohnnyGui

    JohnnyGui MDL Junior Member

    Oct 20, 2017
    60
    2
    0
    Hey guys, not sure if this is the right thread to post this.

    I noticed that Office Scrubber leaves folders containing files in the Temp folder that don't get removed by the Storage clean option of Windows (they're older than a month by now). I assume it's safe to delete these manually?
     
  6. songkunhuang

    songkunhuang MDL Novice

    Sep 17, 2016
    1
    0
    0
    Ahh. thank you :)
     
  7. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    I would like to know if this tool can activate every app downloaded from a Microsoft 365 service account?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    #1268 Dark Dinosaur, Dec 12, 2022
    Last edited: Dec 12, 2022
    (OP)
    just a quick opening …
    did a little code improve, and bump version
    replace ESC char with RET char, works on W.7 -> W.11 + Terminal
    also forget 0x4 scaling option, add support for this too
    also fix problem when Scaling per monitor is Active & Global Settings is Active
    in such case ** - it will auto select the Global Settings check
    and other little code improve I don't remember now :confused:

    ** Set 125 scaling from list, than set custom scaling to 125
    it's actually 2 different settings, and need separate calculation
    ** build-in scaling option (not the custom one) is always X1.05 for all modes at all times.
    but custom need custom calculation, idk wtf is work like that ? another s**t from MS

    explain yourself, what folder yo talking about ?

    it will convert into mondo license
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    To download the Microsoft 365 Business Premium suite, I should create a Microsoft 365 account. Then, I activate all its apps with your tool. Correct?

    At this point, I can delete my Microsoft 365 account. Right?

    Now, how do I download the various updates?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    no need to create account
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    So where can I download the Italian language apps of this suite from?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    in the language menu, write in Console -> Italian OR it-it

    upload_2022-12-13_20-50-13.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    Sorry, but where can I download the apps of the Microsoft 365 Business Premium suite from?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. polford

    polford MDL Novice

    Jul 31, 2009
    27
    0
    0
    #1274 polford, Dec 14, 2022
    Last edited: Dec 14, 2022
    Hey, just used the latest RTool version to download and install Office 365 + Visio 2021. Everything worked fine according to RTool, VL Conversion and Activation.
    Now I only get an error when trying to launch any office app like Word or Excel. Sorry, error is in german, it says "Unfortunately an error prevents the regular Function of Excel. Excel needs to be closed ..."

    Edit: Error happens "after" Convert to VL AND ACTIVATE [C], before doing this, apps can be launched, but are obviously not activated ... am I missing anything regarding VL Conversion and Activation?

    upload_2022-12-14_15-49-12.png
     
  15. alexxf

    alexxf MDL Expert

    Feb 9, 2008
    1,021
    760
    60
    Bad idea to mix editions Office 365 (2016) and Visio 2021.
     
  16. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    #1276 Dark Dinosaur, Dec 14, 2022
    Last edited: Dec 14, 2022
    (OP)
    from the menu … and please stop with the "thanks, bye" thing
    btw -> if by app's you meaning 'single apps', well, 365 have no such option, only the exclude apps option
    you have a point, mix LSD and cocaine never end well :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. JohnnyGui

    JohnnyGui MDL Junior Member

    Oct 20, 2017
    60
    2
    0
    After using Office Scrubber I'm seeing several related folders in the temp folder that don't get deleted when using Windows' storage clean

    - OffScrub_O15msi
    - OffScrub_O16msi
    - OffScrub10
    - OffScrubC2R
    - OffScrub07
    - OffScrub03

    They contain Scrublogs among other files.
     
  18. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    like you said, temp folder, not important ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. zenxtang

    zenxtang MDL Novice

    Aug 7, 2015
    3
    1
    0
    I am seeing the same error. When Convert to VL AND ACTIVATE [C] is run, the Mondo licenses seem to be broken. The script doesn't activate the Mondo. Using SHOW ACTIVATION INFO and START - RENEW KMS ACTIVATION don't list Mondo as even being an option.
     
  20. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,167
    5,978
    150
    What did you select from the option?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...