👨💻PowerShell 6.0
✨ PowerShell'i Güncelleme
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
💞 Kısayol Oluşturma
🏗️ Kısayol oluşturmak için
Set-PSReadLineKeyHandler
🧹 Kısayol kaldırmak için
Remove-PSReadLineKeyHandler
Set-PSReadLineKeyHandler -Key Ctrl+w -Function BackwardKillWord
Remove-PSReadLineKeyHandler -Key Ctrl+w
Last updated
Was this helpful?