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.45k stars 906 forks source link

Document -customLayout #558

Closed Ana06 closed 8 months ago

Ana06 commented 8 months ago

Details

We added the argument -customLayout for customizing taskbar pinning in https://github.com/mandiant/flare-vm/pull/531, but forgot to document it in the Installer Parameters section and to add a Custom Layout section, similar to the Configurationsection.

@emtuls would you like to address this? 😄

emtuls commented 8 months ago

One thing to note, that I will also add to the docs, is that it looks like we can only pin things that are applications (.exe's) or shortcuts that point to applications from what it seems like through testing.

Depending on what needs to be done, something that can be considered is using a shortcut that points to cmd.exe (or possibly powershell.exe) with arguments set to do what might need to be done in order for the application to spawn.