Urgent.News

What's breaking now, across thousands of outlets.

Tech

A hidden Windows 11 file has been quietly filling your drive, and Microsoft never told you

Microsoft continues to treat your drive like it's free real estate

A hidden Windows 11 file has been quietly filling your drive, and Microsoft never told you

Microsoft has rolled out a new security feature called Memory integrity for Windows 11. This feature enhances the security of the operating system's crucial kernel-mode drivers, which have direct access to the system's hardware. Microsoft explains, "Security works best when protection is built in, not bolted on." The company asserts that more devices will soon receive stronger protection by default, with no additional setup required, as Windows quality updates will enable memory integrity protection on eligible devices.

The feature also activates Virtualization Based Security (VBS), further bolstering security capabilities.

While Microsoft views this as a no-brainer, some PC gamers are upset about the feature. They claim that it significantly reduces their gaming frame rates, with some experiencing a 10% hit to their performance. The impact varies depending on the PC's hardware and configuration, with some users reporting noticeable stuttering and jerkiness in the game.

However, newer PCs may not experience much of a hit, while older PCs on the fringes of compatibility may feel more of an impact. Despite the controversy, gamers have the option to turn off Memory integrity if they find it detrimental to their gaming experience.

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

This story

This is one outlet's version. Read the fullest account.

Read the original at xda-developers.com →

More in Tech

The await That Silently Breaks navigator.clipboard.writeText()

Someone on your team ships a "Copy invite link" button. It fetches a fresh, single-use link from the API, then copies it to the clipboard so the user can paste it into Slack. Code review is clean.

  • navigator.clipboard.writeText() fails silently if interrupted
  • navigator.clipboard.write() with promise resolves clipboard issue
  • Requires secure context (HTTPS) for navigator.clipboard

Taming Flutter Infinite Scroll (Part 2): Turning ScrollController into a Reactive State Machine with CubitSignalMixin

The Infinite Scroll Rite of Passage In Part 1: Taming Flutter Infinite Scroll: Why 3 Lines of async* Missed the Point, and How BlocSignal Fixes It , we explored why wrapping mutable state in async*…

  • ScrollController transformed into reactive state container with CubitSignalMixin.
  • Dart's single-inheritance constraint broken by composable mixins.
  • Pattern A: Reactive PagingScrollController separates concerns using boolean signal.

More from Thursday 3 September →