How to make Windows generate all thumbnails in a folder without navigating through it?
I got a folder with thousands (20,000+) of MP4 video files, the thumbnails show correctly on Windows 10 but Explorer only generates the thumbnail when the file icon shows up on the screen. Worse is, the thumbnail generation process stops if the icon leaves the screen so I can't just PG+DOWN through the whole folder and leave it working in the background; I have to wait for the visible icons to finish generating their thumbnail, press PG+DWN (or scroll) so new icons show up and the process resumes. This is extremely time consuming taking into account the amount of files needed to be generated and that I can max show 20.30 icons at the time, each time needing to scroll down to continue the process.
Is there a way to make Windows generate all the thumbnails in a folder without this process? Mind you, I don't want the thumbnails to be in a separate image file, I want the native Windows thumbnail to show up instead of the icon.
windows-10 video windows-explorer icons thumbnails
add a comment |
I got a folder with thousands (20,000+) of MP4 video files, the thumbnails show correctly on Windows 10 but Explorer only generates the thumbnail when the file icon shows up on the screen. Worse is, the thumbnail generation process stops if the icon leaves the screen so I can't just PG+DOWN through the whole folder and leave it working in the background; I have to wait for the visible icons to finish generating their thumbnail, press PG+DWN (or scroll) so new icons show up and the process resumes. This is extremely time consuming taking into account the amount of files needed to be generated and that I can max show 20.30 icons at the time, each time needing to scroll down to continue the process.
Is there a way to make Windows generate all the thumbnails in a folder without this process? Mind you, I don't want the thumbnails to be in a separate image file, I want the native Windows thumbnail to show up instead of the icon.
windows-10 video windows-explorer icons thumbnails
add a comment |
I got a folder with thousands (20,000+) of MP4 video files, the thumbnails show correctly on Windows 10 but Explorer only generates the thumbnail when the file icon shows up on the screen. Worse is, the thumbnail generation process stops if the icon leaves the screen so I can't just PG+DOWN through the whole folder and leave it working in the background; I have to wait for the visible icons to finish generating their thumbnail, press PG+DWN (or scroll) so new icons show up and the process resumes. This is extremely time consuming taking into account the amount of files needed to be generated and that I can max show 20.30 icons at the time, each time needing to scroll down to continue the process.
Is there a way to make Windows generate all the thumbnails in a folder without this process? Mind you, I don't want the thumbnails to be in a separate image file, I want the native Windows thumbnail to show up instead of the icon.
windows-10 video windows-explorer icons thumbnails
I got a folder with thousands (20,000+) of MP4 video files, the thumbnails show correctly on Windows 10 but Explorer only generates the thumbnail when the file icon shows up on the screen. Worse is, the thumbnail generation process stops if the icon leaves the screen so I can't just PG+DOWN through the whole folder and leave it working in the background; I have to wait for the visible icons to finish generating their thumbnail, press PG+DWN (or scroll) so new icons show up and the process resumes. This is extremely time consuming taking into account the amount of files needed to be generated and that I can max show 20.30 icons at the time, each time needing to scroll down to continue the process.
Is there a way to make Windows generate all the thumbnails in a folder without this process? Mind you, I don't want the thumbnails to be in a separate image file, I want the native Windows thumbnail to show up instead of the icon.
windows-10 video windows-explorer icons thumbnails
windows-10 video windows-explorer icons thumbnails
asked Jul 13 '17 at 16:55
InfraInfra
212
212
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I know this is reaching back a bit, but it's been an ongoing problem and there is now an solution, so I will put it here for Google traffic; Dmitry Bruhov has created a slick little OS addition to the explorer context menu that preloads all thumbs in a given folder. His git is here:
https://github.com/bruhov/WinThumbsPreloader/
It still takes a little bit for them to load, but now you don't need to sit there and page through the whole folder -- quite lifechanging for certain things. (Such as directories full of images, something most people have!)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1229601%2fhow-to-make-windows-generate-all-thumbnails-in-a-folder-without-navigating-throu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I know this is reaching back a bit, but it's been an ongoing problem and there is now an solution, so I will put it here for Google traffic; Dmitry Bruhov has created a slick little OS addition to the explorer context menu that preloads all thumbs in a given folder. His git is here:
https://github.com/bruhov/WinThumbsPreloader/
It still takes a little bit for them to load, but now you don't need to sit there and page through the whole folder -- quite lifechanging for certain things. (Such as directories full of images, something most people have!)
add a comment |
I know this is reaching back a bit, but it's been an ongoing problem and there is now an solution, so I will put it here for Google traffic; Dmitry Bruhov has created a slick little OS addition to the explorer context menu that preloads all thumbs in a given folder. His git is here:
https://github.com/bruhov/WinThumbsPreloader/
It still takes a little bit for them to load, but now you don't need to sit there and page through the whole folder -- quite lifechanging for certain things. (Such as directories full of images, something most people have!)
add a comment |
I know this is reaching back a bit, but it's been an ongoing problem and there is now an solution, so I will put it here for Google traffic; Dmitry Bruhov has created a slick little OS addition to the explorer context menu that preloads all thumbs in a given folder. His git is here:
https://github.com/bruhov/WinThumbsPreloader/
It still takes a little bit for them to load, but now you don't need to sit there and page through the whole folder -- quite lifechanging for certain things. (Such as directories full of images, something most people have!)
I know this is reaching back a bit, but it's been an ongoing problem and there is now an solution, so I will put it here for Google traffic; Dmitry Bruhov has created a slick little OS addition to the explorer context menu that preloads all thumbs in a given folder. His git is here:
https://github.com/bruhov/WinThumbsPreloader/
It still takes a little bit for them to load, but now you don't need to sit there and page through the whole folder -- quite lifechanging for certain things. (Such as directories full of images, something most people have!)
answered Jan 30 at 6:10
jkfjkf
1113
1113
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1229601%2fhow-to-make-windows-generate-all-thumbnails-in-a-folder-without-navigating-throu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown