Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Windows File Manager

From Wikipedia, the free encyclopedia
File manager bundled with Microsoft Windows in the 1990s
This article is about the default file management program for early versions of OS/2 and Windows. For the default file explorer in Windows 95 and onward, seeFile Explorer.
For the program suite with a similar name, seeFileMan.
File Manager
File Manager inWindows 10
Original authorChris Guzak
DeveloperMicrosoft
Initial releaseNovember 1988; 37 years ago (1988-11) (OS/2; as File System)
May 22, 1990; 35 years ago (1990-05-22) (Windows)
Stable release
10.4.0.0[1] / February 21, 2025; 9 months ago (2025-02-21)
Repository
Written inC,C++
Operating systemOS/2,Microsoft Windows
PlatformIA-32,x86-64, andARM64
PredecessorMS-DOS Executive
SuccessorWindows Explorer
TypeFile manager
LicenseMIT License

File Manager is afile manager program originally bundled with releases ofOS/2 andMicrosoft Windows[2] between 1988 and 2000.[3] It is a single-instance graphical interface, replacing the command-line interface ofMS-DOS to managefiles (copy, move, open, delete, search, etc.) andMS-DOS Executive file manager from previous Windows versions.

Although File Manager was included inWindows 95 andWindows NT 4.0 and some later versions,Windows Explorer was introduced and used as the primary file manager, with file management via a two-pane view different from that of File Manager, and a single-pane view obtained by clicking a "My Computer" icon.

File Manager was reintroduced on 6 April 2018 as anopen-source project which improves some aspects of the program, including being offered as a native 64-bit application. It has been made as an optional download for all modern releases of Windows (includingWindows 10 and later) via theMicrosoft Store.[4]

Overview

[edit]

The program's interface showed a list ofdirectories on the left hand panel, and a list of the current directory's contents on the right hand panel. File Manager allowed a user to create, rename, move,print, copy, search for, and delete files and directories, as well as to setpermissions (attributes) such as archive, read-only, hidden or system, and to associate file types with programs. Also available were tools to label andformat disks, manage folders for file sharing and to connect and disconnect from anetwork drive. OnWindows NT systems it was also possible to setACLs on files and folders onNTFS partitions through the shell32 security configuration dialog (also used by Explorer and other Windows file managers). On NTFS drives, individual files or entire folders could be compressed or expanded. The Windows NT version of File Manager also allows users to change directory, file, local, network and user permissions.

From Windows 95 and Windows NT 4.0 onward, File Manager was superseded by Windows Explorer. However, theWINFILE.EXE program file was still included with Windows 95,98 andWindows Me (16-bit executable), as well as Windows NT 4.0 (32-bit executable). The last 32-bitWINFILE.EXE build (4.0.1381.318) was distributed as part of Windows NT 4.0 Service Pack 6a (SP6a) in 1999, while the last 16-bitWINFILE.EXE build (4.90.3000) was distributed as part of Windows Me in 2000.

Versions

[edit]

16-bit OS/2 and Windows 3.x

[edit]

File Manager was first introduced in OS/2 versions 1.1, 1.2 and 1.3.[5][6][7] The initial version was released in 1988 as part of OS/2 1.1 and was initially named as "File System" with the executable namePMFILE.EXE (with "PM" standing forPresentation Manager, the GUI of OS/2 first introduced with version 1.1).

The original version of File Manager was a 16-bit program that supported the 8.3 file names that were in use at the time. It did not support the extended file names that became available in Windows 95 – includinglong file names and file names containing spaces. Instead, it would display only the first six characters followed by a tilde character ("~") and a number, usually 1. More numbers (2, 3, and so on) were added after the tilde if more than one file name with the same initial characters existed in the same directory.

Original Windows File Manager icon

