PowerShellでbashのようなオートコンプリート 2019年9月22日 adminPowerShell No Comments 有効にする PowerShell > Set-PSReadlineKeyHandler -Key Tab -Function Complete 1 > Set-PSReadlineKeyHandler -Key Tab -Function Complete 恒久的に有効にする 上記の内容を書いたファイルをC:\Users\\Documents\WindowsPowerShell\profile.ps1におく。 セキュリティ セキュリティ警告が出たときは以下を実行(管理者権限のpowershell) PowerShell > Set-ExecutionPolicy RemoteSigned 1 > Set-ExecutionPolicy RemoteSigned Share via: Twitter Facebook More