mirror of
https://github.com/alsyundawy/Microsoft-Office-For-MacOS.git
synced 2025-12-06 07:12:04 +01:00
Update README.md
This commit is contained in:
parent
300a796f5d
commit
c7c77fdd94
20
README.md
20
README.md
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
# Microsoft Office For Mac Installer
|
||||
|
||||
**Microsoft Office LTSC 2021 Suite Installer Volume License Version 16.80 (Ongoing, Update Every Month) Minimal 12.x ( Monterey With M1/M1 PRO/M1 MAX/M1 ULTRA/M2/M2 PRO/M2 MAX/M2 ULTRA Support)**
|
||||
**Microsoft Office LTSC 2021 Suite Installer Volume License Version 16.81 (24011420) (Ongoing, Update Every Month) Minimal 12.x ( Monterey With M1/M1 PRO/M1 MAX/M1 ULTRA/M2/M2 PRO/M2 MAX/M2 ULTRA Support)**
|
||||
|
||||
[Microsoft Office LTSC 2021 / Office 365 Suite Installer](https://s.id/12HI9)
|
||||
|
||||
|
|
@ -98,6 +98,24 @@
|
|||
|
||||
---
|
||||
|
||||
# (optional step) Run the following commands on Terminal. They will disable telemetry. Copy and paste the following to the Terminal windows and hit "enter" / return key twice:
|
||||
defaults write com.microsoft.Word SendAllTelemetryEnabled -bool FALSE
|
||||
defaults write com.microsoft.Excel SendAllTelemetryEnabled -bool FALSE
|
||||
defaults write com.microsoft.Powerpoint SendAllTelemetryEnabled -bool FALSE
|
||||
defaults write com.microsoft.Outlook SendAllTelemetryEnabled -bool FALSE
|
||||
defaults write com.microsoft.onenote.mac SendAllTelemetryEnabled -bool FALSE
|
||||
defaults write com.microsoft.autoupdate2 SendAllTelemetryEnabled -bool FALSE
|
||||
defaults write com.microsoft.Office365ServiceV2 SendAllTelemetryEnabled -bool FALSE
|
||||
|
||||
---
|
||||
|
||||
# Optionally you can disable the cloud login features. Copy and paste the following to Terminal and hit "enter" twice:
|
||||
defaults write com.microsoft.Word UseOnlineContent -integer 0
|
||||
defaults write com.microsoft.Excel UseOnlineContent -integer 0
|
||||
defaults write com.microsoft.Powerpoint UseOnlineContent -integer 0
|
||||
|
||||
---
|
||||
|
||||
# Tutorial: Remove Office License and Install a new Office Volume License using Serializer
|
||||
### First, log off every account that logs on to Microsoft Word.
|
||||
### Second, download this and install it. You won't get any new apps but after running it will clear your Office license. [License Removal Tool](https://s.id/1eS3k)
|
||||
|
|
|
|||
Loading…
Reference in a new issue