Windows File Manager icon
Windows File Manager icon

Windows File Manager

 3 likes

Windows File Manager lives again and runs on all currently supported version of Windows, including Windows 10.

Windows File Manager screenshot 1

License model

  • FreeOpen Source

Application type

Country of Origin

  • US flagUnited States

Platforms

  • Windows
  No rating
3likes
1comment

Features

Suggest and vote on features

Properties

  1.  Lightweight

Features

  1.  Portable
  2.  Works Offline
  3.  Ad-free
  4.  Tree view

Windows File Manager News & Activities

Highlights All activities

Recent activities

Show all activities

Windows File Manager information

  • Developed by

    US flagMicrosoft
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    59 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

File Management

GitHub repository

  •  6,955 Stars
  •  719 Forks
  •  63 Open Issues
  •   Updated Feb 22, 2025 (Archived)
View on GitHub

Our users have written 1 comments and reviews about Windows File Manager, and it has gotten 3 likes

Windows File Manager was added to AlternativeTo by Ian Dorfman on Apr 9, 2018 and this page was last updated May 12, 2022.

Comments and Reviews

   
 Post comment/review
coth
Apr 15, 2018
0

They should make Windows 10 shell (launcher, explorer) and stock UWP apps including Settings and MSN apps as open source as well.

What is Windows File Manager?

Original Windows File Manager (winfile) with enhancements

The Windows File Manager lives again and runs on all currently supported version of Windows, including Windows 10. I welcome your thoughts, comments and suggestions.

History The Windows File manager was originally released with Windows 3.0 in the early 1990s. You can read more about the history at this link.

Changes in original_plus The source code provided here (in the src directory) was copied from the Windows NT 4 source tree in November 2007. The tag named original_plus contains a very limited set of modifications from the original sources to enable WinFile.exe to run on current Windows. The most significant changes are:

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) The help directory contains both winfile.hlp and winfile.chm. Winfile.hlp was in the NT4 source tree, but does not work on Windows 10 any more. Winfile.chm was copied from a regular installation of Windows 98 and works on Windows 10. As is, WinFile.exe tries to launch winfile.hlp which fails.

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.

Official Links