Edge is no longer in the background apps list
Solution 1:
try to disable it by the register editor.
- run cmd.exe as administrator
- run regedit
- find the register path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications
- you can see key Microsoft.MicrosoftEdge_8wekyb3d8bbwe (or something like this)
- double click Microsoft.MicrosoftEdge_8wekyb3d8bbwe
- modify the Disabled to 1, if there is no such setting, just create it to disable it to be as background app.
Name: Disabled
Type: REG_DWORD
Value Data: 1
If there is no Microsoft.MicrosoftEdge_8wekyb3d8bbwe in the BackgroundAccessApplications, create it by right-click the BackgroundAccessApplications and create new Key, they change the key name as Microsoft.MicrosoftEdge_8wekyb3d8bbwe.
In addition, if you also have the setting DisabledByUser, remember modify it as 1, too. If you don't have just modify the Disabled.