/
/

How to Disable Microsoft Edge from Launching at Startup in Windows

by Angelo Salandanan, IT Technical Writer
How to Disable Microsoft Edge from Launching at Startup in Windows blog banner image

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key Points

  • Configure startup behavior via Windows Settings or Task Manager: Navigate to the Startup Apps menu or the Task Manager’s Startup tab to toggle off Microsoft Edge, preventing the application from launching a window immediately upon user sign-in.
  • Disable Startup Boost and background processes: Access the internal Microsoft Edge System settings to toggle off Startup Boost and the option to continue running background extensions, which stops the browser from pre-loading resources or staying active after it is closed.
  • Implement Registry Editor modifications for a hard block: Create or update DWORD values for StartupBoostEnabled, AllowPrelaunch, and PreventLaunchEdge within the Windows Registry to enforce a strict prevention of the browser’s auto-launch behavior on Home and Pro editions.
  • Manage enterprise endpoints using Group Policy: Utilize Edge ADMX templates within the Local Group Policy Editor to disable the “Allow Microsoft Edge to pre-launch” policy, ensuring a streamlined startup experience across managed organizational units and workstations.
  • Adjust Windows Sign-in options and Task Scheduler: Toggle off the “Automatically save my restartable apps” feature in Windows Account settings and disable MicrosoftEdgeUpdate entries in the Task Scheduler Library to prevent the OS from restoring the browser session after a reboot.

There are two main reasons why someone might want to prevent Edge from launching automatically every time a user signs into Windows. Firstly, it helps save resources and facilitates a faster startup process. Secondly, that someone is likely annoyed, aren’t they?

Either way, if you or someone isn’t a fan of how Microsoft Edge opens at startup on its own, check out this guide on how to disable this behavior.

💡 Note: These methods below works on both Windows 10 and Windows 11. While some menu labels or layouts may vary slightly between versions, all Registry edits, Group Policy paths, and startup management options behave the same across both operating systems.

Methods for preventing Microsoft Edge from opening on startup

Managing startup preferences helps streamline the user experience and boost productivity, but before all that, take these access and system requirements into consideration:

  • Microsoft Edge (Chromium-based) must be installed.
  • Administrative access is required for Registry or Group Policy configuration.

🥷 Note: Group Policy Editor is only available in Windows 10 or 11 Pro, Enterprise, and Education editions. Windows Home users can use the Registry Editor, Microsoft Edge settings, or the Task Manager instead.

🎥 Watch the video for “How to Disable Microsoft Edge from Launching at Startup in Windows”.

Here are the ways to update the startup preferences on a workstation or personal device:

Quick-Fix

MethodBest ForTechnical Level
Edge Internal SettingsBackground processesEasy
Task Manager / Windows SettingsPreventing the app window from openingEasy
Registry EditorWindows Home users (Hard block)Advanced
Group Policy (GPO)IT Admins / Enterprise managementExpert

Method 1: Configure startup behavior via Settings (GUI)

For these steps, you’ll only need to make changes to the browser settings.

  1. Open Settings from Search or press Win + I.
  2. Navigate to Apps → Startup and look for Microsoft Edge.
  3. Toggle on or off to change startup preferences.
Settings window go to apps then startup

Method 2: Disable Edge from startup via Task Manager

Alternatively, the Task Manager provides another quick way to modify startup preferences.

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Go to the Startup tab.
  3. Look for Microsoft Edge in the list of programs.
  4. If Edge is listed, right-click on it and select Disable.

Task Manager go to startup tab

Method 2.5: Disable “Startup Boost” and Background Apps

Even if Edge is blocked from starting with Windows, its internal settings may override this to keep the browser “warm.”

  1. Open Microsoft Edge.
  2. Click the three dots (…) in the top-right corner and select Settings.
  3. Navigate to System and performance in the left sidebar.
  4. Toggle Off “Startup Boost.”
  5. Toggle Off “Continue running background extensions and apps when Microsoft Edge is closed.”

Method 3: Registry Editor (Prevent AutoLaunch Behavior)

⚠️Warning: Making unwanted changes to the Registry Editor can affect your system’s performance and stability. Learn how to back up the Windows Registry to save and restore the database when needed.

  1. Press Win + R, type regedit in the dialog box, and tap OK to open the Registry Editor.
  2. Navigate to Policy Path then copy and paste this into the Registry address bar:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge

