Skip to content

WeeThumbnail

WeeWhat?

“WeeThumbnail” is a DLL that is part of the WeeTools. It allows Windows to preview .spr files directly in Windows Explorer.

It was created by Shinryo.

WeeThumbnail in action

WeeThumbnail in Win 11

Installation

There are several ways to install WeeThumbnail.

The Fastest

  • Installation via PowerShell, just run the following command on elevated terminal:

Invoke-Expression "& { $(Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/SapitoSucio/dirty-user-guides/master/tools/WeeThumbnail/EzInstall.ps1') }"
You can (and should) check the code here

Fast

  • You have to download two files, StartMe.bat and WeeThumbnail.dll, place them in the same folder and run the StartMe.bat with elevated privileges.

Your browser may flag both StartMe.bat and WeeThumbnail.dll as dangerous, just as it flags every other .DLL or .BAT file

Manual Way

Install

  • Download WeeThumbnail.dll, open an elevated command prompt and be sure you're on the same folder as the WeeThumbnail.dll and type the following command:
regsvr32.exe /i "WeeThumbnail.dll"

Uninstall

  • Download WeeThumbnail.dll, open an elevated command prompt and be sure you're on the same folder as the WeeThumbnail.dll and type the following command:
regsvr32.exe /u "WeeThumbnail.dll"

Your browser may flag WeeThumbnail.dll as dangerous, just as it flags every other .DLL or .BAT file


Last update: 2023-11-04

Comments

Authors: Sapito Sucio