Snagit展開手順
- デスクトップダウンロードページからSnagit Mac DMGをダウンロードします
- 次の場所に移動します: /Users/Shared/TechSmith/Snagit/
- Snagitフォルダー内に、LicenseKeyという名前のテキストファイルを作成します。TextEditを使用し、テキストファイル作成前にTextEditの設定でこれらの項目がチェックされていることを確認することを推奨します。設定変更後はTextEditを完全に閉じてから再度開き、テキストファイルを作成してください。ファイル名に.txt拡張子を付けたり、自動的に追加されることを許可しないでください。必ずUTF-8プレーンテキストエンコーディングで保存してください。以下に例を示します:
- そのファイルを全ユーザーに展開します。*ユーザーがUsersフォルダー構造全体に読み書きアクセス権を持っていることを確認してください。環境によっては書き込みアクセスなしで試すこともできます。
-
ユーザーが初めてSnagitを起動すると、ライセンスキーを読み込み、Snagit のロックが解除されます。
これはまだロック解除されていないバージョンにのみ有効です。既に入力済みのキーを上書きすることはありません。
展開オプション
注意: これらの設定は最新のSnagit Macバージョンで機能します
-
特定の共有プラグインを非表示にする
- 特定のプラグインを完全に利用不可にできます。
- 例: defaults write com.TechSmith.Snagit.plist RestrictedOutputs -array com.techsmith.shareplugin.MSWord com.techsmith.shareplugin.MSPowerPoint <ここにスペース区切りでさらに出力を追加可能>
-
プラグインの完全リスト:
- com.techsmith.shareplugin.MSTeams (2024年以降利用可能)
- com.techsmith.shareplugin.QuickShare (2023年以降利用可能)
- com.techsmith.shareplugin.Screencast2022 (2023年以降利用可能)
- com.techsmith.shareplugin.Screencast (2022年以前利用可能)
- com.techsmith.shareplugin.Camtasia
- com.techsmith.shareplugin.Knowmia
- com.techsmith.shareplugin.PanoptoPlugin
- com.techsmith.shareplugin.GoogleDrive
- com.techsmith.shareplugin.Slack
- com.techsmith.shareplugin.YouTube
- com.techsmith.shareplugin.Dropbox
- com.techsmith.shareplugin.FTP
- com.techsmith.shareplugin.FileSystem
- com.techsmith.shareplugin.MSWord
- com.techsmith.shareplugin.MSPowerPoint
- com.techsmith.shareplugin.Email
- com.techsmith.shareplugin.iWorkPages
- com.techsmith.shareplugin.iWorkKeynote
- com.techsmith.shareplugin.Program
- com.techsmith.shareplugin.iWorkNumbers
- com.techsmith.shareplugin.MSExcel
- com.techsmith.shareplugin.Box
-
カスタマイズ可能な共有リンク(2025年以降)
- Snagit 2025以降では、共有リンクボタンをGoogle DriveまたはScreencastに直接共有するよう設定できます。これはrestricted outputsと同様にDefaults Writeコマンドを使用して行います。
- 例: defaults write com.TechSmith.Snagit.plist ConfigureShareLink -string com.techsmith.shareplugin.GoogleDrive
-
サインインを無効化
- TechSmithアカウントおよびサインインオプションを無効にします。
- 例: defaults write com.TechSmith.Snagit.plist DisableProductLogin -bool YES
-
ライセンス情報を非表示
- ライセンスキー、登録情報、および非アクティベーションオプションへの参照を非表示にします。
- 例: defaults write com.TechSmith.Snagit.plist HideRegistrationKey -bool YES
-
アップデートの確認を非表示
- アップデート確認のメニュー項目、設定および更新機能を非表示にします。
- 例: defaults write com.TechSmith.Snagit.plist DisableCheckForUpdates -bool YES
-
分析トラッキングをオフにする
- 分析トラッキングをオフにできます。
- 例: defaults write com.TechSmith.Snagit.plist DisableTracking -bool YES
-
実験的機能を無効化
- 実験的機能タブを無効にします。
- 例: defaults write com.TechSmith.Snagit.plist DisableExperiments -bool YES
-
ビデオキャプチャを無効化
- Snagitのビデオキャプチャ機能を無効にします。
- 例: defaults write com.TechSmith.Snagit.plist DisableVideoCapture -bool YES
-
アプリ内統合を無効化
- AssetsタブおよびAssetsに関連するすべてのアクション(テンプレートウィンドウのダウンロードリンク、スタンプバナー、テーマのギアメニューなど)を含みます。
- defaults write com.TechSmith.Snagit.plist DisableAssetService -bool YES