How do I install Profiler?
To install Profiler, follow the steps below:
- Download the Profiler.zip file and extract the files in the ZIP package.
- Right-click setup.exe and select Run as Administrator.
- To install Profiler, follow the on-screen instructions.
How do I run Profiler?
To run Profiler, follow the steps below:
- Double-click Profiler on the Desktop or through the Programs menu.
- Enter a value in the Capture duration field, and then click Capture. The Capture duration must be between 5 minutes and 1,440 minutes (24 hours).
NOTE: Don't shut down Profiler during capture initialization. This action might leave the OAS (McShield service) in an unknown state.
How do I uninstall Profiler?
To uninstall Profiler, follow the steps below:
- Open Programs and Features or Apps & features depending on your version of Windows.
- Select Profiler, and then click Remove/Uninstall.
During installation, what command-line parameters are available?
The following four options are available when you run Profiler from the command line:
/Time - Interval in minutes from 5 minutes to 1,440 minutes (24 hours). The default duration is 5 minutes.
/Save [path] - Saves the results in the specified path. The default path is the user Temp folder.
/Help - Provides help for the command line.
/Silent - Runs Profiler in silent mode.
Example: The following command runs Profiler for 10 minutes and saves the results to
C:\Profiler.mpr:
McProfiler.exe /Save "C:\\Profiler.mpr" /Time 10