The Great UAC Debate!


UAC  

1412 members have voted

  1. 1. Do You Use UAC?

    • Yes
      477
    • Yes, On "Silent Mode"
      91
    • No (I use an Admin Account)
      496
    • No (I use a Standard Account)
      39
    • I don't use Windows Vista
      118
  2. 2. Have You Ever Been Saved By UAC?

    • Yes
      226
    • No
      932
    • I don't use Windows Vista
      106


Recommended Posts

So what happens if I download some freeware app and UAC tells me that 'This app wants to access your computer'?

If I click Deny - it closes.

If I click Allow - it'll be able to do what it wants. Since I obviously want to run the program since I dbl-clicked it - I'll most likely click allow anyway, due to the fact that there are no details.

Where's the 'Details' button?

There is a "details" button. It tells you the command line that is being invoked with High integrity level.

If you want to run something, and you trust it not to damage your system, then yes - you will click yes and the application will be able to run. However, most applications do not require administrator privileges to run, so UAC allows you to run them with more limited access. Then when the application (IE, Firefox, AIM, Outlook, Thunderbird, whatever) gets attacked through a vulnerability in its code, it is prevented from doing significant damage and in many cases will fail altogether.

UAC isn't about preventing untrustworthy applications from being installed. It is about preventing trusted everyday applications from being hijacked via remote code execution exploits. It's what lets IE run in its Protected Mode sandbox, which has stopped every single IE vulnerability against Vista so far from being effective. It's what lets the shell run previewers in Low integrity level to prevent malicious files from targetting vulnerabilities in previewers.

In the most sophisticated case, the attack would result in a UAC dialog appearing out of nowhere. For example, you clicked on an e-mail message or accepted an IM request and a UAC dialog appeared out of nowhere. Hopefully, you would click "cancel."

Well - with faster CPUs on the market and users being able to run so much stuff at the same time - there's less [what's the word] 'area' that you can call 'nowhere' from which a UAC prompt is triggered? Hopefully you get what I'm saying.

I'll wait for a reply then unsub from this thread.

My experiencew with UAC:

Setup a few Vista PC/Laptops over Christmas. UAC kicked in at times I would expect it it - anything installing or changing the system in a more than trivial way. A simple "Yes" or "Yes and don't remind me again" and job done.

It DID NOT get in the way of "average" usage of the systems.

Will I leave it enabled? Yes - it seems to be a nice common-sense interface to a good layer of protection.

Your choice? Sure, leaving UAC on or off is up to each user - however I have a real problem with trolls jumping into every forum pushing their "Disable UAC" agenda on users who could benefit from its protection.

Well - with faster CPUs on the market and users being able to run so much stuff at the same time - there's less [what's the word] 'area' that you can call 'nowhere' from which a UAC prompt is triggered? Hopefully you get what I'm saying.

I'll wait for a reply then unsub from this thread.

Sorry, not following what you're trying to say.

Why is it still true that if a file has any type of "installer" text in the filename, it prompts for elevation even if not needed? (as described in this article from almost a year ago, with quotes from Mark Russinovich).

Also, wasn't Mark Russinovich quoted as saying UAC will in the near future be made malware's b*tch. Well, not those words exactly, actually "malware will thrive, even with Vista's UAC".

Why is it still true that if a file has any type of "installer" text in the filename, it prompts for elevation even if not needed? (as described in this article from almost a year ago, with quotes from Mark Russinovich).

That's done because older installers are not going to be signed, and will start without Admin privileges, then just fail in the middle of setup.

Also, wasn't Mark Russinovich quoted as saying UAC will in the near future be made malware's b*tch. Well, not those words exactly, actually "malware will thrive, even with Vista's UAC".

It's because malware will have to either piggyback on installers, which users will be elevating without question, or get used to running without Admin privileges. It's not going to stop malware, that's not its job, and malware authors will quickly adapt to running with limitted privileges (It's not like you need to be an Admin to send out spam, or anything)

Just got a new computer, and for the first time since Beta 2 I've left UAC enabled on there.....and **** its a pain in the ass. It prompts you for everything, and you also never know if a program will fail because it's not configured properly to either elevate or run in user mode. Granted, the latter isn't UAC's problem, it's still annoying on the part of the applications themselves. I ended up disabling secure desktop because the flicker was giving me a headache, I'll probably keep the prompts though since it's going to be used on untrusted networks.

I like UAC personally (though I went through an initial period of annoyance). Anything that brings Windows more in line with the Linux security is a good thing in my opinion.

I would like to see more UAC improvements in the future. A level between consent and credentials would be nice. For example if I'm moving files in "Program Files" a consent box would be appropriate I feel; however if I'm running an installer for something I'd prefer to have to give my credentials to proceed. It would also be nice to be able to run an elevated explorer window (this would be better than a consent box), like how you can with Nautilus on Linux. I guess you can do this with a shell prompt but it would be nice. It would also be quite handy when prompted to be able to keep the elevated status for a set period of time (say a minute or too), again like on some Linux distros.

Overall UAC is great though. There's little reason to turn it off. :)

I would like to see more UAC improvements in the future. A level between consent and credentials would be nice. For example if I'm moving files in "Program Files" a consent box would be appropriate I feel; however if I'm running an installer for something I'd prefer to have to give my credentials to proceed.

The only problem with something like that is that there's really no difference in the privileges being given to the process (Either explorer or the installer), so there's really no point in doing that from a security standpoint. If you're going to be allowing explorer to launch elevated processes with a simple consent dialog, there's no point in the credentials dialog, because you can get explorer to do pretty much anything you want for you.

I use UAC on both my Vista machines. The ONLY time I could see turning it off is when you're re-installing your PC. Being prompted every few minutes gets old really fast. However, I've found that over time you see less and less prompts.

The one thing that I wish MS could do would be to speed up the loading of the consent process. Even on my fast PC at work, it still takes a second or two to load the UAC prompt. If they could make it instant, it would seem much less intrusive.

EDIT: Apparently, it's not a good idea to disable the secure desktop.

Edited by Litespeed
The only problem with something like that is that there's really no difference in the privileges being given to the process (Either explorer or the installer), so there's really no point in doing that from a security standpoint. If you're going to be allowing explorer to launch elevated processes with a simple consent dialog, there's no point in the credentials dialog, because you can get explorer to do pretty much anything you want for you.

I agree with you to an extent. In Linux if I had to work with files outside my home directory I would use this way sometimes over a command prompt because it was easier and quicker. The problem is, where do you draw the line with security? Do you lock out things like this because the user might accidentally install something malicious/do something wrong, or trust they know what they are doing with an elevated file manager window? Perhaps Windows just isn't mature enough in a security sense to handle this yet; home users still need time to adapt too. Conversely Linux is better suited in both respects. It's just where I think UAC could go in the future tbh. :)

If you 'just got a new computers', then you've only just been doing software installation and system setup. Obviously there's going to be a lot of elevation during this time, like any other OS.

Well, from my usage habit on the current computer, I play around with UAC protected stuff on a daily basis, even after the initial installation of programs.

I disagree. By running your machine in a blatantly insecure manner, you are opening up your box to become a DoS or e-mail spamming bot that will affect me personally. Further, it would stop people (like several on this thread) who disable UAC on other peoples machines, or who advise others to out of ignorance.
It's not going to stop malware, that's not its job, and malware authors will quickly adapt to running with limitted privileges (It's not like you need to be an Admin to send out spam, or anything)

I think this is where people get confused about UAC. For something that gets in the way of the user it is a hassle if we can't see a tangible reason to enable it. "UAC is there as a mitigation of attacks against everyday applications" isn't exactly on the high list for most users or administrators. Malware is, whether it is true or not, the reason that most people I talk with that even know what UAC stands for keep it on (as in not that extra box they have to hit yes to from time to time).

Again, I'm not knocking UAC, it serves a legitimate function - to whip application developers in line. It just seems wrong to get all frothy with those who choose to disable it for now. When MS meets its promise to remove all prompts from normal system operations and application vendors get on the same page I think many will revisit it.

I also get prompts running WinRAR with UAC enabled, since it has to be run with Admin Privileges.
WinRAR doesn't need to be run elevated. Are you sure you weren't unzipping to protected folders, or are you sure WinRAR wasn't set to launch as an administrator under the compatibility tab?

I've never had WinRAR try to launch as an admin. I do get a prompt when opening an archive from IE, but that's due to Protected Mode.

I use UAC on both my Vista machines. The ONLY time I could see turning it off is when you're re-installing your PC. Being prompted every few minutes gets old really fast. However, I've found that over time you see less and less prompts.

The one thing that I wish MS could do would be to speed up the loading of the consent process. Even on my fast PC at work, it still takes a second or two to load the UAC prompt. If they could make it instant, it would seem much less intrusive.

EDIT: Apparently, it's not a good idea to disable the secure desktop.

It really depends. UAC is still effective with the Secure Desktop disabled, however, it makes you vulnerable to spoof attacks.

I use UAC on both my Vista machines. The ONLY time I could see turning it off is when you're re-installing your PC. Being prompted every few minutes gets old really fast. However, I've found that over time you see less and less prompts.

The one thing that I wish MS could do would be to speed up the loading of the consent process. Even on my fast PC at work, it still takes a second or two to load the UAC prompt. If they could make it instant, it would seem much less intrusive.

EDIT: Apparently, it's not a good idea to disable the secure desktop.

It's not a good idea to turn off UAC when installing the computer and then enabling it again, as you'll install everythgin withou the virtual storage stuff, and then turning it one.

use silent mode during initial install.

Microsoft have always recommended running with lower privileges, UAC simply gives the user the option to easily run one account and elevate on a per case basis with minimal fuss rather than using "run as" and entering credentials (which is always still an option of course). So really we have the best of both worlds, and I realise this is not normal practice for many Windows home users, but it really is very necessary in the environment most wan connected computers are in today.

In Vista, when I am doing a fresh, clean install of Vista, I will disable UAC so I can go on installing all my software. Afterwards, I will then turn on UAC for security reasons, and security reasons only.

I've always wondered about this. Would turning UAC off, then installing a program that writes to parts of the file system and registry that are supposed to be off-limits in Vista, then turning UAC back on, result in UAC asking the user to elevate when they attempt to start the program? (Whereas, if they had actually installed the software with UAC on, file and registry virtualisation would have worked around this, so that the program would launch without requiring elevation)

Maybe someone who has experimented with this could comment?

I've always wondered about this. Would turning UAC off, then installing a program that writes to parts of the file system and registry that are supposed to be off-limits in Vista, then turning UAC back on, result in UAC asking the user to elevate when they attempt to start the program? (Whereas, if they had actually installed the software with UAC on, file and registry virtualisation would have worked around this, so that the program would launch without requiring elevation)

Maybe someone who has experimented with this could comment?

When I built my PC and installed vista my arse friend turned off UAC(Even though I didn't want him too, I hate it when people turn uac off on others computers) on me when I was installing stuff and I installed my programs and I turned it back on and everything has been working fine.

When I built my PC and installed vista my arse friend turned off UAC(Even though I didn't want him too, I hate it when people turn uac off on others computers) on me when I was installing stuff and I installed my programs and I turned it back on and everything has been working fine.

It can cause data loss for anything written to the Virtual Store.

For instance, let's say I have a program that writes to a file in \Program Files\

I have UAC on, the file is at Version 1.0.

I make a change to the file, so the virtual store has version 2.0, but \Program Files\ still has 1.0.

Now, I turn UAC off. Version 2.0 is in the Virtual Store, so the app won't see it anymore. It'll only see version 1.0.

UAC is still effective with the Secure Desktop disabled, however, it makes you vulnerable to spoof attacks.

Secure Desktop with UAC has nothing to do with spoofing attacks. What are they going to spoof, "haha, we tricked you into clicking Continue on a box that doesn't really do anything! Owned!"

Secure Desktop is there so that you can give consent instead of credentials, in a secure way.

Secure Desktop with UAC has nothing to do with spoofing attacks. What are they going to spoof, "haha, we tricked you into clicking Continue on a box that doesn't really do anything! Owned!"

Secure Desktop is there so that you can give consent instead of credentials, in a secure way.

I figured the secure desktop was better for preventing false input to the prompts.

UIPI should stop them from being able to mess around with the consent process, so the window/sound never occurs, and the dialog never even flickers up, accepting the prompt automatically, but without the secure desktop, nothing stops hijacking the mouse and or keyboard, right.

I mean, does anyone actually ever check to make sure they're on the secure desktop? I mean, taking a screenshot, darkening it, and putting up a fullscreen window that tries its best to keep itself on top, killing off things like alt+tab/flip3d wouldn't be hard, to trick the user into thinking they're on the secure desktop.

I mean, yes, the secure desktop will prevent keylogging, but preventing false dialogs?

I figured the secure desktop was better for preventing false input to the prompts.

UIPI should stop them from being able to mess around with the consent process, so the window/sound never occurs, and the dialog never even flickers up, accepting the prompt automatically, but without the secure desktop, nothing stops hijacking the mouse and or keyboard, right.

I mean, does anyone actually ever check to make sure they're on the secure desktop? I mean, taking a screenshot, darkening it, and putting up a fullscreen window that tries its best to keep itself on top, killing off things like alt+tab/flip3d wouldn't be hard, to trick the user into thinking they're on the secure desktop.

I mean, yes, the secure desktop will prevent keylogging, but preventing false dialogs?

Right. Anyone could make something that looks like the secure desktop. That isn't hard. But as I said, it's not meant to prevent spoofing. If you want to prevent keyloggers, you require CTRL+ALT+DEL.

The darkened screenshot is there as a convenience so that it doesn't look like you're switching desktops... the idea being that it is less jarring. It is darkened so you know that you cannot interact with it. Also, the window that requested the elevation is highlighted (albeit subtly). If you use remote desktop and run something elevated, you know what it actually looks like if that screenshot isn't put there.

If I spend my hard earned money buying Vista, then i should have the option to turn things off/on as and when i want to.

I think all operating systems/software should by law be made to give the buyer a choice of turning things off or on.

An example is the balloon pop-ups in win-xp/vista, they are helpful for people thats learning computers, but for others like me they are just so annoying, so we turn them off. everybody customises their computer the way they like it.

there are all kinds of people in this world who have different opinions and we should respect their comments, so please everybody just think before posting, me included.

I'm hoping future versions will not have an option to disable UAC,

If I spend my hard earned money buying Vista, then i should have the option to turn things off/on as and when i want to.

I think all operating systems/software should by law be made to give the buyer a choice of turning things off or on.

An example is the balloon pop-ups in win-xp/vista, they are helpful for people thats learning computers, but for others like me they are just so annoying, so we turn them off. everybody customises their computer the way they like it.

If you want an off/on option for every function of the OS, build your own. If you aren't happy with the configuration options available in Windows, there are several feedback channels available to you. If that's not good enough, don't buy it. Use something else. If there isn't something that suits your needs, tough luck.

I don't mean to sound crass, but that's simply the reality of capitalism and (relatively) free market. I don't know what country you live in, but I live in the US - where Microsoft is based. It is entirely counter to American values to suggest that a law should require a manufacturer to offer certain features in this way. In fact, the very notion disgusts me. It's such a blatantly selfish, ill-conceived suggestion that I can only hope you wrote that without thinking it through.

Fascist proposals aside - why doesn't Microsoft provide options for everything that could be turned on and off? That answer shouldn't be hard to guess.

If we had to build Windows such that the user could configure every conceivable option that their little hard desired, we'd never ship anything. Forget the time to code it all, the test coverage alone would add years to every release cycle. The added value would be absolutely miniscule and apply to such a fanastically insignificant portion of the userbase that it's difficult to even fathom. Even more important, the experience would undoubtedly be degraded for a much larger set of the population.

Now, why would Microsoft go and remove the option in Vista that disables UAC? For the same reason Microsoft will probably remove support for XP-style display drivers someday. For the same reason that 16-bit DOS, POSIX, and OS/2 support are gone from 64-bit versions of Windows. For the same reason that old APIs are deprecated in every release.

Because maintaining those alternate code paths, especially for something as pervasive as UAC, is expensive. Every legacy subsystem or API that we need to support means less time and resources to build new, better ones. It means more bloat, more compatibility testing for developers, and a larger attack surface for the bad guys.

Heck, supporting legacy architecture is something Microsoft is usually criticized for. And here you go suggesting we should do more of it.

there are all kinds of people in this world who have different opinions and we should respect their comments, so please everybody just think before posting, me included.

My post was well thought-through. Was yours?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • BATorrent 4.1.0 by Razvan Serea BATorrent is a lightweight, open-source BitTorrent client built with modern C++ and Qt 6, offering a clean, fast, and privacy-focused alternative to traditional torrent apps. It supports magnet links, .torrent files, resume data, sequential downloading, per-file priorities, and even imports from qBittorrent. Power users benefit from integrated RSS auto-download with regex filtering, duplicate detection, and automatic tracker lists from Stremio. Streaming is seamless thanks to auto-detected players like VLC and IINA. BATorrent includes robust VPN tools—interface binding, auto-detection for WireGuard-based services like Mullvad and NordLynx, kill switch, proxy support, and IP filtering. A full WebUI enables remote control, while integrations with Plex, Jellyfin, and Emby automate library updates. With themes, speed scheduling, system-tray alerts, and cross-platform support for Windows, Linux, and macOS, BATorrent delivers a polished, high-performance torrenting experience. BATorrent features: Core .torrent file and magnet link support Resume data — picks up where you left off after restart Import torrents from qBittorrent Create .torrent files from any file or folder Sequential download mode Per-file priority control (skip, low, normal, high) Seed ratio limits with auto-pause DHT, PEX, UPnP, NAT-PMP RSS Auto-Download Subscribe to RSS feeds — automatically download new torrents as they appear Regex filters — match only what you want (e.g. 1080p|720p, S01E\d+) Per-feed settings — custom save path, check interval (5–1440 min), enable/disable Auto-download — matched items are downloaded automatically in the background Supports magnet links, .torrent URLs, and tags Tray notifications when items are auto-downloaded Duplicate detection — never downloads the same item twice Stremio Stremio Addon System pre-installed — works out of the box Auto tracker list from ngosang/trackerslist Streaming Play while downloading — stream video files before the download is complete Supports mp4, mkv, avi, mov, wmv, flv, webm, m4v, ts Auto-detects installed players (VLC, IINA, system default) VPN & Privacy Interface binding — lock torrent traffic to a specific network interface (e.g. tun0) Auto VPN detection — identifies VPN interfaces (tun, tap, WireGuard, Mullvad, NordLynx, ProtonVPN) Kill switch — automatically pauses all torrents if the VPN interface drops Auto-resume — resumes only the torrents paused by the kill switch when VPN reconnects Proxy support — SOCKS5 and HTTP proxy with optional authentication IP filtering — load P2P blocklists to block unwanted IP ranges Protocol encryption (enabled / forced / disabled) WebUI Remote management — control torrents from any browser at http://localhost:8080 REST API with JSON responses Add torrents via magnet link or .torrent upload Pause, resume, remove torrents remotely View peers and files per torrent Dark theme matching the desktop app HTTP Basic Auth with SHA-256 password hashing Configurable port and remote access (localhost vs 0.0.0.0) Interface 3 themes: Dark, Light, Midnight (bat/vampire aesthetic) Real-time speed graph Detailed panel with tabs: General, Peers, Files, Trackers Filter bar: search by name, filter by state (Active, Downloading, Seeding, Paused, Finished) Drag & drop .torrent files and magnet links Drag & drop reorder in torrent list System tray with notifications (download complete, kill switch events, RSS auto-downloads) Splash screen with bat animation Bilingual: English and Portuguese (BR), auto-detected from system locale Bandwidth Scheduler Alternative speed limits — set different download/upload limits on a schedule Time range — configure active hours (e.g. 01:00 to 07:00), supports overnight ranges Per-day control — choose which days of the week the schedule applies Automatically switches between normal and alternative speeds Media Server Integration Plex — automatically trigger library scan when a download completes Jellyfin / Emby — same automatic library refresh via API Configure server URL and authentication token/key in Settings System Cross-platform: Windows, Linux, macOS Auto-shutdown — automatically shut down PC when all downloads complete (60s cancellable countdown) Auto-update system (AppImage on Linux, installer on Windows, DMG on macOS) CLI arguments: pass .torrent files or magnet: URIs directly Keyboard shortcuts: Space to toggle pause, Ctrl+A to select all, Ctrl+O to open BATorrent 4.1.0 release notes: A community-driven release: everything here came straight from your reports and requests. It closes the remaining gaps with qBittorrent and fixes the Windows settings/tray/splash issues several of you hit. Fixed Settings now actually save. A whole class of preferences — speed limits (and the alternative limits), max active downloads, seed ratio, listen port, max connections, DHT/uTP/encryption, VPN interface, kill switch and proxy — weren't being persisted and reset to defaults on every launch. They now round-trip correctly. (Thanks to everyone who reported "the upload limit always goes back to 0".) Splash and tray toggles stick on Windows. Turning off the startup animation (or "close to tray") no longer reverts — the Windows registry stored these booleans as integers and the UI was misreading them. Close-to-tray hint. The first time the window hides to the tray you get a one-time notification, so the app doesn't look like it vanished (Windows 11 tucks new tray icons into the overflow). macOS Dock icon size. The icon filled its canvas edge-to-edge and rendered larger than neighbouring apps; it now uses the standard safe-area padding. Native file picker language. The "Torrent file / All files" filter in the open dialog follows the app language instead of being hard-coded. Added — qBittorrent parity Alternative speed limits toggle — a turtle button in the toolbar flips your throttled limits on/off instantly, independent of the scheduler. Follow system theme — switch light/dark automatically with the OS (Settings → Appearance). Pre-allocate disk space — reserve the full file size up front to reduce fragmentation (Settings → Downloads). Recheck data on add — optionally force a hash check when adding a torrent, so existing or partial files on disk are detected. Port status indicator — a 🔴 dot in the status bar shows whether your listen port looks reachable (UPnP/NAT-PMP + listen state; fully local, no external check). Add torrent from URL — File → Add torrent from URL (Ctrl+U) fetches a remote .torrent and routes it through the normal add dialog. Export .torrent — right-click a torrent → Export .torrent to save its metadata file. Already there (in case you missed it) Watch folder — auto-add .torrent files dropped into a monitored directory (Settings → Files). This release just surfaces it. Incomplete files already carry a .!bt suffix until they finish. Under the hood Regression tests for the settings-persistence and Windows boolean bugs. A new Qt Quick Test harness covering the startup splash and the design-system widgets. Download: BATorrent 4.1.0 | 37.5 MB (Open Source) Download: BATorrent Portable | 51.7 MB Links: BATorrent Website | Screenshot | Changelog Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Disabling open on hover, great! That was so stupid! They need to do a fix, where if a network share is disconnected, it doesn't hang when opening "This PC" for 20 seconds.
    • Microsoft releases major feature updates for stock Windows 11 apps by Taras Buria In addition to releasing new Windows 11 preview builds, Microsoft announced that inbox Windows apps now have dedicated release notes in the official documentation. At long last, users have access to all the release notes for each app, with changes listed in chronological order. Microsoft used to announce feature updates for stock apps with each build. Now, with Windows Insider release notes hosted on the Microsoft Learn website, each app has a dedicated space for its changelog, which is very useful for those who want to track new features and improvements. Alongside that, Microsoft dropped massive feature updates for six stock apps: Clock, Media Player, Calculator, Voice Recorder, Photos, and Paint. Each app packs quite a lot of changes and new capabilities, so here are the release notes. Here are quick notes so that you can jump to the app you are interested in the most: Calculator Camera Clock Media Player Paint Photos Sound Recorder Here is what is new for the Calculator in version 11.2605.9.0: More accurate square-root results — Fixed rare cases where a calculation that should equal zero (like sqrt(2.25) - 1.5) returned a tiny leftover value instead. Readable text in High Contrast themes — Settings text now shows the correct colors in the High Contrast Aquatic and Desert themes. Fixed layout for right-to-left languages — For languages like Arabic and Hebrew, the graph, number pad, equation fields, and scroll buttons now appear correctly oriented. Reliable launch after upgrading — Fixed an issue where upgrading from much older versions could leave outdated settings that stopped the app from opening. Here is what is new for the Camera app (version 2026.2605.7.0): Zoom slider works on more cameras — The zoom slider now works on the latest cameras, respects your system zoom settings, and updates instantly when you change those settings. Full range of zoom levels — Fixed an issue where the zoom slider only showed three steps on some devices that zoom in finer increments. Front camera works on more devices — Resolved a problem that blocked the front-facing camera on certain wide-angle devices. More video resolution choices — You can now pick video resolutions that were previously hidden; the app shows a heads-up warning instead of removing them. QR links you can still use — When a scanned QR code points to something with no matching app, the link is now copied to your clipboard (with a notification) while still offering a Store search. Smarter default settings — When you haven't set a preference, the app now follows your system settings by default. The Clock app has a massive changelog with the following improvements in version 11.2605.9.0: Timers keep counting after they hit zero — When a timer runs out, it now keeps counting up (for example, -00:27:31) so you can see how far past the time you've gone. You can turn off the daily goal — Focus Sessions now include an "Off" option so you can skip setting a daily goal entirely. New 15-minute snooze option — Alarms now offer a 15-minute snooze interval. Run up to 3 countdowns at once — The Countdown Widget now supports three simultaneous countdowns, up from two. Timer Widget notifications now appear — Fixed an issue where the "timer finished" notification didn't show when the timer was started from the widget. Less clutter in Focus Sessions — Tasks you've already completed no longer show up in the Focus Session task list. More accurate focus progress — Fixed a rounding issue that could show your daily focus progress as a minute short (for example, 49 minutes instead of 50). Smoother World Clock comparisons — The World Clock compare page now loads dates as you scroll, so it feels more responsive. Up-to-date World Clock locations — Refreshed country and city names to match their current names. Correct sun and moon icons during midnight sun — Fixed an icon that wrongly showed a moon during all-day daylight in polar regions. Fixed back-button behavior in clock comparisons — Pressing back once now takes you back as expected, instead of jumping the date to 1926. Corrected the Newfoundland time zone — Newfoundland now uses the right time zone (St. John's). Disabled alarms stay looking disabled — Editing a turned-off alarm no longer makes it appear turned on. Cleaner timer cards — The expand button is now turned off on timer cards that have no time set, preventing actions that wouldn't do anything. Clearer theme setting — Updated the wording to "Choose your preferred app theme." Smoother Settings links — The "About" links in Settings no longer trigger an unexpected "switch apps" prompt. Fixed spacing in Spotify settings — Corrected uneven spacing in the Spotify settings card. Better focus visibility in High Contrast — The focus highlight in World Clock is now clearly visible in the High Contrast Aquatic and Desert themes. No more double announcements — Screen readers no longer read the timer value twice. Countdown names read correctly — Screen readers now properly announce the name of each countdown. Keyboard focus stays put — Focus no longer disappears after you press the Timer Reset button. Clearer alarm toggle for screen readers — Tidied up how the alarm on/off switch is announced. The Media Player app received plenty of changes as well (version 11.2605.14.0): Custom captions — You can now personalize how closed captions appear, with caption styling tied to your Windows caption settings, plus a quick link to open those settings directly. "Indexing" banner in the play queue — When your media library is still being scanned, a banner now explains why some items may not appear yet. Fixed the look of selected items — Corrected a layout glitch with selected items in lists. Fewer playback failures — Improved how the app recognizes supported file types, so more files play without issues. Playlists need a name — You can no longer accidentally save a playlist with a blank name. Cleaner look for empty playlists — Improved how a playlist appears when it has no items yet. More stable play queue edits — Fixed a crash that could happen when changing the play queue while the app was switching between sessions. Clearer "missing codec" message — Improved the dialog that appears when a file needs a codec you don't have, with clearer guidance on what to do. A big update is also available for Paint in version 11.2605.61.0: Adjustable eraser transparency — You can now control how transparent the eraser is. Cleaner stamp brush strokes — Fixed visible color shifts and artifacts when using stamp-style brushes. JPEG photos save in place — Opening a rotated JPEG and pressing Save now overwrites the original instead of unexpectedly prompting "Save As." No more crash on bad image files — Opening a damaged or invalid image, from within the app, by double click, or commandline, now shows a clear error message instead of closing the app. Classic selection behavior restored — The selection outline now hides while you move, resize, or rotate a selection, just like in classic Paint. Tidier AI image panel — Fixed missing spacing at the bottom of the AI image generation panel for a cleaner layout. Visible button hover in light theme — Toolbar split buttons now show a clear hover highlight in the light theme. Snappier toolbar — Streamlined how the ribbon lays out, giving a small speed boost at startup. Fewer background crashes — Fixed a crash that could happen while background tasks were finishing up. Stable app shutdown — Prevented rare crashes when closing the app. Fixed layer removal glitch — Deleting the active layer no longer leaves the layers list in an inconsistent state. Here is what is new in the Photos app (version 2026.11060.2004.0): AI watermarking — AI-generated or edited images can now carry a visible Copilot watermark. You choose Never, Always, or Ask Every Time in Settings, with a confirmation when saving. The watermarking is off by default in settings. Better viewing of small images and pixel art — Tiny images (like 16×16 pixel art) now zoom in far more to fill the screen and stay crisp instead of looking blurry. Select scanned text with the keyboard — When text is detected in an image, you can now navigate and select it using the arrow keys, Shift+Arrow, Home/End, and Ctrl+A, with a clear focus highlight. Fixed a crash in text recognition — Resolved a crash that could close Photos while detecting text in images; the app now recovers gracefully. Easier keyboard navigation — Tabbing through the navigation bar no longer stops on hidden controls, so it takes a single Tab to move past it instead of three. And finally, here is the Sound Recorder (version 11.2605.1.0): Waveform shows with Bluetooth mics — The live waveform now displays correctly when you record using a Bluetooth audio device. No more stray scrollbar — A non-working horizontal scrollbar no longer appears at the bottom of the waveform unless you've zoomed in. Mark button ready right away — The Mark button no longer looks grayed out until you hover over it after opening the app. Markers hidden for WAV files — Markers are now turned off for WAV recordings, since that format can't store them — so they're no longer lost silently. Smoother deleting — Quickly pressing Delete and Enter to remove several recordings in a row no longer triggers a "file doesn't exist" error. Fixed a memory issue — Resolved a memory leak that occurred each time a recording started. You can find all these changelogs in the official documentation here.
    • again, an article about Microsoft Edge and ridicules hater's comments
    • From this very same article: "For organizations that prefer a “more deliberate pace”, the Extended Stable channel remains an option."
  • Recent Achievements

    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      514
    2. 2
      PsYcHoKiLLa
      170
    3. 3
      +Edouard
      162
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      78
  • Tell a friend

    Love Neowin? Tell a friend!