Enables previewing most common video and audio formats in explorer's preview pane by using WebView2.
- Download the latest release zip
- Extract to a permanent location (e.g.
%AppData%\VideoPreviewHandler) - Run
register.batas administrator - Make sure Preview pane is enabled in explorer: Top bar -> View -> Preview pane
To uninstall, run unregister.bat as administrator and delete the folder.
Configuration happens via WebViewVideoPreview.ini. Available settings:
- Extensions: comma-separated list of file extensions to associate with the handler (leading dots required). Defaults:
.3gp.m4v.mkv.mov.mp4.ogv.webm.aac.flac.m4a.mp3.ogg.opus.wav.weba. Changes take effect after re-runningregister.bat. - Volume: initial player volume, integer from
0to100. Default50. Applied each time a preview cold-starts; subsequent in-folder swaps preserve any manual adjustment. - Autoplay:
trueorfalse. Defaulttrue.
Changing volume or autoplay setting requires restarting explorer.exe to take effect.
- 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