Original author(s) | Chris Guzak |
---|---|
Developer(s) | Microsoft |
Initial release | November 1988 (OS/2; as File System) May 22, 1990 (Windows) |
Stable release | 10.3.0.0 [1] / March 24, 2024 |
Repository | |
Written in | C, C++ |
Operating system | OS/2, Microsoft Windows |
Platform | IA-32, x86-64, and ARM64 |
Predecessor | MS-DOS Executive |
Successor | Windows Explorer |
Type | File manager |
License | MIT License |
File Manager is a file manager program bundled with releases of OS/2 and Microsoft Windows [2] between 1988 and 2000. [3] It is a single-instance graphical interface, replacing the command-line interface of MS-DOS to manage files (copy, move, open, delete, search, etc.) and MS-DOS Executive file manager from previous Windows versions.
Although File Manager was included in Windows 95 and Windows 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 as an optional download for all modern releases of Windows (including Windows 10 and later) on 6 April 2018. [4]
The program's interface showed a list of directories 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 set permissions (attributes) such as archive, read-only, hidden or system, and to associate file types with programs. Also available were tools to label and format disks, manage folders for file sharing and to connect and disconnect from a network drive. On Windows NT systems it was also possible to set ACLs on files and folders on NTFS 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 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, the WINFILE.EXE
program file was still included with Windows 95, 98 and Windows Me (16-bit executable), as well as Windows NT 4.0 (32-bit executable). The last 32-bit WINFILE.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-bit WINFILE.EXE
build (4.90.3000) was distributed as part of Windows Me in 2000.
Chris Guzak was the shell developer on the Windows 3.1 team responsible for File Manager. [5]
The source code was released on GitHub in 2018 with an MIT license by Microsoft. [6] [4] This coincided with the release of the new binaries of Windows File Manager compatible with Windows 10 around the same time (more information can be found below). [7]
File Manager was introduced in OS/2 versions 1.1, 1.2 and 1.3, [8] [9] [10] with the first version released in 1988 as part of OS/2 1.1. It was initially called "File System" in OS/2 1.1 and the name of the executable was called PMFILE.EXE
(with "PM" in the file name standing for Presentation 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 – including long 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.
The 16-bit version of File Manager was introduced into the Windows operating system starting with Windows 3.0 in 1990. The 16-bit version distributed with Windows 3.1x and Windows for Workgroups 3.1x installations had a Y2K issue due to lexicographic correlation between date representation and the ASCII character set; colons and semicolons replaced what should have been '2000'. Microsoft issued corrected binaries for all Windows 3.1x environments in 1997. [11]
File Manager was superseded by Windows Explorer in all versions of Windows 9x starting with Windows 95, however File Manager itself continued to be included in Windows 9x releases such as Windows 95, 98, and Me. The program across all Windows 9x releases remained as a 16-bit program and was relatively unchanged from Windows 3.1x.
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 for NTFS file systems. It was included with Windows NT 3.1, 3.5, 3.51, and 4.0.
On April 6, 2018, Microsoft released binaries and the source code, licensed under the MIT License, for an improved version of File Manager running on Windows 10. [6] [7] [4] 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]
Microsoft has also released this app in the Microsoft Store for free in late January 2019, [12] which is compatible with all modern releases of Windows including Windows 10 and later.
Microsoft Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and sub-families that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Defunct families include Windows 9x, Windows Mobile, Windows Phone, and Windows Embedded Compact.
Windows 95 is a consumer-oriented operating system developed by Microsoft as part of its Windows 9x family of operating systems. The first operating system in the 9x family, it is the successor to Windows 3.1, and was released to manufacturing on July 14, 1995, and generally to retail on August 24, 1995, almost three months after the release of Windows NT 3.51. Windows 95 is the first version of Microsoft Windows to include the Modern Windows Feel Windows 95 merged Microsoft's formerly separate MS-DOS and Microsoft Windows products, and featured significant improvements over its predecessor, most notably in the graphical user interface (GUI) and in its simplified "plug-and-play" features. There were also major changes made to the core components of the operating system, such as moving from a mainly cooperatively multitasked 16-bit architecture to a 32-bit preemptive multitasking architecture, at least when running only 32-bit protected mode applications.
NT File System (NTFS) is a proprietary journaling file system developed by Microsoft in the 1990s.
An 8.3 filename is one that obeys the filename convention used by old versions of DOS and versions of Microsoft Windows prior to Windows 95 and Windows NT 3.5. It is also used in modern Microsoft operating systems as an alternate filename to the long filename, to provide compatibility with legacy programs. The filename convention is limited by the FAT file system. Similar 8.3 file naming schemes have also existed on earlier CP/M, TRS-80, Atari, and some Data General and Digital Equipment Corporation minicomputer operating systems.
NTLDR is the boot loader for all releases of Windows NT operating system from 1993 with the release of Windows NT 3.1 up until Windows XP and Windows Server 2003. From Windows Vista onwards it was replaced by the BOOTMGR bootloader. NTLDR is typically run from the primary storage device, but it can also run from portable storage devices such as a CD-ROM, USB flash drive, or floppy disk. NTLDR can also load a non NT-based operating system given the appropriate boot sector in a file.
Windows 9x is a generic term referring to a line of discontinued Microsoft Windows operating systems from 1995 to 2000, which were based on the Windows 95 kernel and its underlying foundation of MS-DOS, both of which were updated in subsequent versions. The first version in the 9x series was Windows 95, which was succeeded by Windows 98 and then Windows Me, which was the third and last version of Windows on the 9x line, until the series was superseded by Windows XP.
The Windows Registry is a hierarchical database that stores low-level settings for the Microsoft Windows operating system and for applications that opt to use the registry. The kernel, device drivers, services, Security Accounts Manager, and user interfaces can all use the registry. The registry also allows access to counters for profiling system performance.
Virtual DOS machines (VDM) refer to a technology that allows running 16-bit/32-bit DOS and 16-bit Windows programs when there is already another operating system running and controlling the hardware.
In computing, Windows on Windows is a discontinued compatibility layer of 32-bit versions of the Windows NT family of operating systems since 1993 with the release of Windows NT 3.1, which extends NTVDM to provide limited support for running legacy 16-bit programs written for Windows 3.x or earlier. There is a similar subsystem, known as WoW64, on 64-bit Windows versions that runs 32-bit programs.
Cardfile is a personal information manager, based on index cards, using an interface in the style of a rolodex that was distributed with Microsoft Windows starting from the original version 1.01 until Windows NT 4.0 Server. Cardfile is also included with Windows 98 and Windows Millennium Edition, but has to be installed manually from the installation CD-ROM. Beginning with Windows 3.1, Cardfile supported Object Linking and Embedding. The version supplied with Windows NT versions was a 32-bit application with Unicode support. Both later versions could read .crd files created by previous versions.
In computing, CHKDSK
is a system tool and command in DOS, Digital Research FlexOS, IBM/Toshiba 4690 OS, IBM OS/2, Microsoft Windows and related operating systems. It verifies the file system integrity of a volume and attempts to fix logical file system errors. It is similar to the fsck
command in Unix and similar to Microsoft ScanDisk, which co-existed with CHKDSK
in Windows 9x and MS-DOS 6.x.
The New Executable is a 16-bit executable file format, a successor to the DOS MZ executable format. It was used in Windows 1.0–3.x, Windows 9x, multitasking MS-DOS 4.0, OS/2 1.x, and the OS/2 subset of Windows NT up to version 5.0. An NE is also called a segmented executable. It utilizes the 286 protected mode.
Robocopy is a command-line file transfer utility for Microsoft Windows. Robocopy is functionally more comprehensive than the COPY command and XCOPY, but replaces neither. Created by Kevin Allen and first released as part of the Windows NT 4.0 Resource Kit, it has been a standard feature of Windows since Windows Vista and Windows Server 2008.
NTFS links are the abstraction used in the NTFS file system—the default file system for all Microsoft Windows versions belonging to the Windows NT family—to associate pathnames and certain kinds of metadata, with entries in the NTFS Master File Table (MFT). NTFS broadly adopts a pattern akin to typical Unix file systems in the way it stores and references file data and metadata; the most significant difference is that in NTFS, the MFT "takes the place of" inodes, fulfilling most of the functions which inodes fulfill in a typical Unix filesystem.
The booting process of Microsoft Windows varies between different releases.
In Microsoft Windows, cacls
, and its replacement icacls
, are native command-line utilities capable of displaying and modifying the security descriptors on folders and files. An access-control list is a list of permissions for securable object, such as a file or folder, that controls who can access it. The cacls
command is also available on ReactOS.
Program Files is the directory name of a standard folder in Microsoft Windows operating systems in which applications that are not part of the operating system are conventionally installed. Typically, each application installed under the 'Program Files' directory will have a subdirectory for its application-specific resources. Shared resources, for example resources used by multiple applications from one company, are typically stored in the 'Common Files' directory.
A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch file, such as IF
, FOR
, and GOTO
labels. The term "batch" is from batch processing, meaning "non-interactive execution", though a batch file might not process a batch of multiple data.
Windows NT is a proprietary graphical operating system produced by Microsoft as part of its Windows product line, the first version of which, Windows NT 3.1, was released on July 27, 1993. Originally made for the workstation, office, and server markets, the Windows NT line was made available to consumers with the release of Windows XP in 2001. The underlying technology of Windows NT continues to exist to this day with incremental changes and improvements, with the latest version of Windows based on Windows NT being Windows 11 in 2021.
Windows Subsystem for Linux (WSL) is a feature of Microsoft Windows that allows developers to run a Linux environment without the need for a separate virtual machine or dual booting. There are two versions of WSL: WSL 1 and WSL 2. WSL is not available to all Windows 10 users by default. It can be installed either by joining the Windows Insider program or manually via Microsoft Store or Winget.