Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The AI productivity paradox in software engineering: Balancing efficiency and human skill retention

      July 2, 2025

      The impact of gray work on software development

      July 2, 2025

      CSS Intelligence: Speculating On The Future Of A Smarter Language

      July 2, 2025

      Hallucinated code, real threat: How slopsquatting targets AI-assisted development

      July 1, 2025

      Xbox is cancelling Rare’s ‘Everwild’ and ZeniMax’s new MMORPG IP as part of broader cuts — with ‘Perfect Dark’ impacted as well

      July 2, 2025

      Microsoft is closing down Xbox studio The Initiative, with Perfect Dark killed as well — joining Everwild and ZeniMax’s new IP, and other unannounced projects

      July 2, 2025

      No, Microsoft and Xbox’s Phil Spencer isn’t stepping down any time soon — here’s the truth

      July 2, 2025

      Everwild’s cancellation has me worried for one of my favorite dev teams and Xbox itself — It needs creative new games to thrive and refresh its identity

      July 2, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Trust but Verify: The Curious Case of AI Hallucinations

      July 2, 2025
      Recent

      Trust but Verify: The Curious Case of AI Hallucinations

      July 2, 2025

      From Flow to Fabric: Connecting Power Automate to Microsoft Fabric

      July 2, 2025

      Flutter Web Hot Reload Has Landed – No More Refreshes!

      July 2, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Xbox is cancelling Rare’s ‘Everwild’ and ZeniMax’s new MMORPG IP as part of broader cuts — with ‘Perfect Dark’ impacted as well

      July 2, 2025
      Recent

      Xbox is cancelling Rare’s ‘Everwild’ and ZeniMax’s new MMORPG IP as part of broader cuts — with ‘Perfect Dark’ impacted as well

      July 2, 2025

      Microsoft is closing down Xbox studio The Initiative, with Perfect Dark killed as well — joining Everwild and ZeniMax’s new IP, and other unannounced projects

      July 2, 2025

      No, Microsoft and Xbox’s Phil Spencer isn’t stepping down any time soon — here’s the truth

      July 2, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Windows 11 Start menu uses a 15MB JSON, not AI, to organize apps under categories

    Windows 11 Start menu uses a 15MB JSON, not AI, to organize apps under categories

    July 2, 2025

    Windows 11 25H2’s default new Start menu is a single-page scrollable layout with a few new features, including Categories. You cannot create a Category and group apps as you wish, but Microsoft will do that for you. And you might wonder how apps are grouped under dozens of different categories. Is it AI? Microsoft server? No, it’s a JSON file of 15MB.

    While using the new Start menu, which is still rolling out to testers in the Windows Insider Program, I tried digging into how the categories actually work. However, I found Albacore on X had already figured out that Microsoft is using a 15MB JSON file to group apps under different categories, and there are no references to AI or calls to Microsoft API endpoints.

    Windows 11 Start menu categories feature

    As you can see in the above screenshot (if you understand what’s actually happening in the JSON file), Windows stores a static category, which links almost every Microsoft Store package-family-name to an integer that represents a category. This feature is compressed, but once you decompress it, you get the 15MB JSON file.

    The JSON file contains IDs, and Windows internally treats the numeric code as Games, Entertainment, and other categories. For example, there’s a 0 code, and it maps to Productivity apps, 1 to Social, 2 to Creativity, and so on. When the Start menu detects a new app installation, it builds the Category view.

    For each app you install, the Start menu looks at the package family name, and when the algorithm finds a match, the installed apps are grouped under the matched category. If you install Windows Media Player from the Store, and there are at least three apps in the Music category, the Start menu will group Media Player under that category.

    Start menu with categories

    Microsoft maintains the database through Store or Shell updates via Windows Update, and it does not need a full system update to organise rebranded or new package names.

    Microsoft is really not sending any requests to the servers, API, or AI. Every one of its categories is powered by a JSON file, which is 15MB in size but compressed. The Start menu’s categories and likely other features work entirely offline.

    Also, you might notice that Windows reorders the apps within the category, so the most frequently used app appears first. This is also executed locally. Every time you open the Start menu, it tries to reorder the apps in the category based on your app usage (frequency of opening) pattern.

    1 of 5


    Start menu Name Grid all apps layout

    Start menu all apps name list layout

    Start menu Pinned apps
    Start menu Pinned apps

    Start menu category layout for all apps

    Windows 11 new Start menu look

    I do like the Categories implementation in the Start menu. It’s a neat new addition, but Microsoft needs to figure out a way so that each of us can create a custom category. It’s certainly doable, but I wouldn’t be surprised if custom Categories become one of the most requested features that take months, if not years, to ship to everyone.

    The post Windows 11 Start menu uses a 15MB JSON, not AI, to organize apps under categories appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleMicrosoft admits issues in Windows 11 June 2025 Update with Print to PDF
    Next Article Intel Unison stops working on Windows 11. Android, iPhone users now have one less choice

    Related Posts

    News & Updates

    Xbox is cancelling Rare’s ‘Everwild’ and ZeniMax’s new MMORPG IP as part of broader cuts — with ‘Perfect Dark’ impacted as well

    July 2, 2025
    News & Updates

    Microsoft is closing down Xbox studio The Initiative, with Perfect Dark killed as well — joining Everwild and ZeniMax’s new IP, and other unannounced projects

    July 2, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-46710 – Apache HTTP Server Kernel Heap Corruption

    Common Vulnerabilities and Exposures (CVEs)

    Two sslh Flaws Disclosed: Remote DoS Attacks Possible via Protocol Multiplexer

    Security

    Teller is a multi provider secret management tool

    Linux

    Community News: Latest PECL Releases (05.06.2025)

    Development

    Highlights

    Linux

    Arch Linux approda ufficialmente su Windows Subsystem for Linux

    April 28, 2025

    Arch Linux, una delle distribuzioni GNU/Linux più celebri e apprezzate per la sua filosofia minimalista…

    ChatGPT will remember everything you tell it now – like a real personal assistant

    April 10, 2025

    Adobe Firefly app is finally launching to users. Here’s how to access (and the perks)

    June 17, 2025

    CVE-2025-48734 – Apache Commons BeanUtils Uncontrolled Enum Property Access Vulnerability

    May 28, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.