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 rights
- Run 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 /b
dir "C:\ProgramData\F-Secure\*.exe" /s /b
This will create you an easy to read list.
Article no: 000016628