Command Prompt

Winsage
May 27, 2025
Keeping software up to date is essential for an efficient computing environment, as updates introduce new features and fix bugs. The Windows Package Manager, Winget, allows users to manage software installations and updates via the command line interface (CLI) in Windows 11. To check for updates, users can run the command "winget update" in PowerShell or Command Prompt as an administrator, which shows outdated applications and their current and available versions. For updating a specific application, the command "winget update [application ID]" can be used, while "winget upgrade --all" updates all applications at once. Winget supports various command-line interfaces and has a repository of over 6,000 applications. For users preferring a graphical interface, tools like UniGetUI provide a simpler way to manage updates. Executing "winget upgrade --all" in an elevated CLI window is an easy method for updating all software.
Winsage
May 26, 2025
Microsoft will officially discontinue support for Windows 10 on October 14, 2025. Users are encouraged to upgrade to Windows 11, which has specific hardware requirements including a modern processor, a minimum of 4 GB of RAM, and a TPM 2.0 security chip. To check compatibility, users can use the PC Health Check app. If a device does not meet the requirements, hardware upgrades or firmware adjustments may be necessary. If the BIOS mode is set to Legacy, users must convert the hard drive from MBR to GPT using the command mbr2gpt /convert /allowfullOS. It is recommended to back up data before upgrading. Microsoft is also offering an Extended Security Updates (ESU) option for approximately €27, extending support for an additional year.
Winsage
May 19, 2025
Microsoft introduced a new command-line text editor, Edit on Windows, during its Build conference. This open-source tool allows developers to edit files directly within the command prompt by typing “edit” and is designed to enhance the developer experience. Edit on Windows is less than 250KB in size and includes features such as key bindings for menu options, support for multiple files with ctrl + P shortcut, find and replace functionality with match case and regular expression support, and word wrapping capabilities. The motivation for creating Edit was to provide a default CLI text editor for 64-bit versions of Windows, which previously lacked an integrated command-line editor. Edit on Windows will be available through the Windows Insider program in the upcoming months. Additionally, Microsoft is rebranding Windows Dev Home to Advanced Windows Settings, which will simplify customization for developers and integrate additional features into the main Windows 11 settings interface.
AppWizard
May 14, 2025
Since April 2024, the threat actor Marbled Dust has been exploiting a zero-day vulnerability (CVE-2025-27920) in the Output Messenger chat application, targeting user accounts that have not applied necessary fixes. This exploitation has resulted in the collection of sensitive data from users in Iraq, specifically linked to the Kurdish military. Microsoft has high confidence in this assessment and notes that Marbled Dust conducts reconnaissance to identify potential targets using Output Messenger. Marbled Dust has successfully utilized this vulnerability to deploy malicious files and exfiltrate data. Microsoft notified the application’s developer, Srimax, about the vulnerability, leading to the release of a software update. A second vulnerability (CVE-2025-27921) was also found, but no exploitation of this second flaw has been observed. The zero-day vulnerability allows an authenticated user to upload malicious files to the server's startup directory. Marbled Dust has exploited this flaw to place a backdoor file, OMServerService.vbs, in the startup folder, enabling them to access communications and sensitive data indiscriminately. The attack chain begins with Marbled Dust gaining access to the Output Messenger Server Manager, likely through DNS hijacking or other credential interception techniques. Once inside, they exploit the vulnerability to drop malicious files, including a GoLang backdoor, which connects to a Marbled Dust command-and-control domain for data exfiltration. To mitigate this threat, Microsoft recommends updating to the latest version of Output Messenger, activating various security protections, and implementing rigorous vulnerability management strategies. Microsoft Defender XDR customers can identify potential threat activity through specific alerts related to Marbled Dust and utilize advanced hunting queries for detection. Indicators of compromise include traffic to the domain api.wordinfos[.]com, associated with Marbled Dust activities.
Winsage
May 12, 2025
The Emergency Restart method in Windows 11 can be initiated by pressing CTRL + ALT + DEL and holding the CTRL key while clicking the power button. This prompts a message warning that any unsaved data will be lost and confirms the restart. It serves as an alternative to a hard reset, especially useful for unresponsive computers, and is beneficial for laptops without a dedicated power button. Users have reported successful restarts without adverse effects. Additionally, the Command Prompt can be used to restart the machine by typing "shutdown /r".
Winsage
May 10, 2025
The author has been using Linux, specifically Ubuntu Server, for over a decade for cloud deployments, game server management, and media streaming. They primarily use a MacBook for daily tasks but also require Windows for gaming on a main PC, utilizing Windows Subsystem for Linux (WSL). The author has configured Windows Terminal to manage multiple command-line shells, including Windows PowerShell, Command Prompt, and WSL, all within a single application. Windows Terminal is pre-installed on Windows 11 version 22H2 or later and can be downloaded from the Microsoft Store for earlier versions. The author's Windows Terminal setup opens a WSL environment by default and includes options for Command Prompt, PowerShell, and Developer Command Prompts. They have customized their experience by removing trailing whitespace when pasting, organizing tab order, hiding the title bar, and using a Dark theme with the Monokai Remastered color scheme and JetBrains Mono font. The WSL configuration is set to access an Ubuntu terminal directly. Windows Terminal allows the author to connect to Proxmox hosts or virtual machines via SSH and supports multiple tabs for managing different systems. It features a "Quake" mode for quick command execution and the ability to create automated tools with keyboard shortcuts. The author plans to explore adding SSH profiles for easier server connections.
Winsage
May 9, 2025
Microsoft's WinGet is a command-line tool for managing software on Windows, allowing users to install, update, list, and uninstall applications. UniGetUI is an open-source graphical user interface that enhances WinGet's functionality, making it easier for users to manage software without using the command line. UniGetUI supports various package managers and features batch operations, automatic updates, and custom installation options. To install UniGetUI, users can execute the command winget install --exact --id MartiCliment.UniGetUI --source winget or download it from the Microsoft Store. Users can easily navigate its interface to discover, install, and uninstall packages.
Search