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

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 5, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 5, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 5, 2025

      In MCP era API discoverability is now more important than ever

      June 5, 2025

      Google’s DeepMind CEO lists 2 AGI existential risks to society keeping him up at night — but claims “today’s AI systems” don’t warrant a pause on development

      June 5, 2025

      Anthropic researchers say next-generation AI models will reduce humans to “meat robots” in a spectrum of crazy futures

      June 5, 2025

      Xbox just quietly added two of the best RPGs of all time to Game Pass

      June 5, 2025

      7 reasons The Division 2 is a game you should be playing in 2025

      June 5, 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

      Mastering TypeScript: How Complex Should Your Types Be?

      June 5, 2025
      Recent

      Mastering TypeScript: How Complex Should Your Types Be?

      June 5, 2025

      IDMC – CDI Best Practices

      June 5, 2025

      PWC-IDMC Migration Gaps

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

      Google’s DeepMind CEO lists 2 AGI existential risks to society keeping him up at night — but claims “today’s AI systems” don’t warrant a pause on development

      June 5, 2025
      Recent

      Google’s DeepMind CEO lists 2 AGI existential risks to society keeping him up at night — but claims “today’s AI systems” don’t warrant a pause on development

      June 5, 2025

      Anthropic researchers say next-generation AI models will reduce humans to “meat robots” in a spectrum of crazy futures

      June 5, 2025

      Xbox just quietly added two of the best RPGs of all time to Game Pass

      June 5, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Microsoft won’t really let you block new Outlook on Windows 10 (auto-install)

    Microsoft won’t really let you block new Outlook on Windows 10 (auto-install)

    January 10, 2025

    Microsoft will begin auto-installing new Outlook on Windows 10 with the January 2025 optional update. Then, it’ll be auto-installed with the February 2025 update, which is a mandatory patch. According to the support document we spotted, Microsoft won’t let you block the new Outlook. You can remove it later, but don’t be surprised if it automatically gets installed.

    By now, we’re sure you’re aware of the Mail and Calendar app deprecation and the presence of the new Outlook app on your Windows 10 and 11 PCs. The app preview was already available before for a year, and Microsoft has some not-so-exciting news for you related to the new app.

    The new Outlook app will automatically install on your Windows 10 PCs. It is a brave decision by Microsoft, which assumes that you/your organization needs the new Outlook app by default. It’ll ship with the optional update that’s scheduled to be released on January 28, 2025.

    Even if you miss or ignore the optional update to delay the inevitable, the app will reach your PCs with next month’s security patch update on February 11, 2025. There’s no way to avoid this default app installation–at least according to the official update support document by Microsoft.

    Windows 11 shares the same formula of default Outlook app installation with no way to block it from reaching the PCs. But there’s a small ray of hope for users who don’t need the app. Like always, you can manage this bothersome app package with a PowerShell cmdlet and even prevent its future nagging by blocking it with a registry modification.

    How to remove the new Outlook app via PowerShell

    Once the app is installed on your PC, open an elevated PowerShell window and run the following command to remove the app for all users in your organization:

    Remove-AppxProvisionedPackage -AllUsers -Online -PackageName (Get-AppxPackage Microsoft.OutlookForWindows).PackageFullName

    Along with that, you’ll need to add a new registry value to block the app install with future Windows updates.

    1. Launch the Registry Editor and navigate to the following Path:HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsUpdateOrchestratorUScheduler_OobeOutlookUpdate
    2. Right-click on the right pane and select New > String value. Name it BlockedOobeUpdaters and add “MS_Outlook” in the Value Data field.
      blocking auto install of new outlook app via registry in Windows 11
    3. Click on OK and exit the registry editor.

    For consumer edition users, the following PowerShell command will remove the new Outlook app:

    Remove-AppxPackage -AllUsers -Package (Get-AppxPackage Microsoft.OutlookForWindows).PackageFullName

    We don’t like the forced addition of the new Outlook app on Windows 10 PCs. If the users need it, it’s not that hard to find and is completely free. Suggesting us remove it post installation rather than stopping its forcible release is downright mockery.

    But we guess, Windows users have become accustomed to such treatment. Do you like the new Outlook? Yay, or nay in the comments.

    The post Microsoft won’t really let you block new Outlook on Windows 10 (auto-install) appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleThe projects that shaped JavaScript in 2024
    Next Article I took a 90-second eye exam at CES 2025, and the results were surprisingly accurate

    Related Posts

    News & Updates

    Google’s DeepMind CEO lists 2 AGI existential risks to society keeping him up at night — but claims “today’s AI systems” don’t warrant a pause on development

    June 5, 2025
    News & Updates

    Anthropic researchers say next-generation AI models will reduce humans to “meat robots” in a spectrum of crazy futures

    June 5, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    The Naxman

    Artificial Intelligence

    Immortality Z – The Prequel

    Artificial Intelligence

    Upcoming Xbox RPG Avowed features some “darker, scarier areas” and “tonal variety,” according to directors

    Development

    This new Android feature protects your phone, even if someone has your PIN

    News & Updates

    Highlights

    Development

    This AI Paper from Shanghai AI Laboratory Introduces Lumina-mGPT: A High-Resolution Text-to-Image Generation Model with Multimodal Generative Pretraining

    August 11, 2024

    Multimodal generative models represent an exciting frontier in artificial intelligence, focusing on integrating visual and…

    Last Week in AI #301 – Claude 3.7, Grok 3, Figure Helix

    February 26, 2025

    Microsoft boss Satya Nadella dismisses AGI milestones as “nonsensical benchmark hacking,” — indicating AI agents could only run a Fortune 500 company with a “sandboxed” guarantee

    February 21, 2025

    CVE-2024-48907 – Sematell ReplyOne 7.4.3.0 allows SSRF via the appl

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

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