Buried within the sleek, translucent surfaces of Windows 11 lie dozens of interface ghosts—utilities that have remained largely untouched since the days of Windows 95, 7, and 8. A recent deep-dive by How-To Geek uncovers six such tools that still ship with Microsoft’s latest OS, complete with 32-bit icons, outdated dialogs, and all the quirks of their era. These aren’t just nostalgic leftovers; they are fully functional components that power users and IT administrators rely on daily, often tucked away in system folders or accessible only through cryptic Run commands. Their persistent presence reveals a fundamental tension in Windows: the push toward a modern, unified Settings experience versus a 35-year legacy of backward compatibility that Microsoft cannot simply discard.

The Discovery: How-To Geek’s Tour of Windows 11’s Hidden Past

How-To Geek recently set out on a guided tour through the nether regions of Windows 11, seeking tools that predate the modern UI era. By poking around System32 directories, launching .msc snap-ins, and typing legacy commands, the outlet identified six classic utilities that remain fully integrated into the operating system. Many of these haven’t been updated since Windows 7, and some traces reach as far back as Windows NT 4.0 and Windows 95. The discovery isn’t a secret—veteran Windows users have long known these pathways exist—but the juxtaposition of 20-year-old dialog boxes against the fluid design of Windows 11 is striking, and it underscores how deeply backward compatibility is woven into Windows DNA.

The investigation found that while Microsoft continues to migrate functionality to the modern Settings app (introduced in Windows 8 and revamped in Windows 10), critical administrative interfaces remain locked in the past. The reason is pragmatic: rewriting every system-configuration panel from scratch isn’t just a colossal engineering effort; it risks breaking enterprise software and scripts that depend on the old command-line interfaces and GUI paths. As a result, these ghost tools persist, often looking exactly as they did when they shipped in earlier versions of the OS.

Why Do These Relics Still Exist?

Microsoft’s compatibility doctrine is legendary. The company’s sales and engineering teams learned hard lessons from the Windows Vista debacle, where breaking changes to drivers and APIs alienated users and enterprises alike. Since then, each new Windows version has included massive shims and compatibility layers so that old software runs with minimal fuss. That philosophy extends to built-in utilities: if an ISV’s installation routine calls a .cpl file or an IT pro’s PowerShell script launches a .msc console, it must still work. Tearing out those executables would provoke a firestorm in corporate environments.

Another factor is the sheer scale of the codebase. Replacing the Control Panel alone involves rewriting thousands of settings pages, each with edge cases around security, localization, and accessibility. The Settings app has made inroads—handling most consumer preferences like personalization, accounts, and updates—but deeper system configurations (disk partitioning, ODBC data sources, advanced firewall rules) remain the domain of the old MMC-based tools. Microsoft has repeatedly stated that it intends to eventually sunset the Control Panel, yet no firm date has ever been set, and with each passing feature update, the list of migrated items grows at a snail’s pace.

User demand also plays a role. Longtime administrators often resist change; they have memorized the keyboard sequences and mouse paths that lead to the exact dialog they need. A glitzy new Settings page can feel like a layer of friction if it requires extra clicks or obscures the “good old” advanced properties button. For them, the ghost tools are a comfort zone—and a productivity booster.

A Tour of Six Classic Utilities in Windows 11

How-To Geek’s investigation spotlighted six vintage components. Each one can be summoned today on any fully updated Windows 11 machine (tested on build 22631) using the same commands that have worked for decades.

1. The Control Panel (control.exe)

It’s the undisputed king of ghosts. Despite Microsoft’s campaign to move everything to Settings, the Control Panel remains alive and well. Searching for “Control Panel” in the Start menu instantly brings up the classic applet, complete with the category view that debuted in Windows XP. Even more revealing, many Settings pages contain links labeled “More settings” or “Advanced options” that silently launch the legacy Control Panel interface. For instance, the Network & internet section in Settings directs users to the Network and Sharing Center—an unchanged panel from Windows 7—to manage adapter properties or change IP addresses.

