Question : Puis-je changer le titre de ma console PowerShell ?
Réponse : Yes, of course !
Comment ça marche ?
Lancez Windows PowerShell en tant qu’Administrateur et saisissez la commande suivante :
Note : changez le titre entre » » par celui qui vous convient
$host.ui.RawUI.WindowTitle = « Hicham KADIRI’S PowerShell Console | Just Another Scripting Guy »
Et voilà, le tour est joué 🙂