Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farag2/Office

Download and setup Office 2019/2021/2024/365
https://github.com/farag2/Office

office office2019 office2024 office365 powershell

Last synced: 3 months ago
JSON representation

Download and setup Office 2019/2021/2024/365

Awesome Lists containing this project

README

        

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q51QUJC)

## Download Microsoft 365 (Office 365) via ODT with PowerShell

## How-to

* Change execution policy

```powershell
Set-ExecutionPolicy -ExecutionPolicy Bypass -Force
```

* Choose which Office to download

```powershell
.\Download.ps1 -Branch ProPlus2019Retail -Channel Current -Components Word, Excel, PowerPoint
.\Download.ps1 -Branch ProPlus2021Volume -Channel PerpetualVL2021 -Components Excel, Word
.\Download.ps1 -Branch ProPlus2024Volume -Channel PerpetualVL2024 -Components Excel, OneDrive, PowerPoint, Word
.\Download.ps1 -Branch O365ProPlusRetail -Channel Current -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, 2024, & 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

* [Configure Office](https://config.office.com/deploymentsettings)
* Overview of update channels
*
*
* [Office Deployment Tool](https://www.microsoft.com/en-us/download/details.aspx?id=49117)
* [Deploy Office](https://learn.microsoft.com/en-us/deployoffice/deployment-guide-microsoft-365-apps)
* [Uninstall Office (SaRA)](https://www.microsoft.com/en-us/download/100607)
* [OffScrubC2R.vbs 2.19](https://github.com/farag2/Office/tree/master/Office_Uninstall)
* [Office Tool Plus](https://github.com/YerongAI/Office-Tool)