MS-DOS

AppWizard
August 13, 2026
Defender of the Crown: The Legend Returns is set in 1149 during a power struggle in England following the king's assassination, with players tasked to rally lands, defeat rival armies, and claim the throne. The game features turn-based strategy mechanics, including army building, castle raiding, and tournament hosting, and offers both the original MS-DOS version and an enhanced iteration. It includes a deck-building roguelike mode that introduces card-based battles. The Jousting and Swordplay modes have been improved with new mechanics like blocking and parrying. However, the game has shortcomings in tutorial explanations and battle mechanics, which can lead to confusion. Visuals are enhanced while retaining a nostalgic pixelated style, and the audio has been upgraded.
Winsage
August 12, 2026
Microsoft's WINSTART.BAT file is a batch file that predates Windows 95 and was documented in the Windows 3.1 Resource Kit. Its primary function is to load terminate-and-stay-resident (TSR) programs for use by Windows applications, while these TSRs are not accessible to individual MS-DOS virtual machines. WINSTART.BAT is executed after the virtual machine manager (VMM) initializes, giving it an advantage over AUTOEXEC.BAT, which runs during the MS-DOS startup phase. TSRs loaded via AUTOEXEC.BAT are available to both Windows and MS-DOS environments, while those loaded through WINSTART.BAT are limited to Windows applications only.
Winsage
August 8, 2026
Developer John Marshall has successfully ported Microsoft Word for Windows 1.1a to run on Windows 11 as a native 64-bit executable. This project involved reconstructing the original application from the early 1990s by translating 16-bit Assembly language into C/C++ code and adapting it to modern Win32 APIs. Marshall's work was made possible by Microsoft's release of the source code for Word for Windows 1.1a in 2014. Users interested in setting up the port will need Visual Studio with the C++ workload, the latest Windows SDK, CMAKE version 3.25 or newer, and to execute specific PowerShell scripts provided by Marshall.
Winsage
August 8, 2026
Microsoft Word has evolved from a basic text editor in the 1980s to an AI-enhanced platform capable of generating text autonomously. Developer Justin Marshall has revived Microsoft Word for Windows 1.1a, originally released in 1990, using the open-source code made available by Microsoft in 2014. This version has been crafted into a native 64-bit Windows executable, allowing users to run it on Windows 11 without emulators. The interface is stripped of modern features, offering a simple sheet of paper and basic formatting tools reminiscent of early Windows design. Marshall has a history of reviving classic software and has other projects showcased on his GitHub page. Word for Windows 1.1a is available for download for those interested in experiencing early word processing.
Winsage
July 29, 2026
Pressing F7 in the Command Prompt displays a pop-up with a numbered list of recently executed commands, allowing users to select and execute commands quickly without retyping. This feature, introduced in MS-DOS 5.0 through DOSKEY.exe, has been integrated into Windows since the early 1990s. Users can navigate the command list with the Up and Down arrow keys and execute a command by pressing Enter. The command history is session-specific and is lost when the window is closed. The F7 feature provides a visual overview of commands, enhancing efficiency compared to repeatedly pressing the Up Arrow key. However, it does not retain command history between sessions or offer advanced features found in modern shells like PowerShell.
Tech Optimizer
July 24, 2026
McAfee's reputation has declined from being a trusted antivirus software during the MS-DOS era to facing user backlash against its advertising practices. The advertising partnership between LG and McAfee has ended following Microsoft's intervention, which prompted LG to remove McAfee promotions from its Windows Store app. This controversy arose when users reported that the "LG Monitor App Installer," automatically installed with new LG monitors, displayed McAfee promotions. Microsoft and LG aim to enhance the Windows ecosystem and improve customer software experiences. Several LG monitor models were identified as having inadvertently installed the app. The automatic installation feature used by LG is also employed by other companies, indicating a trend in the industry that raises concerns about user experience and promotional strategies.
Winsage
July 12, 2026
Raymond Chen, a Microsoft engineer, revealed that Windows 95 identified installation programs by analyzing executable filenames against a list of keywords, including "setup," "install," and "inst." The system would then initiate a routine to repair any compromised system files. The list included six terms: setup, install, inst, imposta, ayarla, and felrak. Chen noted redundancy in the list, suggesting "install" was unnecessary since it included "inst." For executables not matching the terms, Windows 95 scanned the executable's path for "Setup." The system maintained backup copies of frequently overwritten files in a hidden directory at C:WindowsSYSBCKUP and would restore correct versions after installers completed. File verification was often postponed until the next system boot, especially for installers that reverted to MS-DOS for file replacements. This file repair mechanism continues to influence modern operating systems, including Windows 11.
Winsage
July 8, 2026
Microsoft developed Windows 95 with innovative detection mechanisms to prevent external installers from downgrading essential system components. The team used a heuristics-based approach to identify installer files by analyzing their names for keywords like "setup," "installer," or "inst," and also considered variations in other languages. If these keywords were not present, the system would check the file path for "setup." File checks were delayed until the next start to catch improperly modified files, as some setup programs would exit Windows to run batch files. Additionally, live file checks were conducted for multimedia driver installations via INF files, which was a special exception.
Winsage
June 22, 2026
The Windows desktop experience has a streamlined interface, but its command line interface (CLI) offerings, particularly the cmd.exe shell, have been criticized for lacking the features found in UNIX/BSD/Linux environments. Microsoft’s transition to PowerShell has disappointed users who prefer a more traditional CLI experience. Despite Windows NT operating systems being POSIX compliant, they have historically lacked a suitable shell. MSYS2 provides a solution by offering a Linux-like experience with a Bash shell and the pacman package manager, allowing users to run shell scripts and access various tools. However, binaries compiled in MSYS2 may depend on shared libraries not included in the Windows system path. Upon installation, users can choose from different terminal options, with the UCRT terminal recommended for its usability. MSYS2 facilitates a streamlined development workflow, enabling the use of familiar tools across multiple platforms, but it does not achieve perfect integration within Windows and has some limitations, such as issues with stdout output in Bash.
Search