Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 34c6416

Browse files
authored
Update README.md
1 parent 9e853b3 commit 34c6416

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,26 @@
100100

101101
## (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:
102102
`defaults write com.microsoft.Word SendAllTelemetryEnabled -bool FALSE
103+
103104
defaults write com.microsoft.Excel SendAllTelemetryEnabled -bool FALSE
105+
104106
defaults write com.microsoft.Powerpoint SendAllTelemetryEnabled -bool FALSE
107+
105108
defaults write com.microsoft.Outlook SendAllTelemetryEnabled -bool FALSE
109+
106110
defaults write com.microsoft.onenote.mac SendAllTelemetryEnabled -bool FALSE
111+
107112
defaults write com.microsoft.autoupdate2 SendAllTelemetryEnabled -bool FALSE
113+
108114
defaults write com.microsoft.Office365ServiceV2 SendAllTelemetryEnabled -bool FALSE`
109115

110116
---
111117

112118
## Optionally you can disable the cloud login features. Copy and paste the following to Terminal and hit "enter" twice:
113119
`defaults write com.microsoft.Word UseOnlineContent -integer 0
120+
114121
defaults write com.microsoft.Excel UseOnlineContent -integer 0
122+
115123
defaults write com.microsoft.Powerpoint UseOnlineContent -integer 0`
116124

117125
---

0 commit comments

Comments
 (0)