start | find | index | login or register | edit | ||
2014-07-24
by earl, 3726 days ago
Some PowerShell essentials:0. Activate the "RemoteSigned" execution policy for yourself: PS> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser1. Install PsGet: http://psget.net/ 2. Install PSReadline: PS> Import-Module PsGet3. Activate PsGet and PSReadline in your profile for interactive use, and add some additional Linux/Bash-like keybindings. Create $env:USERPROFILE\Documents\WindowsPowerShell\profile.ps1 :if ($host.Name -eq 'ConsoleHost') {Note, though, that the presence of even just an empty profile.ps1 significantly slows down PowerShell startup for me. (But it's still much faster than the ISE.) |
search 3 active users
backlinks (more) none, yet recent stores (more) recent comments echo earlZstrainYat|tr ZY @. |
|
earl.strain.at • esa3 • online for 8616 days • c'est un vanilla site |