Vue lecture

Forget PowerToys, Windows 11 needs this feature immediately

Microsoft needs to copy a new feature that makes it easier to multitask on Windows 11. But rather than Sherlocking a third-party app, Microsoft just needs to copy a concept proposed for its own app, PowerToys.

Every once in a while a feature gets added to PowerToys that makes me wonder "why isn't this part of Windows?" FancyZones immediately comes to mind, and Microsoft seems to agree since improved snapping in Windows 11 takes inspiration from that feature.

PowerToys may have another winner on its hands in AltWindowCycle, though I think a new name may be needed.

The utility allows you to switch between windows with a keyboard shortcut. It's similar to Alt + Tab, but it works within a single app. Clint Rutkas explained the tool in a GitHub pull request:

"Introduces a new utility: AltWindowCycle to quickly switch between windows from the same process using Alt + `. It works like Alt + Tab, but scoped to the app you’re already in. Perfect for juggling multiple browser windows, terminals, or editor instances."

AltWindowCycle is still in its early stages. If it is finished and made a part of PowerToys, I hope it also makes its way to Windows 11.

If it does become part of Windows 11, AltWindowCycle would help Microsoft's operating system catch up to macOS and some Linux distros, which use either Alt + \` or Cmd + ` to cycle through windows of the same app, albeit a bit differently.

Many PowerToys features are niche and would be considered bloat by non-power users if included with Windows 11. But a small shortcut that makes multitasking easier would be a natural addition to Windows 11, especially since AltWindowCycle works similarly to the well-known Alt + Tab shortcut.

This collection of utilities includes a large library of features to enhance the Windows experience. PowerToys is designed with power users in mind, but it has handy features for people who just use their PC for everyday computing too.

Free at GitHub | Free at Microsoft Store

Click to join us on r/WindowsCentral

Join us on Reddit at r/WindowsCentral to share your insights and discuss our latest news, reviews, and more.

Windows 11 Start Logo

Windows 11 Start Logo

  •  

This free app puts Microsoft to shame by bringing widgets to the Windows 11 taskbar

I love widgets. Microsoft seems much cooler on the concept. Sure, Windows 11 has a Widgets Panel, but it's barely useful due to its lack of quality widgets. That's why I was so excited to see WidBar highlighted on Reddit.

WidBar is a new app that allows you to add widgets to the empty spaces of the Windows 11 taskbar. It's still in beta, but it's off to a promising start.

The developer of WidBar, Andrea Del Bello, shared the app and detailed its progress.

At the moment, WidBar only has a pair of widgets: "Now Playing" and "System Metrics." They're basic but they do a good job showcasing the app.

Within WidBar, you can drag and drop widgets into a preview of your taskbar. Different widgets can be placed on various monitors.

This free app lets you add widgets to the empty spaces in the Windows 11 taskbar. It's still in beta, so it only has two widgets available, but developers can create their own widgets using templates.View Deal

Any developer can make widgets for WidBar. Del Bello explained how that works on Reddit:

"Each widget is just a small packaged app that you publish to the Microsoft Store like any other app, and WidBar picks it up on its own: there's no separate plugin store, no manual install into WidBar, and no approval from me. The moment your widget is installed from the Store, WidBar recognizes it automatically, it appears in the catalog, and the user can drop it onto the taskbar."

Del Bello also provided a template for making WidBar widgets on GitHub.

Putting Microsoft to shame

Windows 11 Widgets panel

The Widgets Panel only has 56 widgets available.

WidBar has two supported widgets right now and is still in beta, but it already surpasses Windows 11's Widgets Panel in an important way.

Incredibly, the Widgets Panel lacks a Now Playing widget from Microsoft. Windows 11 has those controls, but they appear in the Action Center. That shows how much Microsoft thinks about the Widgets Panel.

There is a widget made by Stefan vd called "S Media Controls" that seems to fill the gap, but I've only used it briefly in testing.

Even if you give Microsoft the benefit of the doubt and argue having audio controls in the Action Center and the Widgets Panel, it won't take much to catch up.

With just two supported widgets, WidBar is well on its way to beating the Widgets Panel. There are a grand total of 56 widgets in the Microsoft Store for the Widgets Panel. And that count includes "My Tic-Tac-Toe" and several entries that appear to be money grabs that offer little functionality.

Add a clock, a calendar, a recent files shortcut and WidBar is almost 10% of the way to the entire Widgets Panel ecosystem.

Click to join us on r/WindowsCentral

Join us on Reddit at r/WindowsCentral to share your insights and discuss our latest news, reviews, and more.

Windows 11 desktop showing a widget for controlling music and the settings of an app for widgets.

Windows 11 desktop showing a widget for controlling music and the settings of an app for widgets.

  •  

