Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/farag2/Office
- Owner: farag2
- License: mit
- Created: 2019-09-03T07:18:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T15:53:58.000Z (3 months ago)
- Last Synced: 2024-07-22T19:15:07.215Z (3 months ago)
- Topics: office, office2019, office2024, office365, powershell
- Language: VBScript
- Homepage:
- Size: 292 KB
- Stars: 245
- Watchers: 12
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - farag2/Office - Download and setup Office 2019/2021/2024/365 (VBScript)
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)