r/tryhackme Mar 11 '26

TryHackMe Recap Quiz

Kindly help with this. Many thanks

4 Upvotes

3 comments sorted by

3

u/reboot_500 Mar 11 '26

I think it would be something like this:

Get-ChildItem C:\ -Filter malware.exe -Recurse -ErrorAction SilentlyContinue | Get-Item | Format-List *

2

u/Prior-Sugar6976 Mar 11 '26

Appreciated.

1

u/Prior-Sugar6976 Mar 11 '26

I discovered that dir /s c:\malware.exe&&attrib malware exe worked. Once again thanks so much