Power users know the secret of prefixing “control” with a .cpl file name for direct access. “control desk.cpl” opens Display settings (a relic that overlaps with the modern Display page), while “control netconnections” brings up Network Connections—a window that hasn’t changed since Windows 2000. These shortcuts remain indispensable for scripting and remote support.

2. System Configuration (msconfig.exe)

The System Configuration utility, universally known as MSCONFIG, is a troubleshooting workhorse that dates back to Windows 98. It provides tabs for boot options, services, startup items (now largely superseded by Task Manager’s Startup tab), and system tools like System Restore or Performance Monitor. Under the Boot tab, you can still set a timeout for the boot menu or force a safe-mode boot, options that have no direct counterpart in Settings. The tool’s UI is a fossil: the General tab offers a “Diagnostic startup” radio button that reduces Windows to its bare essentials—a feature that support technicians have relied on for 25 years.

Despite its age, MSCONFIG receives minor updates. In recent Windows 11 preview builds, the Tool tab was reorganized, but the overall layout is frozen in the early 2000s. It’s a prime example of “if it ain’t broke, don’t fix it.”

3. Disk Management (diskmgmt.msc)

Disk Management is the go-to console for creating, shrinking, deleting, and formatting partitions. The Microsoft Management Console (MMC) snap-in debuted in Windows 2000 as a replacement for the text-based Disk Administrator from NT 4.0, and its visual design is virtually unchanged. The top pane lists volumes with a grid of columns (Layout, Type, File System, Status), while the graphical view at the bottom represents disks as horizontal bars. The combination is functional but stark—a far cry from the sleek Storage Sense pages in the Settings app, which can only perform basic cleanup operations.

Why hasn’t it been replaced? Partition management is a low-level operation that touches the kernel’s storage stack. The underlying tools (DiskPart, the VDS service) are used by third-party partition managers and deployment scripts. Any change to the GUI would require a corresponding update to the command-line interface, which could break unattended installations used in corporate imaging. So the 20-year-old UI stays.

4. Registry Editor (regedit.exe)

Few utilities symbolize Windows’ inner workings more than the Registry Editor. It first appeared in Windows 3.1 as Registration Info Editor and took its current familiar form in Windows NT 4.0. Today, regedit.exe in Windows 11 is nearly identical to the version in Windows 7. It still uses a simple two-pane layout, with a tree hierarchy of hives on the left and key values on the right. The icon, a cube assembled from blue and green blocks, hasn’t been updated since the Windows XP era.

The Registry Editor is far too deeply embedded to be replaced. Developers, IT professionals, and power users edit the registry daily to fine-tune hidden settings, apply policies, or remove malware. Microsoft has never attempted to migrate its functionality to a modern UI; instead, it has focused on making the existing tool more robust by adding search-as-you-type filtering and an address bar in recent Windows 10 and 11 releases. Nevertheless, the core experience remains steeped in the 1990s.

5. ODBC Data Source Administrator (odbcad32.exe)

Open Database Connectivity (ODBC) is a relic of Windows’ enterprise past, yet it still shuttles data between applications and database management systems. The 32-bit ODBC Administrator (note the “32” in the filename, a vestige of the transition from 16-bit) provides a dialog to configure DSNs (Data Source Names). Its tabbed interface—User DSN, System DSN, File DSN, Drivers, Tracing, Connection Pooling—has not changed since Windows 2000. The grayscale toolbar icons and the clunky Add/Remove buttons look jarring alongside the fluent design of Windows 11.

There is also a 64-bit version at “c:\windows\system32\odbcad32.exe,” and the 32-bit version lives under “c:\windows\syswow64\odbcad32.exe,” a naming quirk that itself is a legacy of Windows-on-Windows compatibility. Modern alternatives like OLEDB and native database connectors have largely supplanted ODBC in new development, but countless line-of-business applications still rely on it, guaranteeing its survival.

6. Windows Tools—A Folder of Many Ghosts

