What's new in Windows File Manager (WinFile) 10.3.0.0

Mar 25, 2024
  • This release includes changes from the past year. Highlights include:
  • Ability to launch Administrator command prompt or Explorer in a directory
  • More entries in the Goto dialog, and ability to Page Up/Page Down through the list
  • Resizable dialogs throughout
  • Symbolic links are visually distinguished using <SYMLINK>
  • Translation improvements
  • Can launch the Store version from the command line
  • Refresh is more thorough
  • Can specify an initial directory when opening Winfile
  • Source and tooling improvements, including an ability to target Windows XP

New in Windows File Manager (WinFile) 10.1.4.0 (Aug 24, 2020)

  • This release includes a number of smaller changes over the recent many months.
  • This version (v10.1.4.0) has been released through the Microsoft Store and the binaries on Azure blobs (signed by Microsoft) have been updated. Chocolatey will be updated soon.

New in Windows File Manager (WinFile) 10.0.1901.1 (Jan 8, 2019)

  • Fix issue #164: toolbar customizations are restored properly
  • Fix issue #192: calling convention for WNet function pointers
  • Fix issue #194: Stack overflow while building goto cache ...
  • Fix issue #198: Add missing Polish translations and fix original translation encoding
  • Old rc files are now available in master
  • Prepare and make initial submission for Microsoft Store release.
  • Fix overflow bug in wfdrives.c and uninitialized variable in wfcopy.c
  • New Feature: add ^w as short cut for windows close

New in Windows File Manager (WinFile) 10.0 (Apr 13, 2018)

  • OLE drag/drop support
  • control characters (e.g., ctrl+C) map to current short cut (e.g., ctrl+c -> copy) instead of changing drives
  • cut (ctrl+X) followed by paste (ctrl+V) translates into a file move as one would expect
  • left and right arrows in the tree view expand and collapse folders like in the Explorer
  • added context menus in both panes
  • improved the means by which icons are displayed for files
  • F12 runs notepad or notepad++ on the selected file
  • moved the ini file location to %AppData%RoamingMicrosoftWinFile
  • File.Search can include a date which limits the files returned to those after the date provided; the output is also sorted by the date instead of by the name
  • File.Search includes an option as to whether to include sub-directories
  • ctrl+K starts a command shell (ConEmu if installed) in the current directory; shift+ctrl+K starts an elevated command shell (cmd.exe only)
  • File.Goto (ctrl+G) enables one to type a few words of a path and get a list of directories; selecting one changes to that directory. Only drive c: is indexed.
  • UI shows reparse points (e.g., Junction points) as such
  • added simple forward / back navigation (probably needs to be improved)
  • View command has a new option to sort by date forward (oldest on top); normal date sorting is newest on top

New in Windows File Manager (WinFile) Original_Plus (Apr 13, 2018)

  • Converted to Visual Studio solution; works on VS 2015 and 2017
  • Compiles and runs on 64-bit Windows (e.g., GetWindowLong -> GetWindowLongPtr, LONG -> LPARAM)
  • Added a few header files which were stored elsewhere in the NT source tree (e.g., wfext.h)
  • Deleted some unused files (e.g., winfile.def)
  • Converted 64-bit arithmetic from internal libraries to C
  • Converted internal shell APIs to public APIs (the primary reason the old version would not run)