Mac Office ライセンス認証方法 | ボリュームライセンス VL Serializer で LTSC をインストール
この記事は韓国語で執筆され、AIを用いて日本語に自動翻訳されました。
要約: Mac で Microsoft Office をボリュームライセンスでインストールし、ライセンス認証を有効化する手順を整理します。LTSC インストーラーの選択から VL Serializer の適用、認証確認方法までまとめて案内します。

概要
Mac で Microsoft Office をインストールする際には、ライセンスの有効化が必要です。
Microsoft 365 アカウントで有効化する方法と、特定バージョンをインストールしてシリアルキーを入力する方法があります。
組織にボリュームライセンスがある場合は、VL Serializer で認証するインストール方式を推奨します。
出典: https://github.com/alsyundawy/Microsoft-Office-For-MacOS
インストール手順
- インストールする Office バージョンを選択します
- インストールを進めます
- 必要なアプリだけを選択してインストールできます
- Office VL Serializer をダウンロードします
- Serializer を実行してボリュームライセンスを適用します
- Office アプリを起動して認証状態を確認します
インストール画面の例
インストール


カスタマイズ

必要なものだけインストール

Serializer のダウンロード

実行と認証確認

オプション設定
テレメトリの無効化
1defaults write com.microsoft.Word SendAllTelemetryEnabled -bool FALSE
2defaults write com.microsoft.Excel SendAllTelemetryEnabled -bool FALSE
3defaults write com.microsoft.Powerpoint SendAllTelemetryEnabled -bool FALSE
4defaults write com.microsoft.Outlook SendAllTelemetryEnabled -bool FALSE
5defaults write com.microsoft.onenote.mac SendAllTelemetryEnabled -bool FALSE
6defaults write com.microsoft.autoupdate2 SendAllTelemetryEnabled -bool FALSE
7defaults write com.microsoft.Office365ServiceV2 SendAllTelemetryEnabled -bool FALSE
クラウドサインイン機能の無効化
1defaults write com.microsoft.Word UseOnlineContent -integer 0
2defaults write com.microsoft.Excel UseOnlineContent -integer 0
3defaults write com.microsoft.Powerpoint UseOnlineContent -integer 0
この記事はNotionで執筆され、Github Actionを通じてHugoに変換されました。
Copyright © plzhans. All Rights Reserved. | Powered by github.com/plzhans/hans-blog