start | find | index | login or register | edit | ||
Donnerstag, 24. Juli 2014 link 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.) no comments |
search 5 active users
backlinks (more) none, yet recent stores (more) recent comments echo earlZstrainYat|tr ZY @. |
|
earl.strain.at • esa3 • online for 8662 days • c'est un vanilla site |