How to set up your Hyper-terminal environment to use Powershell as default. Only for windows
Open .hyper config file from Hyper terminal
- Go to the menu
- Click edit
- Click Preferences
Open .hyper config file from File Explorer
- Go to
C:\Users\{user}\AppData\Roaming\Hyper - Open
.hyperconfig in editor
Add Powershell.exe location
- Scroll down to the
shellargument in the.hyperconfig. - Replace the value after
shell:with"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" - Remove
--loginfromshellArgs:[].--loginargument will prevent Powershell from opening.
Reload Hyper Terminal
- Close Hyper terminal and restart Hyper
- Or click View</> and click Reload or Full Reload
Powershell should now be running as default in your Hyper terminal
Top comments (1)
Thanks, i forget to remove the args --login