Off topic question, nothing to do with Delphi

Off topic question, nothing to do with Delphi
Does anyone know how to permanently remove an alias in PowerShell?
The one that annoys me is wget alias for Invoke-WebRequest, hiding my Gnu32 wget installation in PowerShell V3.

Remove-Item alias:\wget did only work for one session, restarting PowerShell and it's back.

Comments

Post a Comment