GitHub - farag2/Office: Download and setup Office 2019/2021/365
Skip to content

farag2/Office

Repository files navigation

ko-fi

Download Microsoft 365 (Office 365) via ODT with PowerShell

How-to

  • Change execution policy

    Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
  • Choose which Office to download

    .\Download.ps1 -Branch ProPlus2019Retail -Channel Current -Components Word, Excel, PowerPoint
    .\Download.ps1 -Branch ProPlus2021Volume -Channel PerpetualVL2021 -Components Excel, Word
    .\Download.ps1 -Branch O365ProPlusRetail -Channel BetaChannel -Components Excel, OneDrive, Outlook, PowerPoint, Teams, Word
  • Run Install.ps1 from context menu to install Office you downloaded (no need to run PowerShell as admin, because setup.exe will ask to elevate the installatio process automatically)

Addendum

Office 2019, 2021, & 365 support Windows 10 & Windows 11 only

Features

List
  • General

  • Remove diagnostics tracking scheduled tasks

  • Do not send additional diagnostic and usage data to Microsoft

  • Disable LinkedIn features in Office applications

  • Turn off the cloud features

  • Turn on Touch/Mouse Mode

  • Word

    • Do not show the Start screen when application starts
    • Do not open e-mail attachments and other uneditable files in reading view
    • Disable Protected View for files originating from the Internet
    • Disable Protected View for files located in potentially unsafe locations
    • Disable Protected View for Outlook attachments
    • Show the ruler
    • Save AutoRecover information every 3 minutes
    • Enable the "Draw" tab
    • Enable the "Developer" tab
    • Remove Adobe Acrobat Pro DC COM Add-ins
  • Excel

    • Do not show the Start screen when application starts
    • Disable Protected View for files originating from the Internet
    • Disable Protected View for files located in potentially unsafe locations
    • Disable Protected View for Outlook attachments
    • Save AutoRecover information every 3 minutes
    • Enable the "Draw" tab
    • Enable the "Developer" tab

Links