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

Portable version? #32

Open
AlanEdd opened this issue Jan 26, 2024 · 7 comments
Open

Portable version? #32

AlanEdd opened this issue Jan 26, 2024 · 7 comments

Comments

@AlanEdd
Copy link

AlanEdd commented Jan 26, 2024

Is there any way to use this as a portable version ?
I am trying to but when it runs on command line... the welcome screen is just popping up. I need to run it as non admin without installing.
Possible ?

@VL4DST3R
Copy link

VL4DST3R commented Jan 26, 2024

I've used this as if it were portable for a long time and it worked just fine, however I would suggest trying the updated fork here.

@AlanEdd
Copy link
Author

AlanEdd commented Jan 26, 2024

Thank you for that, no the standalone from the fork doesn't work for me either, I left a message on the updated fork.
Thanks for the reply.

@AlanEdd
Copy link
Author

AlanEdd commented Jan 27, 2024

Yes! that seems to work, thank you so much.
[path to winthumbspreloader.exe can't have non standard characters]

As a general question about this software: It preloads the thumbnails, does that mean that it loads them into RAM for the session and that it is flushed on restarting the machine ?
I see how it works but don't fully understand what is happening behind the scenes...

Thank you !
Alan.

@VL4DST3R
Copy link

VL4DST3R commented Jan 27, 2024

As a general question about this software: It preloads the thumbnails, does that mean that it loads them into RAM for the session and that it is flushed on restarting the machine ?

It calls the windows API to generate cached thumbnails in the same manner you can generate them yourself by opening a folder inside file explorer with images or video and letting their thumbnails load up naturally.

They all get saved inside a series of databases stored in your users folder (on your drive), and do not get removed unless windows itself decides (for one of a plethora of annoying reasons) to erase them and rebuild them from scratch, which can happen from anything from running low on disk space to crashes, windows updates or even restarts.

@AlanEdd
Copy link
Author

AlanEdd commented Jan 27, 2024

Ah so it builds up the Windows Thumbnail cache then...
%LocalAppData%\Microsoft\Windows\Explorer
Is that correct ?

@VL4DST3R
Copy link

VL4DST3R commented Jan 27, 2024

Precisely. Before the V2 fork added features to backup and restore those files inside the app UI itself, I used to copy and restore them manually after a wipe.

@freemedom
Copy link

AppData\Local\Microsoft\Windows\Explorer\thumbcache_xx.db

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

3 participants