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

Commit 9e853b3

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

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@
9898

9999
---
100100

101-
# (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:
102-
**defaults write com.microsoft.Word SendAllTelemetryEnabled -bool FALSE**
103-
**defaults write com.microsoft.Excel SendAllTelemetryEnabled -bool FALSE**
104-
**defaults write com.microsoft.Powerpoint SendAllTelemetryEnabled -bool FALSE**
105-
**defaults write com.microsoft.Outlook SendAllTelemetryEnabled -bool FALSE**
106-
**defaults write com.microsoft.onenote.mac SendAllTelemetryEnabled -bool FALSE**
107-
**defaults write com.microsoft.autoupdate2 SendAllTelemetryEnabled -bool FALSE**
108-
**defaults write com.microsoft.Office365ServiceV2 SendAllTelemetryEnabled -bool FALSE**
101+
## (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:
102+
`defaults write com.microsoft.Word SendAllTelemetryEnabled -bool FALSE
103+
defaults write com.microsoft.Excel SendAllTelemetryEnabled -bool FALSE
104+
defaults write com.microsoft.Powerpoint SendAllTelemetryEnabled -bool FALSE
105+
defaults write com.microsoft.Outlook SendAllTelemetryEnabled -bool FALSE
106+
defaults write com.microsoft.onenote.mac SendAllTelemetryEnabled -bool FALSE
107+
defaults write com.microsoft.autoupdate2 SendAllTelemetryEnabled -bool FALSE
108+
defaults write com.microsoft.Office365ServiceV2 SendAllTelemetryEnabled -bool FALSE`
109109

110110
---
111111

112-
# Optionally you can disable the cloud login features. Copy and paste the following to Terminal and hit "enter" twice:
113-
**defaults write com.microsoft.Word UseOnlineContent -integer 0**
114-
**defaults write com.microsoft.Excel UseOnlineContent -integer 0**
115-
**defaults write com.microsoft.Powerpoint UseOnlineContent -integer 0**
112+
## Optionally you can disable the cloud login features. Copy and paste the following to Terminal and hit "enter" twice:
113+
`defaults write com.microsoft.Word UseOnlineContent -integer 0
114+
defaults write com.microsoft.Excel UseOnlineContent -integer 0
115+
defaults write com.microsoft.Powerpoint UseOnlineContent -integer 0`
116116

117117
---
118118

0 commit comments

Comments
 (0)