0

When I execute powershell script that call Install-ChocolateyPackage or Update-ChocolateyPackage, the console log show on only after the script finish executing,

I want the script to print log progressively, how can i do that please ?

thank you

Anouar BAKRI
  • 314
  • 2
  • 13

1 Answers1

0

the problem was the select mode

enter image description here

when console is in select mode, messages don't show up progressively to disable it just unckeck Properties>>Quick Edit Mode

Anouar BAKRI
  • 314
  • 2
  • 13