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 $regPath = 'HKLM:\SOFTWARE\Policies\Microsoft\Edge'
Using PowerShell: create new registry property StartupBoostEnabled=0:.
You must manually download and install the administrative policy templates (ADMX) for MS Edge on previous Windows builds.
This GPO option is only available in the latest builds of Windows 10 and 11.