Problem
In FTK Plus Files larger than 50MB do not display by default.
A warning message saying "File size is too large to display based on the current setting of 50MB" appears instead.
Environment
- Version 7.5.2
- Version 7.6
Resolution
If the file size needs to be amended follow the following steps:
- Browse to %ProgramFiles%\AccessData\ForensicTools\7.6\bin\FTKPlus in Windows Explorer
- Open FTKPlus.exe.config with a file editor (Consider backing up the file before editing)
- Browse or search for MaximumViewerFileSizeInMB
- Amend the value following the key to your preferred maximum file size and safe the change
- Restart FTK Plus
Example - Changing the setting to 110MB:
Old entry:
<add key = "MaximumViewerFileSizeInMB" value="50" />
After editing:
<add key = "MaximumViewerFileSizeInMB" value="110" />
Files up to 110MB will display after the change and the warning message for files larger than that will display the updated current setting.