Prerequisites
Package Name
f3d
Expected/Current Behaviour
After installation of f3d, shell integration must be registered in order for f3d to generate thumbnail. Currently it doesn't do that if I'm not mistaken.
It probably should also remove them on uninstallation.
How to register shell extension: https://mwestphal.github.io/f3d/doc/user/DESKTOP_INTEGRATION.html
Steps to Reproduce
Possible Solution
According to the documentation:
Registering shell extension:
cd C:\path\to\f3d\bin\
regsvr32 F3DShellExtension.dll
Unregistering shell extension
cd C:\path\to\f3d\bin\
regsvr32 /u F3DShellExtension.dll
Scoop and Buckets Version
Current Scoop version:
b588a06e (HEAD -> master, tag: v0.5.3, origin/master, origin/HEAD) chore(release): Bump to version 0.5.3 (resync) (#6436)
'main' bucket:
d981af457d (HEAD -> master, origin/master, origin/HEAD) vcpkg: Update to version 2026.02.27
'extras' bucket:
f1e4bbf778 (HEAD -> master, origin/master, origin/HEAD) zed-opengl: Update to version 0.225.13
'nonportable' bucket:
84aeb589 (HEAD -> master, origin/master, origin/HEAD) k-lite-codec-pack-standard-np: Update to version 19.5.5
Scoop Config
scoop config
last_update scoop_repo scoop_branch
----------- ---------- ------------
2026-03-04 11:54:18 https://github.com/ScoopInstaller/Scoop master
PowerShell Version
PowerShell 7.5.4
PS C:\Users\komi> scons platform=web build_profile=template_4.7-dev.gdbuild^C
PS C:\Users\komi> $PSVersionTable
Name Value
---- -----
PSVersion 7.5.4
PSEdition Core
GitCommitId 7.5.4
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Additional Softwares
No response
Prerequisites
Package Name
f3d
Expected/Current Behaviour
After installation of f3d, shell integration must be registered in order for f3d to generate thumbnail. Currently it doesn't do that if I'm not mistaken.
It probably should also remove them on uninstallation.
How to register shell extension: https://mwestphal.github.io/f3d/doc/user/DESKTOP_INTEGRATION.html
Steps to Reproduce
scoop install f3dPossible Solution
According to the documentation:
Registering shell extension:
Unregistering shell extension
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
No response