Creating Windows Terminal keyboard shortcut for Windows Store App
Matthew Harrington
I want to create a keyboard shortcut "CTRL + ALT + T" for Windows Terminal from the command line. I'm assuming there's some built-in Powershell command for accessing packages installed through Windows Store where I can simply change settings, like "shortcuts".
NOTE: This isn't the same as right-clicking an application and choosing "shortcuts". In order to do this with Windows 10 Store apps, you have to go to the shortcuts folder, right-click the app, and add the shortcut there.
I have had to do this on many Windows 10 installations and I just want a quicker way to accomplish this.
1 Answer
By "Terminal", I assume you mean the CMD prompt, but this applies to any Windows application.
Right-click the Desktop, and select New > Shortcut.
In the location of the item, type or paste the following, or the location of any application:
C:\Windows\System32\cmd.exe
Accept the default name or type another.
Click Finish.
Right-click the new shortcut and select Properties.
Set the Shortcut key by pressing the corresponding key combination, e.g, CtrlAltT
- Click OK.
This shortcut can be copied to other PC's, but may need to be re-registered. Windows now restricts the folders from which a keyboard shortcut works. You can put the shortcut (.lnk) file on the Desktop or in either of the following folders:
C:\Users\<UserName>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs C:\ProgramData\Microsoft\Windows\Start Menu\ProgramsTo re-register the keyboard shortcut, after moving the shortcut, right-click, change the shortcut key to another, Apply, change it back to CtrlAltT, and Apply, again.