This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Changelog
- Changed global hotkey to Win + N, due to a recent Insider build of Windows 10 stealing the Win + F shortcut.
- Added the ability for the hotkey to be overridden via the command-line - pass in an enum value from the
Keys
enumeration as the only command-line argument, for example:PSRunner.exe Y
will use the Win + Y binding instead of the default. - If no command is entered (the command box is left empty), a new, empty PowerShell session will be opened.
Requires the .NET Framework 4.5 or above.
Note: Manual installation is required at this time (instructions included). If you are not comfortable creating shortcuts or working in your AppData folder, I do not recommend you download this release. Future releases will automate this process (see #1).