I want to create PowerShell script that makes a shortcut but i couldn't find function to define Shortcut key: for created shortcut. I mean, when Properties of shortcut are opened there is an input field for Shortcut key, is there any function to define it in PowerShell?
I've just found the solution:
Function is HotKey
. Something like this: $shortcut.HotKey = "CTRL+1"