У вашего броузера проблема в совместимости с HTML5
If you have any problems with the new browser Microsoft Edge, then this video is for you
======================================================
- Command 1:
powershell
- Command 2:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Command 3:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
==============
(with command 2 and 3 if after pasting you notice a dash or a hyphen after AppXManifest-, remove it (remove the dash or hyphen after AppXManifest) )