[DISCUSSION] Microsoft Office LTSC 2021

Discussion in 'Microsoft Office' started by Tito, Apr 23, 2021.

  1. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,330
    2,508
    120
    Yes esu update
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,099
    60
    Installed on Windows 11 works
     

    Attached Files:

  3. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,116
    1,517
    120
    Were you able to enable the new layout?
     
  4. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,099
    60
    i can tell you later, i'm building myself an $OEM$ with office 2021, when i'm done i'll set that up in vmware, and let you know
     
  5. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,099
    60
    Code:
    @echo off
    
    reg query HKU\S-1-5-19 1>nul 2>nul || (
    echo ==== Error ====
    echo Right click on this file and select 'Run as administrator'
    echo Press any key to exit...
    pause >nul
    exit /b
    )
    
    call "%~dp0HWID_Activation_AIO.cmd" /u
    if defined HWIDAct set SkipWinAct=/swa
    
    cd /d "%~dp0"
    
    REM Mozilla Firefox
    "Apps\Firefox Setup 89.0.2.msi" /qn
    
    REM VLC Player
    "Apps\vlc-3.0.16-win64.exe" /L=1031 /S
    
    REM WinRAR
    "Apps\winrar-x64-602d.exe" /S
    
    REM Notepad ++
    "Apps\npp.8.1.1.Installer.x64.exe" /S /noUpdater
    
    cd %windir%\Setup\Scripts\Apps
    REM Notepad ++ Deutsches Sprachfile
    xcopy nativeLang.xml "%ProgramFiles%\Notepad++" /q /r /k /y
    
    
    ; Microsoft Office LTSC Professional Plus 2021
    call "%~dp0start_setup.cmd"
    
    IF EXIST "%Windir%\Setup\Scripts\OfficeKMS.cmd" CALL "%Windir%\Setup\Scripts\OfficeKMS.cmd"
    
    
    cd /d "%SystemRoot%\Setup\"
    if exist "%SystemRoot%\Setup\Scripts\" @RD /S /Q "%SystemRoot%\Setup\Scripts\"
    exit /b
    ok help me tell me how to turn this on,
    what do I have to do
     
  6. Angela Pszbor

    Angela Pszbor MDL Senior Member

    Apr 11, 2014
    297
    85
    10
    how can I make a script for office 2021 homeStudent pt-br only x64 edition?
     
  7. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,515
    719
    60

    Attached Files:

  8. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,515
    719
    60
    follow this process.... https://forums.mydigitallife.net/threads/office-2019-integration-iso-win-10.80608/
     
  9. Simple07

    Simple07 MDL Addicted

    Nov 15, 2012
    585
    222
    30
    Office Current, Build 16.0.14131.20320 is released. Alas, it still has the copy and paste (text and image from web pages) problem.
    However, this copy & paste issue seems to be resolved in Current Preview Build: 16.0.14228.20070.
     
  10. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,116
    1,517
    120
    Is there any way to enable the new layout in Office 2021 Preview? I'm in version 14301.20004. Thanks
     
  11. Dolmatov

    Dolmatov MDL Addicted

    Aug 16, 2017
    557
    484
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,116
    1,517
    120
    Sadly, I was unable to activate it with that registry changes
     
  13. ashish1989

    ashish1989 MDL Addicted

    Sep 20, 2013
    502
    97
    30
    Does anybody know, when will its rtm come
     
  14. Dolmatov

    Dolmatov MDL Addicted

    Aug 16, 2017
    557
    484
    30
    It is possible to estimate approximately according to the version. So in the screenshot it is August (082021), and the stable branch (current) is getting the version of the previous month.
    The release of 2021 itself, I expect the autumn-winter presentations, and by the spring there should be a more or less established version.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. TGNT

    TGNT MDL Member

    Mar 2, 2010
    109
    5
    10
    I have tried to create office 2021 x64 setup.exe file after download all the files, but keep getting "bad request" for the last couple of days. Oh, I'm using OfficeRtool
     
  16. Simple07

    Simple07 MDL Addicted

    Nov 15, 2012
    585
    222
    30
    After you (D) download Office files, go back to the menu and choose (I) Install Office Suite. This stage allows you choose what components of Office to be installed. Choose the downloaded package, pick (C) Click2Run or (S) Setup method then choose 6 for Office 2021 Pro Plus.
    Continue creating the installation package you will end up with a file named "start_setup.cmd"; this is the file used to start the installation.
     
  17. TGNT

    TGNT MDL Member

    Mar 2, 2010
    109
    5
    10
    Thanks. It's working.
     
  18. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,116
    1,517
    120
  19. Jungle_Boy

    Jungle_Boy MDL Novice

    Jul 14, 2015
    1
    0
    0
    Hey there!
    I have installed Office 2021 with Wotok, but can't activate it, I've tried KMS_VL_All and it says "cannot convert to volume", can you help me out here?