

Open the Task Scheduler console ( taskschd.msc).There are several MS Edge tasks in Windows Task Scheduler that can automatically run the browser on certain triggers. If such a parameter exists, change its value to 0 or delete it. Then check that the AutoRunOnLogon = 1 parameter is present in the on-logon-startup-boost section. Open the Registry Editor (regedit.exe) and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\\Commands\on-logon-autolaunchĬreate s DWORD 32-bit parameter in the specified key with AutoRunOnLogon name and 0 value. Check the Edge autostart settings in the registry. New-ItemProperty -Path $regPath -Name StartupBoostEnabled -Value 0 -PropertyType DWORD -Force | Out-Nullģ. New-Item -Path $regPath -Force | Out-Null


