Skip to content

Commit cb7777d

Browse files
authored
Update README.md
1 parent c7c77fd commit cb7777d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@
9999
---
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:
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
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

112112
# 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
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)