Note: If the “Edge” folder does not exist, right-click the “Microsoft” folder, select New > Key, and name it Edge.

  1. Right-click in the right pane, select New > DWORD (32-bit) Value, name it StartupBoostEnabled, and set the Value data to 0.
  2. Create another DWORD (32-bit) Value, name it AllowPrelaunch, and set the Value data to 0.
  3. Create one final DWORD (32-bit) Value, name it PreventLaunchEdge, and set the Value data to 1.
  4. Restart your computer to apply the changes.

Method 4: Configure via Group Policy (Enterprise Control)

For this method, you’ll need Edge ADMX templates to be imported into Group Policy.

  1. Press Win + R, type gpedit.msc in the dialog box, and tap OK to open Local Group Policy.
  2. Navigate to Computer → User Configuration → Administrative Templates → Microsoft Edge.
  3. In the right column, find the Allow Microsoft Edge to pre-launch at Windows startup, when the system is idle, and each time Microsoft Edge is closed policy, then open it.
  4. In the pop-up window, select Disabled, click Apply, then click OK to confirm.

You may need to run gpupdate /force to enforce the new settings in endpoint devices. Check out this guide on how to enforce Group Policy updates.

Additional considerations when disabling Edge on startup

Here are some behaviors that might force Edge to launch automatically despite previous changes to startup preferences.

  • Windows Spotlight or News Feed might launch Edge by default as it’s tied to Search or Taskbar widget results.
  • Review Task Scheduler for any MicrosoftEdgeUpdate entries set to trigger on login.
  • New settings may need to be set for each user profile or via GPO in multi-user environments.

Check Windows Sign-in Options

Windows may be “restoring” Edge rather than “starting” it. To stop this:

  1. Open Windows Settings (Win + I).
  2. Go to Accounts → Sign-in options.

Under “Additional settings,” toggle Off the option: “Automatically save my restartable apps and restart them when I sign back in.”

Looking out for these related behaviors or possible gaps will help you enforce the new startup policy more seamlessly across all user endpoints.

Practical benefits of disabling Edge on startup

In general, managing startup preferences is a solid IT practice for streamlining user experience and workflow in managed environments. It can also limit log-in delays in production and unintended browser access in kiosk environments.

Overall, this policy warrants strong consideration, especially if you need to manage startup resources for certain endpoints or tasks. Individual users and enterprises may also consider limiting Microsoft Edge interactions if it’s not the default or preferred browser.

Pro-Tip: If Edge still reappears after an update, open Task Scheduler, click on the Task Scheduler Library, and look for MicrosoftEdgeUpdateTask. Right-click and Disable these tasks to prevent the update service from triggering a browser launch.

FAQs

Yes, it is completely safe. Disabling Edge at startup does not uninstall the browser or affect its functionality when you choose to open it manually. It simply prevents the app from consuming CPU and RAM resources immediately after you log in, which can help older systems or heavily loaded workstations perform better.

Edge often persists because of features like Startup Boost or “restartable apps” in Windows. Even if the main application is disabled in Task Manager, these background settings can trigger the browser to load. You may need to toggle off “Startup Boost” in Edge’s System settings and disable “Automatically save my restartable apps” in the Windows Accounts settings to fully stop the behavior.

Yes, IT administrators can manage this at scale using Group Policy Objects (GPO). By importing the Edge ADMX templates, you can configure the “Allow Microsoft Edge to pre-launch” policy to “Disabled” across the entire organizational unit. This ensures a uniform startup experience and preserves system resources on enterprise endpoints.

Startup Boost keeps a set of minimal Edge processes running in the background so the browser opens instantly when you click the icon. Pre-launch is a Windows-level trigger that loads the browser during the OS boot sequence or when the system is idle. Disabling both is recommended if your goal is to minimize the initial impact on your system’s startup speed.

No, disabling the browser from launching at startup does not interfere with Windows Update or the security of the browser itself. Microsoft Edge will still receive its necessary security patches and version updates through the Microsoft Edge Update service, which runs independently of the browser’s visual startup settings.

You might also like

Ready to simplify the hardest parts of IT?