From cb7777dd8ce13611fcf9ae6336b7fcd841e1c2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BC=BA=20Initial=20H=20=E0=BC=BB?= Date: Wed, 17 Jan 2024 20:06:57 +0700 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2440de1..41e946d 100644 --- a/README.md +++ b/README.md @@ -99,20 +99,20 @@ --- # (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 +**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 +**defaults write com.microsoft.Word UseOnlineContent -integer 0** +**defaults write com.microsoft.Excel UseOnlineContent -integer 0** +**defaults write com.microsoft.Powerpoint UseOnlineContent -integer 0** ---