Windows environment

Winsage
September 11, 2026
Developer Mayuki Sawatari has created ReProgman, a modern homage to the Windows 3.1 Program Manager, which operates on both Windows 11 and macOS. The application mimics the early '90s interface, scanning the Start menu on Windows or the Applications folder on Mac to organize programs into groups without altering actual shortcuts. Users can drag and drop icons, utilize classic window arrangements, and experience a recreated exit dialog box. The project was initially developed in just an hour, with a detailed specification document available in its git repository. ReProgman is released under the MIT license and is available as a standalone binary, though Mac users need to adjust permissions to run it. Currently, it supports only Windows 11 on x64 and Arm architectures and macOS on Apple Silicon, excluding Windows 10 and Intel Macs.
Winsage
September 10, 2026
Ahmed Arif, known as "SidiHmeed," has made significant advancements in the ReactOS project, achieving an experimental ARM64 build that runs on 64-bit ARM hardware, including Raspberry Pi. He successfully integrated the FEX emulator with ReactOS ARM64, allowing Windows x64 games and applications to run on ARM hardware. ReactOS has been operational on actual ARM64 hardware since the beginning of the year, and recent developments have shown improvements in this area. Ahmed has demonstrated ReactOS running on both the Raspberry Pi 5 and the older Raspberry Pi 3, complete with custom Ethernet and WiFi drivers.
Winsage
August 22, 2026
Windows 11 will remove the Windows Management Instrumentation Command-line (WMIC) tool in the upcoming September 2026 Update, marking its complete elimination after being deprecated in earlier versions. Testing of early builds shows that WMIC is no longer accessible, with attempts to use it resulting in a "command not recognized" error. Previously, WMIC was available as an optional feature, but it will no longer be included or reactivatable in the new update. Microsoft stated that this removal aims to improve the security and reliability of Windows, as WMIC has been exploited by cybercriminals for attacks. The September 2026 Update will also introduce other enhancements, including the ability to disable Bing in Windows Search and improvements in app speed.
AppWizard
August 16, 2026
Windows 11 update KB5121003, released in August 2026, addresses over 400 vulnerabilities but has caused crashes in games like ARC Raiders and The Finals. The game studio Embark has confirmed that the crashes are linked to the inpoutx64.sys driver, which has compatibility issues due to the update. Users have reported errors such as “Hang detected on GameThread” and “EXCEPTIONACCESSVIOLATION” after installing the update. Embark has provided a workaround to stop and delete the inpoutx64.sys service to resolve the crashes. Uninstalling the update also appears to fix the issue. Additional reports indicate crashes in other games and graphics-related problems following the update.
AppWizard
August 10, 2026
Project Xodus is an open-source initiative focused on reverse-engineering Xbox PC and Game Pass titles to enable their use on Linux and Mac systems. The project has made significant progress in Microsoft authentication and package decryption, allowing Linux users to download and process Xbox subscription games locally. The team has successfully reverse-engineered Microsoft’s identity services and license verification systems, unlocking encrypted MSIXVC game files and enabling the verification of game licenses and decryption of installation packages on non-Windows operating systems. Xodus serves as a translation bridge for Microsoft’s proprietary ecosystem services, providing custom proxy libraries for games to function as if they are running in a native Windows environment. It specifically targets modern games built on Microsoft’s GDK framework, excluding older titles using the Universal Windows Platform and those dependent on kernel-level anti-cheat mechanisms. The project aims to improve access to Xbox Game Pass on devices like the Steam Deck by facilitating direct local hardware execution, reducing reliance on cloud streaming and enhancing portable gaming experiences. Community feedback has been positive, with developers actively sharing updates and engaging with inquiries.
Winsage
August 9, 2026
A developer named JMarshall23 has ported Microsoft Word for Windows 1.1a to x64 architecture, allowing it to run natively on Windows 11. This port uses the original source code and resources, with modern adaptations to address the limitations of the 16-bit assembly and segmented-memory architecture. Microsoft Word for Windows 1.1a was originally launched over 25 years ago and introduced features like WYSIWYG editing, graphics incorporation, and table insertion. Microsoft has made the source code publicly available through the Computer History Museum, which includes a 7MB bundle with C source files, x86 assembly, build tools, and documentation. Users need the Windows 11 SDK, CMake 3.25 or newer, and PowerShell to build and run this version. The code release is governed by a license that permits only non-commercial use, restricting software redistribution.
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
August 5, 2026
System Restore is a recovery feature in Windows that allows users to revert their systems to a previous state by creating snapshots of the current configuration. It captures crucial system components such as Windows system files, Registry settings, device drivers, and installed applications, but does not back up personal files. Windows automatically generates restore points during significant events or after a week without new points, and users can manually create them before making substantial changes. Restore points occupy hard drive space, and the oldest points are deleted when storage is full. To use System Restore, users can configure it in the System Properties window, create restore points, view and select restore points, preview changes, and initiate the restoration process. After restoration, the PC reboots, and users should check if issues are resolved.
Search