What's New in WizFile?

WizFile Change Log

WizFile 3.09 (27 February 2023)

  • Regular Expression search added. To perform a regex search, type in a forward slash followed immediately by the regex, e.g.:
    /[0-9]{4}-[0-9]{2}-[0-9]\.csv$
    If the regex contains spaces, enclose it in double quotes, like this:
    /"[0-9]{4} [0-9]{2} [0-9]\.csv$"
  • Support for DrivePool, Storage Spaces and other similar "virtual" drives added (WizFile would crash or stop working when scanning these types of drive before)
  • Fixed highlighted text display bug that could occur with certain searches
  • Wildcard search for file extensions was not working correctly when "match entire path" option was used - fixed
    e.g. searching for *.c would include files including ".c" anywhere in the file name, which would include *.cpp or *.c.bak files too.
  • minor interface tweaks
  • New Czech translation added (thanks to DrTactless)

WizFile 3.08 (7 September 2022)

  • Search history drop down added to file search. Press down arrow key in search field to display search history items
  • Files with very long file names were not being handled correctly - fixed
  • Date filtering (=today) not working correctly in some time zones - (fixed)
  • Path copy function will now not include a trailing carriage return when only a single file is selected
  • Korean translation updated

WizFile 3.07 (10 December 2021)

  • Explorer windows opened with "explore location" or double clicking on path will now always open on top and become active. Previously they may have opened behind other windows and flashed on the task bar.
  • Form would not be restored to correct position if taskbar was not positioned at bottom of screen - fixed
  • Dark mode hint color was wrong - fixed
  • Hint font size will now also match file list font size if zoomed in or out with Ctrl+MouseWheel

WizFile 3.06 (26 November 2021)

  • Hovering over a file will now display full path name in status bar at bottom of screen as well as display the full name as a tooltip hint
  • Added new "folders" checkbox to make it easy to toggle folders on or off in the search results
  • Context menu when renaming a file did not close the first time after making a selection - fixed
  • Custom filter items for 3rd filter box were not being saved correctly - fixed
  • dragging/dropping files with names containing non ASCII characters would fail - fixed

WizFile 3.05 (22 November 2021)

  • file name search will now ignore character accents (like é and ö) when searching.
    e.g. searching for "melee" will now correctly match file names containing "mêlée" or "MÊLÉE"
  • new file length and path length search terms added:
    Use namelen and pathlen to search by file name and path length
    e.g. to find files with path length greater than 255:
    pathlen>255
    to find file names with exactly 1 character:
    namelen=1
  • Not (!) operator was not working correctly when followed by quoted search text - fixed
  • some results were not being included when using "?" wildcard and searching entire path - fixed
  • File search box and highlighted text were not handling right to left languages like Arabic correctly - fixed
  • Window animations settings could be reset when WizFile was running full screen - fixed
  • WizFile will now handle screens with very high DPI (scaling >=200%) correctly. Previously title bar icons were too small.
  • Light mode header colors were incorrect on Xp/2003 with themes disabled - fixed
  • "Explore folder" and "command prompt here" functions were not working on older versions of Windows if "launch applications as administrator" option was not enabled (XP/2003) - fixed
  • WizFile would not start minimized on older versions of Windows (pre Vista). Toggle "start with windows" off and on again to fix.

WizFile 3.04 (13 September 2021)

  • New "Folders" filter option added to "TYPES" filter dropdown.
    Type in "=folder" or "=folders" in search to display folders only.
    Type in "=file" or = "files" in search to display files only.
  • Improved stability
  • Updated GUI and various cosmetic changes
  • Hold down CTRL key and use mousewheel to increase/decrease the search results font size
  • Fixed threading issue that might cause WizFile to hang during high file activity or when rescanning drives
  • Fixed bug where cluster size may have been incorrect leading to incorrect "allocated size" calculations
  • filtering for files with no extension now possible using "*." filter

WizFile 3.03 (3 March 2021)

  • Fixed "dark" UI style issues on high DPI screens (some screen elements were not being rendered correctly)
  • Chinese (Traditional) installer was using incorrect translation language files - fixed
  • Minor cosmetic changes

WizFile 3.02 (2 December 2020)

  • Minimum form size constraints were being ignored so form could be resized too small to be usable - fixed

