Wizfile is een klein programma dat alle mappen en bestanden op een Windows-computer indexeert. In tegenstelling tot bijvoorbeeld Everything wordt de informatie niet in een database opgeslagen, maar in het werkgeheugen bewaard. Via uitgebreide zoekcriteria kan het snel elk willekeurig bestand of map op de computer lokaliseren. Het programma is gratis voor thuisgebruik, maar toont wel een donatieknop. Voor commercieel gebruik wordt een vergoeding gevraagd. Versie 3.10 is uitgekomen en de changelog daarvan ziet er als volgt uit:
Changes in WizFile version 3.10:
- Added global "include" and "exclude" filters - go to Options->Filters to configure them.
The "Include Filter" is applied to all searches automatically, as if it had already been typed into the search field.
The "Exclude Filter" will automatically exclude any matching items from the search results. It is also applied during the initial scanning process. This can greatly speed up scans by preventing certain folders from being scanned at all, and can also greatly reduce memory use.
For example, if you use Synology NAS, you can get WizFile to ignore snapshot and recycle folders by setting the "exclude filter" to:
#snapshot|#recycle|@recycle
Note that there should not be any spaces between the vertical pipes (vertical pipes are interpreted as "OR" and spaces interpreted as "AND"). The example above will exclude any file or folder name that contains "#snapshot" OR "#recycle" OR "@recycle".
Another example:
To exclude the "C:\Windows\WinSxS" and "C:\Program Files" folders from being scanned, you would set the exclude filter to
C:\Windows\WinSxS\|"C:\Program Files\"
Note that double quotes are required around filter items that contain spaces.- UI tweaked to look like Windows 11 style. To use WizFile classic theme edit the WizFile.ini file (located in %appdata%\WizFile\WizFile.ini or exe folder for portable) and set: UseWizFileClassicTheme=1
- Fixed rare bug that might cause some folders not to be detected by WizFile when parsing MFT file due to unusual MFT record ordering
- Unicode characters were not being saved to search drop down history correctly - fixed
- Emojis were not being displayed correctly in file search and filter fields - fixed
- When configured to start with Windows, WizFile will now pause for 60 seconds before starting. This it to allow time for virtual drive letters to become available (like Google Drive G:), and to not slow down other important startup tasks due to disk scanning. If WizFile is already configured to start with Windows and you want to enable this delay, toggle the Options->Start With Windows option off and back on. You can edit the delay time by editing the Action in Windows Task Scheduler for the "WizFile" item and changing the value in the /delaysecs=xx parameter
- WizFile can now be configured to not run as admin - to do this, edit the WizFile.ini file (located in %appdata%\WizFile\WizFile.ini or exe folder for portable) and set
RunAsAdmin=FALSE- new Indonesian translation