A bunch of bugs that broke PowerToys have been squashed

PowerToys just received a small but important update that brings the app to version 0.100.1. The update focuses on fixes to version 0.100.0 of the app, which included a bunch of new features.

Normally I wouldn't cover a small update to an app, but in this case the bugs prevented core features of PowerToys from working. Luckily, the bugs have been squashed.

One issue caused keys that had been remapped to non-modifier keys to be delivered as system-key events. An example of that is mapping Alt to Backspace could result in deleting whole words instead of individual characters.

Another bug prevented monitors from waking from standby after selecting On through Power Display.

The developers of PowerToys log all the changes to the app on GitHub.

This collection of utilities includes a large library of features to enhance the Windows experience. PowerToys is designed with power users in mind, but it has handy features for people who just use their PC for everyday computing too.

Free at GitHub | Free at Microsoft Store

View the full changelog ↴

PowerToys v0.100.1

Highlights

  • This patch release fixes several important stability and behavior issues identified in v0.100.0 based on incoming reports. Check out the v0.100.0 notes for the full list of changes.

Color Picker

  • Fixed a bug where the main Color Picker window could appear inside the zoomed-in picker view in #48762 by @daverayment

Command Palette

  • Fixed Run history initialization in AOT builds in #48463
  • Fixed a bug where the Performance Monitor dock item could show ??? after restart in #48682 by @giruuuuj
  • Fixed the Hibernate command using the Sleep icon in #48689 by @MrBisquit
  • Limited the "pin to dock" dialog to displays where the dock is enabled in #48723

Keyboard Manager

  • Fixed modifier keys remapped to non-modifier keys being delivered as system-key events, which caused unexpected behavior in apps such as Alt-to-Backspace deleting whole words in #47192 by @oMatheusmol

Power Display

  • Fixed a bug where selecting On in the monitor power-state control did not wake a monitor from standby in #48628
  • Fixed built-in display detection and brightness control on dual-GPU laptops where the internal panel is driven by the discrete GPU in #48637

PowerToys Run

  • Fixed VS Code Workspaces discovery after VS Code moved recently opened workspace data to shared storage in #47505

Quick Access

  • Fixed Quick Access flyout crashes caused by unhandled XAML exceptions during launch or page navigation in #48457

Shortcut Guide

  • Fixed a crash when navigating between Shortcut Guide sidebar sections in #48481
  • Fixed number-key rendering in shortcut manifests and added a Postman shortcut manifest in #48461 by @brycewc
  • Updated bundled shortcut manifests to use the literal number-key token so number keys render correctly across apps in #48757 by @brycewc

ZoomIt

  • Fixed a race condition in audio initialization for ZoomIt video recording in #48685 by @MarioHewardt

Power Display is one of my favorite utilities in PowerToys. It allows you to manage the brightness and other settings of your external monitor through a series of flyouts. It saves me the hassle of reaching around the bottom or back of my display to adjust settings with awkward buttons.

The recently fixed bug took away core functionality of Power Display, so I'm happy to see it addressed.

Click to join us on r/WindowsCentral

Join us on Reddit at r/WindowsCentral to share your insights and discuss our latest news, reviews, and more.

A laptop screen displaying Windows 11, featuring the "Grab And Move" settings window of PowerToys. The desktop background is colorful and vibrant.

A laptop screen displaying Windows 11, featuring the "Grab And Move" settings window of PowerToys. The desktop background is colorful and vibrant.

  •  

Discord boosts performance on Snapdragon X PCs by releasing a native Arm app

Discord has released a native Arm build for Windows on Arm, improving performance on Snapdragon X PCs.

Studio photos of the 2026 ASUS Zenbook A16 laptop featuring the new Qualcomm Snapdragon X2 Elite Extreme processor.

PCs with Snapdragon X processors have a growing library of native applications that now includes Discord.

  •  

I knew Linux PCs would get a free pass from California's controversial age-verification law for operating systems

California lawmakers move to exempt Linux from the state’s new age-verification law, set to take effect January 1, 2027.

WINUX is a Windows-inspired Linux distro that lets you enjoy Windows 10 and Windows 11 design elements.

WINUX is a Windows-inspired Linux distro that lets you enjoy Windows 10 and Windows 11 design elements.

  •  

Microsoft reverses course on Edge password handling but denies users were ever at risk

Microsoft is patching an Edge behavior that left passwords in system memory, despite claiming the risk was within its expected threat model.

In this photo illustration a Microsoft Edge logo of a web browser developed by Microsoft is seen on a smartphone and a pc screen.

In this photo illustration a Microsoft Edge logo of a web browser developed by Microsoft is seen on a smartphone and a pc screen.

  •  

Microsoft Edge ditching Copilot Mode means more AI in your browser, not less