WizFile 3.01 (30 November 2020)

  • WizFile was ignoring the "check for updates" option and checking for updates each time it started - fixed

WizFile 3.00 (23 November 2020)

  • added 2 new predefined filter dropdowns - one for size and one for file modified date. These can be customised by the user.
  • added file size, allocated size and modified date filter support.

    Use operators "=", ">", ">=", "<", "<=" to filter files based on size or modified date. NB: Don't put any spaces between operators and values!
    e.g. to find files less than 100 bytes in size:
    <100
    Append a 'k', 'm', 'g', or 't' to the number to search in Kb, Mb, Gb, Tb
    e.g. to find files between 500MB and 1Gb:
    >=500m <=1g
    'kb', 'mb', 'gb', 'tb' can also be used, e.g.:
    >=500mb <=1gb

    To filter by "allocated" size, use "a=", "a>", etc.
    e.g. To find files with allocated size between 100MB and 200MB:
    a>=100m a<=200m
    e.g. to find files with 0 allocated size and greater than zero file size:
    a=0 >0

    To filter by date, specify a date in the format: yyyy/mm/dd
    e.g. Filter files modified before 2020/01/01:
    <2020/01/01

    Use the constant "today" to reference today's date. Optionally add or subtract a number of days from this constant.
    e.g. to find files modified in the last 7 days:
    >=today-7

    e.g. to find all files larger than 1gb that were modified in the last month (last 30 days):
    >=1gb >=today-30

    Place the search item in quotes to force a file name search.
    e.g. to find file names that contain "=0" instead of displaying files with zero size:
    "=0"
  • new "not" operator. Start the search expression with an exclamation mark (!) to find files that don't match the expression.
    e.g. to find files that don't contain "windows":
    !windows
    e.g. to find all files that contain "music" but are not of type mp3:
    music !*.mp3
    e.g. to find files that are between 1 and 100 bytes in size, but not 50:
    >=1 <=100 !=50
  • new "Launch applications as administrator" option (off by default).
    If enabled, any applications launched by WizFile will have administrator rights (this was the default for previous versions of WizFile as WizFile always runs as administrator). It's recommended that this option be left off. This also helps Wizfile work better with applications already running non elevated (without administrator rights).
    For example, context menu items like "Add to Windows Media Player list" would not work previously if Windows Media Player has already been launched in non elevated mode (a "Server execution failed" error would have occurred).
  • Support for Windows Dark Mode. UI Theme can be set via new "UI Theme" menu option.
  • Windows Explorer integration added. Will be on by default if using the non portable version.
  • New "Clear and Reset Filters" option added (Shift+F6). Clears and resets filters. Hold shift key when clicking on 'Clear' button to reset filters when clearning search results.
  • file search speed increased significantly
  • Minimising WizFile will now minimize to task bar instead of tray
  • Fixed some MFT decoding bugs which could have caused crashes on some PCs
  • Added global hotkey Ctrl+Win+W to bring WizFile to the foreground if it's active
  • Stability improvements

WizFile 2.06 (14 November 2018)

  • WizFile might not always start up correctly when configured to start with Windows (fixed)

WizFile 2.05 (5 September 2018)

  • Windows high DPI scaling support improved (fonts would appear far too large on some PCs when 200% or more scaling was enabled)
  • "Clear search when minimized" option did not toggle on and off correctly (fixed)
  • WizFile would be closed by the task scheduler after 3 days if configured to start with Windows. To correct this please disable the 'Start with Windows' option, then re-enable it. This only has to be done once.

WizFile 2.04 (8 July 2018)

  • 64 bit version might have crashed when displaying message dialogs on certain PCs (fixed)

WizFile 2.03 (6 July 2018)

  • Search result list loading speed increased
  • Reduced CPU use when building results list (could cause audio/video playback to stutter previously)
  • Memory use reduced
  • Improved high DPI support (WizFile might have incorrectly displayed very large text on high DPI screens previously)
  • "Start with windows" option would not start WizFile on laptops running on battery power.
  • If you use WizFile on a laptop and want WizFile to start with Windows, then toggle the "start with windows" option off and back on again to correct this problem. This only has to be done once after upgrading to 2.03
  • Portable version will now use the default Windows language (if supported by WizFile) instead of defaulting to English

