mandiant / VM-Packages

Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.
Apache License 2.0
123 stars 61 forks source link

VM-Clean-Up - fix sort Desktop icons #974

Closed Ana06 closed 2 months ago

Ana06 commented 3 months ago

Details

I have encountered two issues with VM-Clean-Up:

@emtuls ideas?

emtuls commented 2 months ago

After many hours of testing various things, I finally found a solution that works for both standard Powershell and Windows-Terminal Powershell. 😊

Regular Powershell is a little bit easier, since when we perform (New-Object -ComObject Shell.Application).toggleDesktop();, it automatically brings the focus to the desktop, whereas with Windows-Terminal, it doesn't.

The general sorting solution ended up just being to sort by Name first, then by Item Type. Testing various ways does seem to work how we would like.

The only maybe more ideal way would be to have Tools folder just under the Recycle Bin, but this was the best I could get.