Microsoft is retiring the dedicated Copilot Mode in Edge. AI features will instead appear throughout the browser, including Edge's mobile version.

Copilot Mode on Microsoft Edge

Microsoft has retired Copilot Mode for the Edge browser, choosing instead to integrate AI features directly into Edge.

  •  

Reddit is now blocking your access to its mobile website, forcing users into its app instead: "I just won't use Reddit anymore"

Reddit’s website lockout on mobile marks another chapter in enshittification, frustrating users who prefer browser access.

The Reddit logo appears on the screen of a smartphone that rests on top of a laptop keyboard.

The Reddit logo appears on the screen of a smartphone that rests on top of a laptop keyboard.

  •  

Google Chrome is quietly installing a 4GB AI model on devices and users are not happy about it

Google Chrome is quietly pushing a 4GB AI model onto devices and reinstalling it if removed. The company says it is designed to protect your privacy when using AI features.

A man in a suit peers over a laptop displaying a large Chrome logo. The setting is an office.

Google says it's trying to protect your privacy.

  •  

Microsoft Teams will add new protections as attackers target external calls with brand impersonation tactics

Microsoft Teams is adding Brand Impersonation Protection for external VoIP calls. The feature warns users when a first‑contact caller appears to be posing as a trusted organization. It arrives as attackers increasingly target external Teams calls.

The Microsoft Teams app on a laptop arranged in New York, US, on Tuesday, June 25, 2024. Microsoft Corp. risks a hefty European Union fine after regulators accused the company of abusing its market power by bundling the Teams video-conferencing app to its other business software. Photographer: Gabby Jones/Bloomberg via Getty Images

Teams will soon warn you when an external caller appears to be posing as a trusted organization.

  •  

Microsoft Edge is removing its Sidebar to cut clutter while leaving the ever-controversial Copilot untouched

Microsoft Edge will soon remove the ability to pin apps and websites to the Sidebar. Microsoft says the change is part of simplifying Edge, but the move leaves Copilot in place and removes a feature many people rely on.

New Copilot features for the Microsoft Edge browser announced on October 23, 2025.

Copilot has avoided being part of Microsoft's efforts to simplify Edge.

  •  

File Explorer feels outdated again after this Files update

Files 4.0.39 adds a customizable toolbar that makes Windows 11’s File Explorer feel outdated. Here’s why Microsoft should copy the feature and what the update includes.

Files 4.0 app promotional images on an ASUS Zenbook laptop screen.

A new Files update highlights another gap in File Explorer. Microsoft should copy it.

  •  

How to move the Windows 11 Taskbar and restore the classic look

One of the big frustrations in Windows 11 is the Taskbar, be it how it looks or the fact you can't move it. But this free, lightweight app is a simple way to do that while also giving it a nostalgic look.

An image of a Lenovo ThinkPad showing the Windows Central homepage open in Google Chrome with a Windows Vista style Taskbar thanks to the RetroBar app.

A modern laptop, but with a little Windows Vista flair.

  •  

Microsoft Edge for mobile could make me ditch Chrome for good: Free YouTube background play without interruptions

Google hid YouTube background play behind a paywall, but Microsoft Edge Canary just brought it back for free.

In this photo illustration a Microsoft Edge logo of a web browser developed by Microsoft is seen on a smartphone and a pc screen.

In this photo illustration a Microsoft Edge logo of a web browser developed by Microsoft is seen on a smartphone and a pc screen.

  •  

Sniffnet is my new go-to app for network monitoring — Free, open-source, and taking on GlassWire and Wireshark

I came across Sniffnet the other day, and after installing it on my PC, I can safely say it's sticking around. It's a free and open-source network monitor that's easy to use, efficient, and quite deep. Here's what you need to know.

Sniffnet dashboard with a dark blue and yellow theme displays network traffic. Graphs, numerical data, and lists of hosts, services, and programs are shown. The background is a blue abstract design.

Sniffnet's overview page displayed on a Windows 11 desktop.

  •  

"Users can now simply ask what happened": AppControl's optional AI integration gives you in-depth PC diagnostic history in plain English — It works with popular LLMs, but I'll use offline models for added security

AppControl has replaced Task Manager on my PCs, and it seems like it's just getting started. The latest update adds optional AI integration that answers questions regarding system history, which is basically like having your own private IT tech inside your system.

AppControl AI integration

AppControl AI integration

  •  

Our friends at Tom's Guide are upgrading: Here's what it means, and how our sister site's overhaul affects Windows Central

Our sister site, Tom's Guide, just launched its overhaul, featuring all-new shopping tools and exciting prospects for the future. Here's what it all means.

Tom's Guide homepage with new layout for 2026

Tom's Guide has a brand new look for its home page.

  •  
❌