The shell extension teaches Windows Explorer to display previews of webp.
The extension was developed and tested on Windows 10
though I expect it to work on other windows versions.
You can install the extension either manually or using the installer.
- Download the
Installer
from the Releases section - Run the
Installer
-
Download the
DLL
from the Releases section -
Put the
DLL
into the desired place in your system -
Register the
DLL
viaregsvr32
.C:\Windows\SysWOW64\regsvr32.exe C:\Where\The\Dll\Resides\webpext64.dll
To unregister the
DLL
later again useregsvr32
:C:\Windows\SysWOW64\regsvr32.exe /u C:\Where\The\Dll\Resides\webpext64.dll
Normally no admin permissions should be required for the registration.