The first version of File Manager for Microsoft Windows was introduced as a 16-bit application starting withWindows 3.0 in 1990 with the executable nameWINFILE.EXE (short for "Windows File Manager"). The 16-bit version distributed withWindows 3.1 andWindows for Workgroups 3.1 installations had aY2K issue due to lexicographic correlation between date representation and theASCII character set; colons and semicolons replaced what should have been '2000'. Microsoft issued corrected binaries for all Windows 3.1 environments in 1997.[8]

Chris Guzak was theshell developer on the Windows 3.1 team responsible for the Windows version of File Manager.[9]

Windows 9x

[edit]

File Manager was superseded by Windows Explorer in all versions of Windows 9x starting withWindows 95, however File Manager itself continued to be included in Windows 9x releases such as Windows 95,98, andMe. The program across all Windows 9x releases remained as a 16-bit program and was relatively unchanged from Windows 3.1.

Windows NT

[edit]

File Manager was rewritten as a 32-bit program for Windows NT. This new version correctly handled long file names in addition to adding support forNTFS file systems. It was included withWindows NT 3.1,3.5,3.51, and4.0.

Windows 10 and later

[edit]

On 6 April 2018, Microsoft released binaries and thesource code,licensed under theMIT License, for an improved version of File Manager running on Windows 10.[10][11][4] Based on the latest 32-bit version of File Manager that was originally included with Windows NT 4.0, this version included changes such as the ability to compile in modern versions of Visual Studio, the ability to compile as a 64-bit application, and numerous usability improvements.[4] The source code was released with anMIT license onGitHub by Microsoft.[10][4] Microsoft also released this version of File Manager on theMicrosoft Store for free in late January 2019,[12] which is compatible with all modern releases of Windows including Windows 10 and later.

As of 4 March 2025[update], Microsoft has archived the repository for File Manager on GitHub and will no longer maintain the source code of the application due to the historical nature of the software. Users are allowed to fork the repository containing the File Manager source code and make their own modifications and do whatever they like with it, however they must be warned about the risks associated with creating forks of archived repositories, including File Manager.[4]

See also

[edit]

References

[edit]
  1. ^Wittenberg, Craig (21 February 2025)."Release February 2025: Cumulative Release · microsoft-winfile".GitHub.Microsoft. Retrieved21 September 2025.
  2. ^Windows 3.0
  3. ^"Windows Desktop Products History".Windows History.Microsoft. June 30, 2002. Archived fromthe original on April 12, 2006. RetrievedAugust 19, 2006.
  4. ^abcdeMicrosoft Corporation."Microsoft/winfile: Original Windows File Manager (winfile) with enhancements".GitHub. Retrieved7 April 2018.
  5. ^OS/2 1.1
  6. ^OS/2 1.2
  7. ^Microsoft OS/2 V1.3
  8. ^"File Manager Shows Garbled Date for Year 2000 or Later".Support. Microsoft. April 22, 2003. Archived fromthe original on September 30, 2005. RetrievedAugust 18, 2006.
  9. ^Charles Torre (February 20, 2007)."Dr Sneath and Ian Ellison-Taylor: Windows History".Channel9.Microsoft. RetrievedMarch 10, 2007.
  10. ^abTom Warren."Microsoft open-sources original File Manager from the '90s so it can run on Windows 10 - The Verge". The Verge. Retrieved7 April 2018.
  11. ^John Biggs (9 April 2018)."90s kids rejoice! Microsoft releases the original Windows 3.0 File Manager source code".TechCrunch. Retrieved15 April 2018.
  12. ^Tung, Liam."Windows 10: Now you can get 1990s Windows File Manager from Microsoft Store".ZDNet. Retrieved12 August 2020.

External links

[edit]
Overview
Software
Applications
Video games
Programming
languages
Frameworks,
development tools
Operating systems
Other
Licenses
Forges
Related
Management
tools
Apps
Shell
Services
File systems
Server
Architecture
Security
Compatibility
API
Games
Discontinued
Games
Apps
Others
Spun off to
Microsoft Store
Retrieved from "https://en.wikipedia.org/w/index.php?title=Windows_File_Manager&oldid=1312691846"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp