Microsoft has tucked away a collection of genuinely useful customization tools throughout Windows 11, far from the familiar Personalization settings page. A July 2025 breakdown by How-To Geek highlights six such features — from a built-in taskbar 'End Task' option to system-wide live captions — that can streamline your workflow without any third-party downloads. Most are officially supported and stable, but a couple require careful handling.
The Tweaks You’ve Probably Missed
These aren’t just cosmetic add-ons. Here’s what’s actually available beyond the Personalization tab:
Taskbar ‘End Task’ and File Explorer Controls
Navigate to Settings > System > Advanced (previously labeled ‘For developers’). Here, you’ll find a toggle to “End task” — flip it on, and right-clicking any running app icon on the taskbar now offers a quick force-quit option. It’s the fastest way to kill a frozen program without launching Task Manager.
The same page holds File Explorer comforts: toggles to show file name extensions, reveal hidden and system files, and display the full folder path in the title bar. Showing extensions is a basic security hygiene step; the other two are situational.
Screen Savers (Yes, Still There)
Type “screensaver” into Windows Search and open “Change screen saver.” The classic dialog appears, complete with Photos, 3D Text, and other vintage options. Microsoft no longer promotes screen savers — sleep mode saves more energy — but they remain fully functional and supported, according to Microsoft’s own support documentation.
Accessibility Hub: More Than Meets the Eye
Settings > Accessibility is a goldmine of tweaks that benefit everyone, not just users with disabilities:
- Text size: Adjust it independently of display scaling, so icons and windows stay sharp while words get larger.
- Cursor and pointer: Make your mouse pointer easier to spot with custom size and color, and add a visual indicator when you press Ctrl.
- Color filters: Apply a grayscale or colorblind-adaptive filter system-wide.
- Contrast themes: Choose high-contrast themes that also work as dark modes with extra definition.
- Visual effects: Disable transparency and animations with a single toggle — a quick way to eke out performance on older hardware.
- Live captions: The standout feature. Press Win + Ctrl + L or enable it here, and Windows automatically captions any audio playing through the system, whether local media or a streaming video. It works offline for many audio sources and is remarkably accurate.
Granular Animation Control
The Accessibility toggle kills all animations, but maybe you just want to banish the fading tooltips while keeping smooth minimize/maximize effects. Search for “View advanced system settings,” open the System Properties dialog, click Settings under Performance, and deselect specific effects like “Fade or slide menus into view” or “Animate controls and elements inside windows.” This veteran Control Panel page remains untouched by modern settings design.
The Power User Registry Hacks (Approach with Care)
Two PowerShell tweaks can alter Windows 11’s behavior more deeply, but neither is officially sanctioned by Microsoft.
-
Restore the old context menu: The Windows 11 right-click menu frustrates many users by hiding options behind “Show more options.” Running
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
as admin and rebooting restores the classic full context menu. To undo:
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f -
Kill Bing in search: Until Microsoft delivers a promised toggle in Privacy & Security > Search (currently in Insider builds), you can suppress web results with:
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Search /v BingSearchEnabled /t REG_DWORD /d 0 /f
This doesn’t remove Microsoft Store results, but they typically appear at the bottom.
Both registry edits are user-specific and can vanish after a feature update. Always create a system restore point or export the affected key before tinkering.
What This Means for You
Everyday Users
You gain immediate quality-of-life improvements without installing anything. End Task alone can save minutes of frustration. Live Captions make video calls and podcasts more accessible in noisy environments. Showing file extensions helps avoid malware disguised as PDFs or images.
Power Users and Gamers
Granular animation control lets you shave off visual flab while keeping the UI fluid where it matters. Disabling web search cleans up local results and sends a clear signal to Microsoft about your preferences. The classic context menu revives muscle memory from a decade of Windows usage.
System Administrators
The Advanced page options are safe to enable via Group Policy or MDM, as Microsoft documents them for enterprise deployment (see the taskbar configuration policy on Microsoft Learn). In managed environments, stick to officially supported paths: show extensions, enable End Task, and control animations through documented policies. Avoid deploying registry hacks across fleets — they’re fragile and can cause inconsistent behavior after updates.
How We Got Here
Windows 11’s settings journey has been a slow migration from Control Panel to a modern UI, leaving useful features stranded in between. The old Screensaver dialog, Performance Options, and certain Accessibility sections are remnants that still function because Microsoft hasn’t rebuilt them into the new Settings app. Meanwhile, features like End Task and file extension toggles were deliberately placed under “Advanced” to keep the main interface simpler for general users. The registry tweaks exist because power users demanded ways to revert changes like the simplified context menu and integrated web search, which Microsoft introduced without instant off-switches.
What to Do Now — Step by Step
Here’s a priority-ordered action list:
- Enable End Task: Settings > System > Advanced. Flip the switch. It’s safe and instantly useful.
- Set up Live Captions: Accessibility > Captions. Toggle on, and learn the keyboard shortcut (Win+Ctrl+L). No downside.
- Show file extensions: Also under Advanced. Protects you from masquerading malware.
- Tune animations: If your PC feels sluggish, open the Performance Options dialog and uncheck individual effects you find distracting. If you want maximum responsiveness, use the Accessibility toggle instead.
- Explore Accessibility: Increase text size, enlarge your pointer, or try a color filter if you stare at screens all day.
- Registry tweaks: Only if you’re comfortable with the risk. Create a restore point first. The context menu hack is more likely to break with future updates; the search registry edit is relatively low-risk and easily reverted.
For enterprise or shared machines, consult official Microsoft documentation and use Group Policy objects rather than per-machine registry edits.
What to Watch Next
Microsoft is slowly moving more controls into Settings, but the pace is uneven. An upcoming toggle for web search in the Settings app (already in Insider builds) will make the registry hack obsolete, possibly before the end of 2025. The old context menu hack has already broken once after a Windows release and may break again; Microsoft has shown no sign of officially supporting a classic-menu restoration. The End Task option and File Explorer settings are likely to remain in their current forms, but don’t be shocked if they move to a different Settings category in a future update. The lesson: Windows 11’s “hidden” settings are worth learning now, because they might shift or vanish later.