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.CamtasiaOnline (2025年以降利用可能)
- 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ドライブや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
-
Fuse共有の無効化(2026.1.0以降)
- Fuseモバイルアプリからのコンテンツ共有を禁止します。
- defaults write com.TechSmith.Snagit.plist DisableFuseSharing -bool YES
-
フィードバック調査の無効化(2026.1.0以降)
- フィードバック調査へのリンクをすべて非表示にします。
- defaults write com.TechSmith.Snagit.plist DisableFeedbackSurvey -bool YES