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

Configuration: Free up space #517

Closed Ana06 closed 8 months ago

Ana06 commented 9 months ago

Details

Ana06 commented 9 months ago

Ideally we add this to a helper in common so that it can be run after installing extra packages

emtuls commented 8 months ago

I've added these commands into separate functions inside of common.vm (as per how I interpreted your 2nd comment). We can create a singular function that incorporates all of them if desired. I left it this way until we decide the best route to take.

See the PR in VM-Packages: https://github.com/mandiant/VM-Packages/pull/747