惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
有赞技术团队
有赞技术团队
博客园_首页
IT之家
IT之家
爱范儿
爱范儿
量子位
小众软件
小众软件
Jina AI
Jina AI
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
The Cloudflare Blog
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
雷峰网
雷峰网
V
Visual Studio Blog
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题

Latest from Windows Central

"An unmatched upgrade opportunity": Intel's new Core Series 3 mobile CPUs target "value buyers"… "There are over 5,700 combinations.": I attended Panasonic's USS Intrepid press conference and saw 10Gbps, Wi‑Fi 7 and on‑device AI in the new Toughbook 56, but should you swap out your Toughbook 55? "We "So Mac folks feel comfortable": Microsoft Microsoft thinks you'll want an Xbox Controller and 1 year of Microsoft 365 and Xbox Game Pass over a MacBook Neo "Microsoft fired the skilled people, leaving flowchart followers": Microsoft's Security Response Center is being blamed for the zero-day BlueHammer exploit leak, but I can't tell who's right "Thank you to every Greymane": Crimson Desert shows no signs of slowing down, topping over 5 million sales… "Another all-round excellent mini PC:" Beelink's discounted desktop is fantastic for intensive work and… Xbox's Starfield gets Nintendo Switch 2 rating days after its PS5 release, keeping hopes for a port of Bethesda's RPG alive — here's what we know "The stuff that we're seeing is really well put together": Xbox game publishing chief says Forza Horizon 6 takes him back to the golden years of racing games Microsoft's Xbox games lead Matt Booty says its studios are in a "culture of cultures" and work together more than you think — Blizzard is even helping with Fable Rumored feature coming to Steam that will help you track prices, and Microsoft should copy it immediately for Xbox and… Xbox and Best Buy want to help you build your first video game in 2026 Microsoft prepares display upgrades and two stage launch for new Surface Pro and Surface Laptop with Intel and… Someone discovered Seagate's Xbox Storage Expansion cards can be used on PC — which has made their value more… ID@Xbox makes a bold claim — “Games launching day one into Game Pass… do very well on other platforms… Before Forza Horizon 6 takes us to Japan, let's remember where the legend began almost 14 years ago "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 Our friends at Tom's Guide are upgrading: Here's what it means, and how our sister site's overhaul… "Quantity over quality is not always the answer": WWE 2K26 comes close to being the best in the world, but yearly releases are holding it back I "This is one headset that absolutely will not disappoint anyone": Our favorite Xbox headset raises the bar for sound quality with a price that's lower than I expected "One of the better laptops I’ve encountered and one I’d happily use daily": This high-end ThinkPad is a solid bet for professionals — especially after this generous discount I've finally found a loophole to block a specific type of YouTube ads, and it won’t cost you a dime: Just a… www.windowscentral.com "The Lotus guys probably figured it didn't matter to be wrong": Excel thinks 1900 was a leap year because of a small shortcut taken in the '80s — I'll think of this next time I want to cut corners Starfield's sales on PlayStation 5 make me wonder why Xbox even bothered... was this worth devaluing exclusivity? Overwatch Season 2 is LIVE! Xbox Your Xbox Storage Expansion Cards can have a life after the console if you get a simple adapter for your PC
Windows 11 can block Google Chrome's 4GB AI model from re...
kevinokemwa@ · 2026-05-08 · via Latest from Windows Central
A laptop on a white desk faces a small sign with the Google Chrome logo, saying "No AI Thanks."
(Image credit: Getty Images, Toru Kimura | Google)

Earlier this week, it was discovered that Google Chrome "silently" downloads and installs a 4GB on-device AI model to PCs. While the move has drawn backlash from users, Google dismissed claims that the model is any kind of spyware or bloatware.

The company indicated that the "weights.bin" file powering Gemini Nano is designed to protect the user's privacy when interacting with new AI features within the browser because "it powers important security capabilities like scam detection and developer APIs without sending your data to the cloud."

Luckily, there's a new Windows 11 Registry setting dubbed “GenAILocalFoundationalModelSettings” designed to help organizations establish control over how the browser handles local generative AI models (via Neowin). As such, users can use this policy to disable Google Chrome's 4GB Gemini Nano AI model.

Google already indicated that it started rolling out the ability for users to easily turn off or completely remove its model directly in Chrome's settings in February. But as highlighted by security researcher Alexander Hanff (also known as "That Privacy Guy"), "If the user deletes it, Chrome re-downloads it."

The same also applies to Microsoft Edge, meaning the browser can download a local AI model for on-device generative AI features without explicit user consent, potentially eating up disk space and bandwidth.

Now, this new Windows 11 Registry policy supports dynamic refresh, allowing administrators to apply changes without requiring users to restart their browsers. Although primarily designed for office environments, it’s also available to individual users running Windows 11 Pro. Configuration can be done through Group Policy, Registry settings, or enterprise management tools.

Through the policy, you can either select the “Allowed (0)” setting, which will allow Microsoft Edge to automatically download the AI model for on-device inferencing, or select the “Disallowed (1)” option to prevent the browser from downloading the AI model and remove any model that was previously downloaded and installed on your device. It's worth noting that this applies to Google Chrome, too.

To block Microsoft Edge from downloading the AI model for local inferencing, follow the steps highlighted below:

  1. Open Registry Editor (REGEDIT.msc).
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
  3. Set the value of "GenAILocalFoundationalModelSettings" to 1

You can repeat the same steps if you're using Google Chrome as your daily driver by navigating through HKLM\SOFTWARE\Policies\Google\Chrome\ and then setting the value of "GenAILocalFoundationalModelSettings" to 1. It's the same method.

It's important to make sure you've configured this policy, especially if you're running Google Chrome version 147 or later, because it will download the local AI model by default. The feature is also supported on macOS and is available to Microsoft Edge users starting with version 132. However, it's not supported on iOS.

I'm conflicted. On one hand, blocking AI models means that I won't get access to local AI, which is (usually) inherently safer than the cloud. On the other hand, leaving the feature enabled means it can consume my storage and bandwidth without notice, and I can't ignore the outcry of privacy and security concerns around any kind of AI.


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.


Kevin Okemwa is a seasoned tech journalist based in Nairobi, Kenya with lots of experience covering the latest trends and developments in the industry at Windows Central. With a passion for innovation and a keen eye for detail, he has written for leading publications such as OnMSFT, MakeUseOf, and Windows Report, providing insightful analysis and breaking news on everything revolving around the Microsoft ecosystem. While AFK and not busy following the ever-emerging trends in tech, you can find him exploring the world or listening to music.