|
98 | 98 |
|
99 | 99 | ---
|
100 | 100 |
|
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` |
109 | 109 |
|
110 | 110 | ---
|
111 | 111 |
|
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` |
116 | 116 |
|
117 | 117 | ---
|
118 | 118 |
|
|
0 commit comments