Issue: System administrator needs a list of all Withsecure processes and the folders where they are located in a Windows system Resolution: You can create a list of all WithSecure processes and where they are located in a Windows system by following these steps: Open Command Prompt with administrator rightsRun the following command below one by one to view list of .exe files in WithSecure application folders. dir "C:\Program Files (x86)\F-Secure\*.exe" /s /bdir "C:\ProgramData\F-Secure\*.exe" /s /bThis will create you an easy to read list.