Powershell window executionPolicy
Inside an existing powershell window, you can run this command.
powershell.exe -noexit -executionPolicy unrestricted
It stays in the current terminal.
Preserving for the future: Shell scripts, AoC, and more
Inside an existing powershell window, you can run this command.
powershell.exe -noexit -executionPolicy unrestricted
It stays in the current terminal.
Comments