[DISCUSSION] Microsoft Office 2019

Discussion in 'Microsoft Office' started by ratzlefatz, Sep 26, 2017.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,208
    90,784
    340
    Why do you want Office 2016?
    Office 2019 is like Office 2016 v2

    you can use YAOCTRIR_Configurator.cmd to install Office 2016 Retail
     
  2. liam2

    liam2 MDL Junior Member

    Jun 23, 2009
    96
    22
    0
    Thanks, also I saw that after an office update, the two telemetry scheduled tasks disabled by the instalation script got enabled again.
    I'd like to know what other telemetry settings are set by the installation script to see if they are changed too.
    Or do you have a standalone script to reapply those settings after an update?
    Thanks.
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,208
    90,784
    340
    #1944 abbodi1406, Jan 27, 2019
    Last edited: Mar 7, 2020
    Office C2R depend on telemetry, it cannot be shutdown completely

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\Common\ClientTelemetry]
    "DisableTelemetry"=dword:00000001
    "SendTelemetry"=dword:00000003
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common]
    "disableboottoofficestart"=dword:00000001
    "qmenable"=dword:00000000
    "sendcustomerdata"=dword:00000000
    "updatereliabilitydata"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\General]
    "disableboottoofficestart"=dword:00000001
    "disablecomingsoon"=dword:00000001
    "optindisable"=dword:00000001
    "shownfirstrunoptin"=dword:00000001
    "ShownFileFmtPrompt"=dword:00000001
    "skydrivesigninoption"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Feedback]
    "enabled"=dword:00000000
    "includescreenshot"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\PTWatson]
    "PTWOptIn"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Privacy]
    "disconnectedstate"=dword:00000002
    "usercontentdisabled"=dword:00000002
    "downloadcontentdisabled"=dword:00000002
    "controllerconnectedservicesenabled"=dword:00000002
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Security\FileValidation]
    "disablereporting"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Firstrun]
    "BootedRTM"=dword:00000001
    "disablemovie"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Lync]
    "disableautomaticsendtracing"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Options\Mail]
    "EnableLogging"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options]
    "EnableLogging"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\OSM]
    "Enablelogging"=dword:00000000
    "EnableUpload"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\OSM\PreventedApplications]
    "accesssolution"=dword:00000001
    "olksolution"=dword:00000001
    "onenotesolution"=dword:00000001
    "pptsolution"=dword:00000001
    "projectsolution"=dword:00000001
    "publishersolution"=dword:00000001
    "visiosolution"=dword:00000001
    "wdsolution"=dword:00000001
    "xlsolution"=dword:00000001
     
    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\OSM\PreventedSolutiontypes]
    "agave"=dword:00000001
    "appaddins"=dword:00000001
    "comaddins"=dword:00000001
    "documentfiles"=dword:00000001
    "templatefiles"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\Common\ClientTelemetry]
    "SendTelemetry"=dword:00000003
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Common]
    "disableboottoofficestart"=dword:00000001
    "qmenable"=dword:00000000
    "sendcustomerdata"=dword:00000000
    "updatereliabilitydata"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Common\General]
    "disableboottoofficestart"=dword:00000001
    "disablecomingsoon"=dword:00000001
    "optindisable"=dword:00000001
    "shownfirstrunoptin"=dword:00000000
    "ShownFileFmtPrompt"=dword:00000000
    "skydrivesigninoption"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Common\Feedback]
    "enabled"=dword:00000000
    "includescreenshot"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Common\Internet]
    "disableboottoofficestart"=dword:00000001
    "serviceleveloptions"=dword:00000000
    "useonlinecontent"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Common\PTWatson]
    "disableboottoofficestart"=dword:00000001
    "PTWOptIn"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Common\Privacy]
    "disconnectedstate"=dword:00000002
    "usercontentdisabled"=dword:00000002
    "downloadcontentdisabled"=dword:00000002
    "controllerconnectedservicesenabled"=dword:00000002
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Common\Security\FileValidation]
    "disablereporting"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Firstrun]
    "BootedRTM"=dword:00000001
    "disablemovie"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Lync]
    "disableautomaticsendtracing"=dword:00000001
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\OSM]
    "Enablelogging"=dword:00000000
    "EnableUpload"=dword:00000000
    
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\OSM\PreventedApplications]
    "accesssolution"=dword:00000001
    "olksolution"=dword:00000001
    "onenotesolution"=dword:00000001
    "pptsolution"=dword:00000001
    "projectsolution"=dword:00000001
    "publishersolution"=dword:00000001
    "visiosolution"=dword:00000001
    "wdsolution"=dword:00000001
    "xlsolution"=dword:00000001
     
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\OSM\PreventedSolutiontypes]
    "agave"=dword:00000001
    "appaddins"=dword:00000001
    "comaddins"=dword:00000001
    "documentfiles"=dword:00000001
    "templatefiles"=dword:00000001
    
     
  4. Leolo

    Leolo MDL Member

    Jan 23, 2010
    171
    37
    10
    Office 2019 would be a godsend if it supported MSI installation packages. I hate Click2Run, it's impossible to control its bandwidth usage! :(
     
  5. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    688
    1,132
    30
    Office 2019 is Office 2016 with reverse number 6.
     
  6. dzem

    dzem MDL Senior Member

    Oct 15, 2015
    274
    56
    10
    Are there proofing tools to download for office 2019?
     
  7. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,738
    1,007
    60
    still no Office 2019 VL Edition ISO to download without the need to convert the retail to VL via that tool?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Hello,
    Is there a converter for Office 2019 Pro Plus from Reatil to VL? Not the click to run. I have Office 2019 Pro Plus as an img file.
    Thank You.
     
  9. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    522
    30
    The img is also based on C2R technology. Check out https://forums.mydigitallife.net/posts/1479890
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,208
    90,784
    340
    Well to be honest, Office 2016 MSI updates take huge amount each Month
    it clearly need a service pack, but that's not happening
     
  11. MatteoMit

    MatteoMit MDL Novice

    Dec 8, 2018
    23
    7
    0
  12. emet

    emet MDL Member

    Jul 16, 2015
    122
    32
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. sidjames45

    sidjames45 MDL Junior Member

    Dec 13, 2012
    78
    295
    0
    It's not possible to create a checkbox for each and every language. Use legendary Microsoft Office Deployment tool instead for proofing tools.
     
  14. update.freak

    update.freak MDL Novice

    Aug 15, 2015
    20
    5
    0
    Is it advisable to install Office 365 instead of Office 2019 or are there any disadvantages?
     
  15. Nishant Dixit

    Nishant Dixit MDL Novice

    Dec 7, 2018
    1
    0
    0
    I am getting same problem. Can anyone guide me?
     
  16. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Is it possible to take Office 2019 Pro Plus and select what applications you want to instal? I installed Office 2019 and it did not give me a choice what to install and user name and Company name like Office 2016.

    Lastly, it there a way to take Office 2019 Pro Plus and copy Project 2019 and Visio 2019 and have everything on one disk, similar to Office 2016?
    Thank You.
     
  17. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,364
    4,295
    60
    YAOCTRI is all you need. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Ray Willis

    Ray Willis MDL Junior Member

    Apr 15, 2015
    64
    50
    0
    Nishant Dixit

    Go back to Page 96 read on my post at bottom of page and follow those steps I did and it work perfect.. Good luck