Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows 11 / Disable Microsoft Edge from Opening on Startup in Windows

February 27, 2023 Windows 10Windows 11

Disable Microsoft Edge from Opening on Startup in Windows

Modern builds of Windows 10 and Windows 11 come with the Microsoft Edge browser preinstalled, which should replace the deprecated Internet Explorer (how to remove IE on Windows). Some users are annoyed that the Microsoft Edge browser opens automatically when they sign in to Windows. You can prevent Edge from automatically launching at Windows startup if you use another browser or want to save some processing power on your computer.

Let’s take a look at the main ways to disable the Edge browser from automatically launching when you sign in to Windows:

1. Disable the automatic startup of Microsoft Edge:

  • Verify, whether the Edge shortcut is added to the Windows startup. Run the shell:startup command (or navigate to %AppData%\Microsoft\Windows\Start Menu\Programs\Startup). Remove the Microsoft Edge shortcut from the directory, if it exists;
  • Open the Task Manager (taskmgr.exe), go to the Startup tab. Now find out Microsoft Edge in the list, right-click on it, and select Disable. This will disable the autostart of the application.

Stop Microsoft Edge browser from starting automatically on startup

2. Disable Preloading for Microsoft Edge

It is possible to disable Microsoft Edge preload. Please note that a number of Edge background processes are launched during Windows startup and these processes will continue to run even after the browser is closed.

Please note that when launching Windows, there are launched various background Edge processes as well, which remain running even when the browser is closed. These processes help make the Edge browser launch faster on Windows. It is possible to disable Edge’s startup boost:

  • From the browser settings: open Edge, click on the menu in the top right corner and select Settings, or go to edge://settings/system in the address bar. Navigate to the System and performance section and disable the Startup Boost option.
    windows 11 disable startup boost
  • With Group Policy: open the local GPO editor (gpedit.msc) and navigate to Computer Configuration -> Administrative Templates -> Windows Components -> Microsoft edge. Find out Allow Microsoft Edge to pre-launch at Windows startup, when the system is idle, and each time Microsoft Edge is closed policy in the list. Enable the policy and select Prevent pre-launching in its settings;
    GPO: Allow Microsoft Edge to pre-launch at Windows startup
    This GPO option is only available in the latest builds of Windows 10 and 11. You must manually download and install the administrative policy templates (ADMX) for MS Edge on previous Windows builds.
  • Using PowerShell: create new registry property StartupBoostEnabled=0:
    $regPath = "HKLM:\SOFTWARE\Policies\Microsoft\Edge"
    New-Item -Path $regPath -Force | Out-Null
    New-ItemProperty -Path $regPath -Name StartupBoostEnabled -Value 0 -PropertyType DWORD -Force | Out-Null

3. Check the Edge autostart settings in the registry. Open the Registry Editor (regedit.exe) and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}\Commands\on-logon-autolaunch

Create s DWORD 32-bit parameter in the specified key with AutoRunOnLogon name and 0 value.
Disable Edge AutoRunOnLogon via the registry

Then check that the AutoRunOnLogon = 1 parameter is present in the on-logon-startup-boost section. If such a parameter exists, change its value to 0 or delete it.

4. Disable MS Edge Scheduler tasks

There are several MS Edge tasks in Windows Task Scheduler that can automatically run the browser on certain triggers. You can disable these scheduler tasks:

  1. Open the Task Scheduler console (taskschd.msc);
  2. Navigate to Task Scheduler Library section and disable MicrosoftEdgeShadowStackRollbackTask, MicroosftEdgeUpdateTaskMachineCore, and MicroosftEdgeUpdateTaskMachineUA tasks;
    Disable ms edge tasks in Windows Scheduler
    Or you can use PowerShell to disable Scheduler tasks:Disable-ScheduledTask -TaskName MicrosoftEdgeShadowStackRollbackTask
    Disable-ScheduledTask -TaskName MicroosftEdgeUpdateTaskMachineCore
    Disable-ScheduledTask -TaskName MicroosftEdgeUpdateTaskMachineUA

5. Disable apps auto reopening after a restart:

Windows 10/11 can automatically launch any applications that were running the last time before you shut down or restarted your computer. If the automatic restart option is enabled and you had the Microsoft Edge browser open before shutting down/restarting your computer, it will automatically start the next time you sign in to Windows. You can disable automatically restoring previously opened programs after Windows restarts.

  1. Navigate to Settings -> Accounts -> Sign-in options (you can quickly access this section with the URI shortcut command: ms-settings:signinoptions);
  2. Disable the Automatically save my restartable apps when I sign out and restart them when I sign in option in the Restart apps section.

Automatically save my restartable apps when I sign out and restart them when I sign in

If you use the Windows Spotlight app (which shows background images) on the lock screen, it may launch Edge on its own. In order to disable the Spotlight, navigate to Settings -> Personalization -> Background and select Picture or Slideshow as your lock screen background.

In some Windows 10 builds, the space bar is used to wake up from sleep, which causes Edge to launch. Use any other key on the keyboard to wake up the computer.

3 comments
2
Facebook Twitter Google + Pinterest
previous post
Configure User’s Folder Redirection with Group Policy
next post
Configuring User Profile Disks (UPD) on Windows Server RDS

Related Reading

How to Connect VPN Before Windows Logon

November 14, 2023

Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows

November 7, 2023

Zabbix: How to Get Data from PowerShell Scripts

October 27, 2023

Tracking Printer Usage with Windows Event Viewer Logs

October 19, 2023

How to Use Ansible to Manage Windows Machines

September 25, 2023

3 comments

previously slowed down from working remote April 26, 2023 - 6:55 pm

TTTTHHHHHHAAAAAAAANNNNNNKKKKKKKKK YYYYYYYOOOOOOOOUUUUUUUU!!!!!!!!!!
3>

Reply
peter devita September 26, 2023 - 9:05 pm

WOW
A lot of stuff here. Can you provide a pdf version to download so a User can slowly go thru each step?
Thanks

Reply
dude October 13, 2023 - 11:00 pm

if you don’t know how to print and save a web page as a PDF then this information is above your paygrade

Reply

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • How to Connect VPN Before Windows Logon

    November 14, 2023
  • Removing Azure Arc Setup Feature on Windows Server 2022

    November 9, 2023
  • Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows

    November 7, 2023
  • Send Emails with Microsoft Graph API and PowerShell

    November 6, 2023
  • Zabbix: How to Get Data from PowerShell Scripts

    October 27, 2023
  • Tracking Printer Usage with Windows Event Viewer Logs

    October 19, 2023
  • PowerShell: Configure Certificate-Based Authentication for Exchange Online (Azure)

    October 15, 2023
  • Reset Root Password in VMware ESXi

    October 12, 2023
  • How to Query and Change Teams User Presence Status with PowerShell

    October 8, 2023
  • How to Increase Size of Disk Partition in Ubuntu

    October 5, 2023

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • How to Allow Multiple RDP Sessions on Windows 10 and 11
  • How to Repair EFI/GPT Bootloader on Windows 10 or 11
  • How to Restore Deleted EFI System Partition in Windows
  • Network Computers are not Showing Up in Windows 10/11
  • How to Run Program without Admin Privileges and Bypass UAC Prompt
  • Fix: BSOD Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) on Windows
  • Fixing ‘The Network Path Was Not Found’ 0x80070035 Error Code on Windows
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top