Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HashCheck required reinstallation after Windows 11 version upgrade #20

Open
redactedscribe opened this issue Nov 26, 2023 · 1 comment

Comments

@redactedscribe
Copy link

Not sure if this is something HashCheck can prevent, but trying to open a *.blake3 file after upgrading to Windows 11 23H3 showed an error saying something to the effect that HashCheck could not be found. Reinstalling HashCheck fixed the issue. Interestingly, OpenHashTab remained installed after upgrading.

@FadeMind
Copy link

HashCheck simply register DLL from %WINDIR%\System32\ShellExt During upgrade process Windows have fresh System32 dir and reinstalling/re-registering whole DLL blob. Sadly in registry settings are valid, but DLL file is missing.
IMHO DLL should be placed in %ProgramFiles%\ShellExt cause this is not a driver or Windows component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants