Hello Microsoft Community,
To make Movies & TV the default video player in Windows 11 using a command line or registry settings, follow these steps:
- Open the Registry Editor (press Windows + R, type
regedit
, and hit Enter). - Navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.mp4\UserChoice
. - Modify the ProgId key value to "AppXk0g4vb8y8v6b9bkx2kf4k6bhtj7m3hfj", which corresponds to the Movies & TV app.
- If you want to change other file types, repeat the same process for those extensions like
.mkv
,.avi
, etc.
Alternatively, if you're looking for a more automated solution, PowerShell commands could be used with the Set-DefaultAppAssoc
cmdlet, but unfortunately, this isn't as straightforward for Movies & TV due to its integration as a UWP app.
Given the changes in Windows 11, the ProgId may vary, and a manual check through the settings might be required if the registry modification doesn't work. I recommend using the default Movies & TV app for its seamless performance and features in handling various video formats.
Best Regards!!