Command Prompt

Winsage
April 16, 2026
The FAT32 file system, historically limited to a 32GB partition size due to a design choice by Microsoft engineer Dave Plummer, can inherently support volumes up to 2TB with a 512-byte sector size and theoretically up to 16TB with 4KB sectors. While Windows maintained this 32GB limit, motherboard manufacturers had already developed firmware to utilize larger FAT32 drives. Tools like Rufus and GUIFormat were used to format high-capacity media, as Windows did not allow direct FAT32 formatting for drives larger than 32GB. However, with the introduction of Windows 11 Insider Preview Builds 26220.8165 and 26300.8170, users can now format large flash drives and external volumes as FAT32 directly from the Command Prompt without third-party software.
Winsage
April 13, 2026
Microsoft has released new test builds for Windows Insiders, specifically Dev Build 26300.8170 and Beta Build 26220.8165, which remove the 32GB limit on FAT32 formatting for external drives. Users can now format external drives up to 2TB using FAT32 through the Command Prompt. This change, which has been anticipated by users, is a shift from the long-standing restriction that required third-party applications or specialized commands for larger drives. The enhancement applies only to the Command Prompt, as the graphical interface remains unchanged, and the 4GB file size limit for individual files on FAT32 drives still applies. This feature is currently available only in preview versions for Windows Insiders, with a broader rollout planned for future standard Windows 11 updates.
Winsage
April 11, 2026
Microsoft has phased out the Support and Recovery Assistant (SaRA) utility with the March 2026 Security Update for Windows 11, replacing it with the new "Get Help" command-line tool. The SaRA was designed to troubleshoot and resolve common issues affecting Windows 11 and Microsoft 365 applications. Users are now encouraged to use the Get Help command-line tool, which offers enhanced functionality and security. To use the Get Help tool, users must download the files, extract them, and run specific commands in the Command Prompt. The tool addresses various issues, including Microsoft 365 activation challenges and Outlook profile errors.
Winsage
April 7, 2026
A security researcher, known as "Nightmare-Eclipse," released proof-of-concept exploit code for a Windows zero-day vulnerability called "BlueHammer," which allows local privilege escalation (LPE). The exploit has been validated by another researcher, Will Dormann, who confirmed it can escalate privileges on Windows systems, allowing non-administrative users to gain SYSTEM-level access. The exploit's reliability varies across different Windows versions, with inconsistent success rates reported. Microsoft has not acknowledged the vulnerability or provided a patch, raising concerns about potential exploitation by threat actors. Users are advised to restrict local user access, monitor for suspicious activity, and enable advanced endpoint protection.
Winsage
April 5, 2026
Windows 11 allows users to customize background images, themes, accent colors, and the Start menu and Taskbar. However, for more significant changes, Windhawk offers a modular approach to modify the operating system without risky file modifications. To install Windhawk on Windows 11, users can use the Windows Package Manager (winget) by running the command: winget install --id RamenSoftware.Windhawk. Notable mods available for Windhawk include: - Windows 11 Taskbar Styler: Provides control over the Taskbar's visual elements with three levels of customization. - Taskbar on Top for Windows 11: Allows users to reposition the Taskbar to the top of the screen. - Taskbar Height and Icon Size: Enables adjustments to the Taskbar's height and icon size without affecting DPI scaling. - Windows 11 Start Menu Styler: Offers complete customization of the Start menu's appearance using themes and custom XAML/CSS. - Windows 11 File Explorer Styler: Allows control over the File Explorer interface by injecting custom XAML styles. - Windows 11 Notification Center Styler: Modifies the layout, transparency, and aesthetics of the Notification Center and Quick Settings. Windhawk uses dynamic code injection to implement changes without altering system files, minimizing risks associated with traditional modifications.
Winsage
April 1, 2026
Windows' Reserved Storage feature allocates 5GB to 10GB of SSD space for system files, updates, and temporary data, impacting the usable storage capacity. Users can clear cache and utilize Windows PC Manager to free up space. To disable Reserved Storage, navigate to Settings > System > Storage > System & Reserved, and use the command: DISM.exe /Online /Set-ReservedStorageState /State:Disabled. For SSDs of 512GB or more, the impact is minimal, but for smaller SSDs, reclaiming this space can be beneficial. It is recommended to re-enable Reserved Storage before system updates using the command: DISM.exe /Online /Set-ReservedStorageState /State:Enabled. A minimum SSD capacity of 512GB is advised for a seamless experience, and upgrading or using external storage solutions is suggested for enhanced capacity. Caution is advised with budget SSDs due to potential reliability issues.
Winsage
March 31, 2026
Fastfetch version 2.61 has been released, discontinuing support for Windows 7 and 8, with Windows 8.1 as the oldest supported version. The GPU module on Windows now uses DXCore for improved detection accuracy, available only on Windows 10 and later. In the Windows Subsystem for Linux (WSL), the GPU module has been optimized for speed but may have reduced accuracy due to the removal of directx-headers. On Linux, Fastfetch has transitioned to a pure C implementation, enhancing performance and simplifying the build process. New features include a brightness option for color display, detection of Bluetooth keyboards on Linux, display of empty memory slots, support for GlazeWM detection, identification of marketing product names on Asahi Linux, and recognition of M5-based Mac models on macOS. Improvements in hardware detection and system reporting have been made across all platforms, with enhanced SMBIOS data handling and reliability for Intel-based Macs. Stability improvements for terminating child processes on Windows have also been implemented. Critical fixes address missing memory device reporting, CPU cache deduplication issues, accurate window manager version reporting for niri, SSID decoding problems, and a Windows-specific issue affecting the command prompt code page.
Search