You need to run
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
in an Administrator PowerShell terminal.
| # drop in Documents\WindowsPowerShell | |
| # Set-ExecutionPolicy RemoteSigned -Scope CurrentUser | |
| Set-PSReadlineKeyHandler -Key ctrl+d -Function ViExit |