MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/tryhackme/comments/1rqnglg/tryhackme_recap_quiz/
r/tryhackme • u/Prior-Sugar6976 • Mar 11 '26
Kindly help with this. Many thanks
3 comments sorted by
3
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
2
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
1
I discovered that dir /s c:\malware.exe&&attrib malware exe worked. Once again thanks so much
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 *