WizFile 2.02 (20 June 2018)

  • reduced memory use by around 45%
  • Clicking "Clear" will now clear results when even if a non empty custom filter is active
  • New "Clear search when minimized" option added (enabled by default). If enabled, minimizing the window will automatically clear the search results (as if "clear" was clicked) (This reduces memory and CPU use to the absolute minimum when WizFile is running in the background)
  • Tray icon would not appear if WizFile configured to start with Windows

WizFile 2.01 (10 June 2018)

  • File count display might be incorrect if "refresh" used repeatedly very quickly (fixed)

WizFile 2.00 (8 June 2018)

  • Non NTFS drives now supported (will not be selected by default - select them via the "Select Drives..." option)
    Individual folders/network shares can now be added to the search. Add a folder or network share by selecting "Select Drives..." then "Add folder". To add a network share either select it or type in the share name, (e.g. \\servername\sharename) when browsing for a folder to add.
    Note that high speed scanning is only available on NTFS drives - other drive types and folders will be scanned using the regular Windows method.
  • User defined filters now supported. Default filters for ALL, Audio, Video, Images, Compressed, Documents and Executables added. Configure filters via the "Filters..." option
  • Double clicking on the "path" will now open an explorer window (same as selecting "Explore Folder" from right click menu)
  • Double clicking on the "path" while holding the ALT key will open a command prompt window at the file's location (same as selecting "Command Prompt Here" from right click menu)
  • Double clicking on any other column will open the file using the default Windows method
  • Click on a file name, pause, then click on it again to rename it (or just press F2)
  • "Monitor folder changes" option added (default off). If enabled, WizFile will keep folder sizes updated with any changes that occur within them. If enabled it will cause higher CPU usage when file system is very busy.
  • High DPI support (WizFile fully supports scaling on Windows 10)
  • Searches that include folder names or partial folder names now much faster
  • Background file monitoring improved (folder move operations now detected and processed correctly)
  • On screen results affected by file changes now update with greatly reduced CPU usage
  • Changing "selected drives" while a scan is in progress now works correctly (would not rescan previously)

WizFile 1.06 (19 May 2018)

  • Donate button would not disappear the first time after entering in a supporter code (required PC to be restarted) - fixed.

WizFile 1.05 (18 May 2018)

  • "Monitor file system for changes" option added (on by default)
  • "Minimize to tray when closed" option added (on by default)
  • "Rename" function added (Right click on a file/folder and select "Rename" or press F2)
  • Improved background file monitoring - (less CPU use - better for slower PCs, more reliable)
  • Folder renaming was not being processed correctly (fixed)
  • folders created in the root would not be detected correctly (fixed)
  • New Slovak translation by Vladimír Kubala

WizFile 1.04 (11 April 2018)

  • Background file change monitoring updated to prevent any possible interference with other applications (e.g. renaming operations might have failed while WizFile was active)
  • Searching for certain Unicode characters would fail due to upper/lowercase conversion issues (fixed)
  • Files can now be selected by dragging a rectangle around them

WizFile 1.03 (11 April 2018)

  • Memory use is significantly reduced (especially in the 64 bit version) and it will now attempt to swap out as much memory as possible to the paging file when it's not actively displaying search results. It should have minimal impact on any other memory hungry applications when it's running in the background.
  • Fixed bug that could crash WizFile if a lot of file changes were occurring while viewing a huge result set

WizFile 1.02 (9 April 2018)

  • First official release. Thanks to the following translators:
    Chinese (simplified) (zh_CHS)          
    Chinese (traditional) (zh_CHT)          
    Danish (da)         
    French (fr)         
    German (de)         
    Greek (el)          
    Hungarian (hu)         
    Italian (it)          
    Japanese (ja)         
    Korean (ko)          
    Norwegian (no)          
    Polish (pl)          
    Portuguese Brazil (pt_BR)         
    Russian (ru)         
    Serbian (sr)         
    Spanish (es)          
    Turkish (tr)         
    Ukrainian (uk)         
    th_sjy
    cf0132
    Tobias Dideriksen
    TMTisFree
    de-heidjer
    Romanos Nianios
    niltwill
    bovirus
    donkichirou, maboroshin
    4Li
    John-Alex Berglund
    Barnaba
    Geraldo Souza
    Dmitry Yerokhin
    ozzii.translate
    Master System PC
    Ismet Cakir
    kopejkin