A Windows Shell preview handler that plays video and audio files directly in the File Explorer preview pane using WebView2.
- Download the latest release zip
- Extract to a permanent location (e.g.
%AppData%\VideoPreviewHandler) - Run
register.batas administrator - In file explorer, enable the preview pane
To uninstall, run unregister.bat as administrator and delete the folder.
Configured via WebViewVideoPreview.ini — by default:
.3gp .m4v .mkv .mov .mp4 .ogv .webm .aac .flac .m4a .mp3 .ogg .opus .wav .weba
Edit the INI file to add or remove extensions. Re-register after changes.
- Windows 10 or later (Only tested on Win10)
- WebView2 Runtime (included with modern Windows)
Requires Visual Studio Build Tools with the C++ workload.
- Install the WebView2 SDK:
nuget install Microsoft.Web.WebView2 -OutputDirectory packages - Run
build_release.batfrom a VS Developer Command Prompt
MIT