How-To Geek’s final stop was the “Windows Tools” folder (formerly Administrative Tools), accessible via the Start menu or by typing “Windows Tools” in search. This folder is a curated collection of shortcuts to dozens of classic management consoles: Component Services (dcomcnfg), Computer Management (compmgmt.msc), Event Viewer (eventvwr.msc), Local Security Policy (secpol.msc), Performance Monitor (perfmon), Services (services.msc), and Task Scheduler (taskschd.msc), among others. Each opens an MMC snap-in that looks frozen in time. The Services snap-in, for example, still uses the same gray grid and column set (Name, Description, Status, Startup Type, Log On As) as its Windows 2000 predecessor.

Although Microsoft has created modern replacements for some of these—Windows Terminal for command-line tasks, the Game Bar for performance monitoring—the legacy consoles remain the only way to access advanced features. Editing Group Policy, reviewing security audits, or configuring Windows Firewall with Advanced Security still forces you into these vintage interfaces.

The Clash of Eras: Settings vs. Ghost Tools

This duality creates a disorienting user experience. A newcomer to Windows 11 might click through the airy Settings app to change the desktop background, but when they need to set up a VPN conditionally, they are suddenly dumped into a Control Panel dialog that looks like it shipped with Windows 95. The cognitive whiplash undermines the polish Microsoft’s designers have labored to achieve.

For Microsoft, the challenge is not just technical but philosophical. The company has long signaled that the Settings app is the future, yet progress is incremental. Windows 11 22H2 moved a handful of Control Panel pages, like Uninstall Programs, into the Apps section of Settings, but classic applets like Backup and Restore (Windows 7) remain untouched. The “System” category in Settings has absorbed About, Storage, and Display, but advanced system properties (sysdm.cpl) still open the vintage System Properties window. Each update tiptoes forward without ever declaring a definitive migration.

Who Benefits from These Ghosts?

Ironically, the same community that criticizes Windows for being inconsistent often relies on these tools most. System administrators managing fleets of devices depend on the predictability of the old interfaces; custom management scripts that use msconfig /general or control schedtasks are too valuable to rewrite. IT departments also train their junior staff on the “classic” methods, ensuring that institutional knowledge passes down, even as the UI changes around them.

Home users who tinker with their PCs—gamers, modders, and privacy-conscious enthusiasts—frequently turn to the Registry Editor to disable telemetry or to the Disk Management console to set up dual boots. These communities have built entire wikis full of instructions that assume the classic tool pathways. Breaking those pathways would invalidate years of online support content.

The Risks of Keeping the Relics

Yet there are downsides. Maintaining duplicate interfaces drains engineering resources—every legacy module must still be tested against Windows 11’s security moats, display scaling, and accessibility standards. The old tools often don’t respect dark mode; launching regedit at night zaps the user with a bright white background. They also lack touch-friendly controls, an important consideration as Windows spreads to tablets and foldables. Security-wise, the more entry points exist into the system’s underbelly, the larger the attack surface for malicious actors who might exploit forgotten code paths.

Microsoft has occasionally pruned the deadwood. Windows 11 originally removed the classic Paint and WordPad desktop apps, which had survived for decades but were deemed redundant with modern alternatives. Could the ghost tools suffer a similar fate? Probably not without a fully baked replacement. Migrating Disk Management to the Settings app would require a new disk-paritioning API that all downstream software must adopt—a multi-year project with little visible payoff for consumers.

What’s Microsoft’s Plan?

Officially, Microsoft states that it is “listening to customer feedback” and continues to “modernize” Windows components. In practice, the migration is driven by internal bandwidth and the loudest enterprise customer demands. Features that remain in the legacy stack are often those where the Settings alternative would require rebuilding a complex wizard (like creating a new partition or troubleshooting startup). Until the Settings team catches up, the ghosts earn a stay of execution.

For users, the lesson is clear: don’t expect these utilities to vanish overnight. Learning a handful of Run commands—compmgmt.msc, lusrmgr.msc, wf.msc—will remain a valuable trick for years to come. And for those who find the mix of old and new jarring, the classic tools at least offer a consistent UI that spans two decades. As one forum observer put it, “The day Microsoft kills the Control Panel is the day I switch to PowerShell for everything.” That day seems distant, and until then, the ghosts of Windows past continue to rattle their chains in the depths of Windows 11.