6 lines
83 B
PowerShell
6 lines
83 B
PowerShell
# PowerShell profile script
|
|
|
|
Set-Alias ps Get-Process
|
|
Set-Alias kill Stop-Process
|
|
|