Hello,
I am currently doing the Public Service Announcement Challenge in the introduction to cybersecurity course I used the WMIC command recommended by the course to find the unquoted path (wmic service get name,pathname,startmode | findstr /i “auto” | findstr /i /v “c:\windows\” | findstr /i /v “”") but I got nothing can anybody help me find the path?