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.56k stars 917 forks source link

Failed Choco Installs Small List Presented Here #378

Closed shaneholloman closed 1 year ago

shaneholloman commented 3 years ago

This installation was on a fresh Win10 Dev Hyper-V Build Windows 10 Enterprise Evaluation 21H1 (10.0.20348.0)
From here: https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/

Pre-installed on that VM outta the box was:

Get-WmiObject Complaint Solve

I initially used PowerShell 7 Using Windows PowerShell instead helped with the Get-WmiObject complaint

Get-Service WinDefend Fail

I could not solve

Was able to manually install

Could not find this package

Failed Installs

Failed Actions

Get-WmiObject: C:\ProgramData\boxstarter\Boxstarter.Common\Get-IsRemote.ps1:25
Line |
  25 |     $parent = (Get-WmiObject -Class Win32_Process -Filter "ProcessID=$ …
     |                ~~~~~~~~~~~~~
     | The term 'Get-WmiObject' is not recognized as a name of a cmdlet, function, script file, or executable
     | program. Check the spelling of the name, or if a path was included, verify that the path is correct
     | and try again
Stop-Service: C:\Users\User\github\flare-vm\install.ps1:316
Line |
 316 |    Get-Service WinDefend | Stop-Service -Force
     |                            ~~~~~~~~~~~~~~~~~~~
     | Service 'Microsoft Defender Antivirus Service (WinDefend)' cannot be stopped due to the following
     | error: Cannot open 'WinDefend' service on computer '.'.
Set-ItemProperty: C:\Users\User\github\flare-vm\install.ps1:317
Line |
 317 |    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\services\Win …
     |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Attempted to perform an unauthorized operation.
vm-packages commented 1 year ago

Thank you for your feedback! We've been working on major updates to FLARE VM over the last year. The now revamped FLARE VM has just been released and will make the project more open and maintainable. Please check out our blog post at https://www.mandiant.com/resources/blog/flarevm-open-to-public and give the new installation a try.

If this problem still persists with the new installation, please report:

Please note that we use this message to close all legacy issues in this repository. We look forward to your feedback and support for the next generation of FLARE VM.