mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.22k stars 887 forks source link

Some output message is not displayed in the installer #541

Open Ana06 opened 8 months ago

Ana06 commented 8 months ago

What's the problem?

$global:VerbosePreference = "SilentlyContinue" is causing that some Write-Host calls to display log messages are not displayed. We need to remove this line to ensure the messages are displayed. This may also activate some other noisy output we need to display.

Environment

Environment independent.

Additional Information

@emtuls noticed this and I have tested as well. @emtuls is this something you wan to work on?