Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Windows is losing a command-line tool that dates back to the Windows 2000 days

Microsoft recently released a new Insider Preview Build of Windows 11, giving unpaid beta testers an early look at features headed to the stable release. Tucked into the changelog for Preview Build 26100.9267/26200.9267 is confirmation that this marks the beginning of the end for WMIC. Read Entire Article

Windows is losing a command-line tool that dates back to the Windows 2000 days

Microsoft has announced that WMIC, a command-line tool dating back to Windows 2000, will be phased out in upcoming Windows 11 versions. This decision to retire WMIC, which offered powerful ways to interact with a computer's hardware and software ecosystem, comes after Microsoft flagged the tool as deprecated in 2016 for Windows Server 2012.

Initially available as an on-demand download in Windows 11 since 2022, WMIC will be entirely eliminated from the operating system starting in August 2026. Despite being a core component of the Windows Management Instrumentation (WMI) framework, which has been part of every Windows release since Windows 2000, WMIC will be replaced by more efficient alternatives.

Microsoft's push for this change is driven by the desire to simplify the Windows ecosystem and improve productivity and security by encouraging users to migrate to PowerShell, a more modern and powerful command-line environment. Developers and power users who have relied on WMIC scripts for tasks such as checking hardware components and Windows product keys are advised to transition to PowerShell or programmatically interact with WMI using supported languages like C++, .NET, or VBScript.

Written by urgent.news from TechSpot's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at techspot.com →

More in Tech

Has your license plate been tracked by Flock? Here's how to check.

The website HaveIBeenFlocked has compiled a database of 4.6 million license plate records that have appeared in roughly 242 million Flock searches.

  • HaveIBeenFlocked.com lets public check if license plate searched in Flock's system.
  • Website uses data from audit logs of Flock's 242 million searches, not storing user info.
  • Flock's cameras track license plates for law enforcement, but system has misuse allegations.

Block Scope in JavaScript

Block scope is an important concept in JavaScript. It means that a variable can be accessed only inside the block where it is declared. A block is usually written using curly braces { } .

More from Monday 17 August →