This extensions works like the Open new Command Prompt command, except it opens a new PowerShell Window.
Just look for the Start PowerShell command.
The PowerShell instance will be started using your system's default ExecutionPolicy, if you need an unrestricted shell use the Start PowerShell (Unrestricted) command.
##Changelog
- 0.3.0
- Using the 64 bit version of Powershell on 64 bit Windows
- 0.2.1
- Fixed a bug that prevented the use of the Unrestricted command until you started at least one normal instance
- Added key bindings for both commands
- 0.2.0
- Added a command for starting an Unrestricted PowerShell instance