Hello Friends,
Media Player (Preview) on Windows 11 is Released to Dev Channel and today in this video, we have shown you how to install new Media Player on any Windows 11 versions. If it is useful for you, please like and share this video and Please Subscribe to our channel to get more videos like this.
Links:-
APPX Downloader
https://store.rg-adguard.net/
Commands:-
1. Powershell Command to Register - Add-AppxPackage -Register Path-To-AppxManifestxml-File -AllUsers
2. Powershell Command to uninstall Legacy Groove Music - Get-AppxPackage Microsoft.ZuneMusic | Remove-AppxPackage -AllUsers
3. Powershell Command to install Legacy Groove Music for All Users - Get-AppxPackage -allusers Microsoft.ZuneMusic | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}