Tuesday, April 10, 2018

Microsoft open sources Windows File Manager and updated to compile on Windows 10

Microsoft has open sourced Windows File Manager code which was last delivered in  Windows ME (2000). 

Released on Github under the MIT License by Microsoft developer, Craig Wittenberg, the Windows File Manager has been updated so that it can run on modern operating systems such as Windows 10. As long as you have Visual Studio 2015 or later, you can easily compile the File Manager, or WinFile.exe, and start playing with it. 


File Manager (WinFile.exe) Compiled for Windows 10. Shows junctions correctly

























From https://github.com/Microsoft/winfile
Version v10.0 represents the entire set of changes from Nov. 2007 until this OSS project was created. For changes post v10.0, see the commit and release history.
In summary v10.0 has the following changes/new features compared to original_plus:

  1. OLE drag/drop support
  2. control characters (e.g., ctrl+C) map to current short cut (e.g., ctrl+c -> copy) instead of changing drives
  3. cut (ctrl+X) followed by paste (ctrl+V) translates into a file move as one would expect
  4. left and right arrows in the tree view expand and collapse folders like in the Explorer
  5. added context menus in both panes
  6. improved the means by which icons are displayed for files
  7. F12 runs notepad or notepad++ on the selected file
  8. moved the ini file location to %AppData%\Roaming\Microsoft\WinFile
  9. 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
  10. File.Search includes an option as to whether to include sub-directories
  11. ctrl+K starts a command shell (ConEmu if installed) in the current directory; shift+ctrl+K starts an elevated command shell (cmd.exe only)
  12. 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.
  13. UI shows reparse points (e.g., Junction points) AND SYMLINK CORRECTLY, unlike Windows Explorer which DOES NOT see my post on this.
  14. added simple forward / back navigation (probably needs to be improved)
  15. View command has a new option to sort by date forward (oldest on top); normal date sorting is newest on top

No comments:

Post a Comment