Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ショートカットを作成する PowerShell スクリプトを作成したいのですが、作成したショートカットのShortcut key:を定義する関数が見つかりませんでした。つまり、ショートカットのプロパティを開くと、ショートカットキーの入力フィールドがありますが、PowerShellでそれを定義する機能はありますか?
私はちょうど解決策を見つけました:
https://blogs.technet.microsoft.com/heyscriptingguy/2008/11/03/hey-scripting-guy-how-can-i-add-a-windows-powershell-shortcut-to-the-quick-launch-ツールバー/
機能はHotKey. このようなもの:$shortcut.HotKey = "CTRL+1"
HotKey
$shortcut.HotKey = "CTRL+1"