MacOS用Snagitのエンタープライズインストールガイドライン

  1. Snagit Mac DMGを デスクトップダウンロードページからダウンロードします。
  2. この場所に移動します: /Users/Shared/TechSmith/Snagit/
  3. Snagitフォルダ内に、次の名前のテキストファイルを作成します: LicenseKey TextEditを使用することをお勧めし、テキストファイルを作成する前にTextEditでこれらの設定がチェックされていることを確認してください。これらの設定がTextEditで変更されたら、TextEditを完全に閉じて再度開き、テキストファイルを作成します。ファイル名に.txt拡張子を付けないでください。また、ファイル名に.txt拡張子が自動的に追加されないようにします。UTF-8プレーンテキストエンコーディングで保存されていることを確認してください。以下の例を参照してください:mceclip0.png
    mceclip0.png
  4. そのファイルをすべてのユーザーに展開します。*ユーザーがすべてのUsersフォルダ構造に対して読み取りおよび書き込みアクセス権を持っていることを確認してください。環境がそのように設定されている場合は、書き込みアクセスなしで試すことができます。
  5. ユーザーが初めてSnagitを読み込むと、ライセンスキーが読み取られ、Snagit 2021が解除されます。
     

    これは、すでに解除されていないバージョンにのみ機能します。以前に入力されたキーは上書きされません。

注: これらの設定は最新のSnagit Macバージョンで機能します

  • 特定の共有プラグインを非表示にする
    • これにより、特定のプラグインを完全に非表示にできます。
    • 例: defaults write com.TechSmith.Snagit2021.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以降では、Snagit内の共有リンクボタンをGoogle DriveやScreencastに直接共有するように構成できます。これは、制限された出力と同様のDefaults Writeコマンドを使用して行うことができます。
    • 例: defaults write com.TechSmith.Snagit.plist ConfigureShareLink -string com.techsmith.shareplugin.GoogleDrive
  • サインインを無効にする
    • これにより、TechSmithアカウントおよびサインインオプションをオフにできます。
    • 例: defaults write com.TechSmith.Snagit2024.plist DisableProductLogin -bool YES
       
  • ライセンス情報を非表示にする
    • ライセンスキー、登録情報、および非アクティベーションオプションへの参照を非表示にします。
    • 例: defaults write com.TechSmith.Snagit2024.plist HideRegistrationKey -bool YES
       
  • 更新チェックを非表示にする
    • 更新チェックメニュー項目、設定、および更新する能力を非表示にします。
    • 例: defaults write com.TechSmith.Snagit2024.plist DisableCheckForUpdates -bool YES
       
  • 分析追跡をオフにする
    • これにより、分析追跡をオフにできます。
    • 例: defaults write com.TechSmith.Snagit2024.plist DisableTracking -bool YES
  • 実験的機能を無効にする
    • 実験的機能タブを無効にします。
    • 例: defaults write com.TechSmith.Snagit2024.plist DisableExperiments -bool YES
  • ビデオキャプチャを無効にする
    • これにより、Snagitのビデオキャプチャプロセスを無効にできます。
    • 例: defaults write com.TechSmith.Snagit2024.plist DisableVideoCapture -bool YES