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.15k stars 885 forks source link

Improve taskbar shortcut links #583

Closed emtuls closed 3 months ago

emtuls commented 3 months ago

This fixes https://github.com/mandiant/flare-vm/issues/582

Currently, CFF Explorer and notepad++ will have a shortcut in the taskbar, but when clicked, it will show a second icon next to it for the running program, likely due to these using the chocolately shim shortcuts.

Now that we have an actual shortcut for notepad++, we can use that one directly, and also fix CFF Explorer to use the proper shortcut, and this mitigates this issue.