# Show-PSScriptPad

Opens PSScriptPad from the PowerShell.&#x20;

## Open a New PSScriptPad Window

```
Show-PSScriptPad
```

## Open a script in PSScriptPad

```
Show-PSScriptPad .\test.ps1
```
