{"id":3054,"date":"2016-05-01T22:42:13","date_gmt":"2016-05-01T17:12:13","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=3054"},"modified":"2020-11-15T17:07:18","modified_gmt":"2020-11-15T17:07:18","slug":"move-copy-files-multiple-sub-folders-single-folder","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/move-copy-files-multiple-sub-folders-single-folder\/","title":{"rendered":"How to Copy Files from Multiple Subfolders to a Single Folder?"},"content":{"rendered":"<p>When importing photos from your camera or SD card via AutoPlay dialog using the Photos app, many sub-folders (month and year-wise) are created in the destination folder, which may not be what you wanted. Here is a step-by-step guide that explains how to move all files recursively from multiple subfolders to a single folder of your choice.<\/p>\n<p>For example, here is how it gets imported when using the Photos app.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8821\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/copy-files-single-directory-flatten-1.png\" alt=\"move or copy files in multiple sub-folders\" width=\"699\" height=\"443\" \/><\/p>\n<p>The mobile phones and cameras also may store your photos in many subfolders under the <code>DCIM<\/code> folder.<\/p>\n<p>For instance, in Apple iPhone, your photos and videos are stored in the 100APPLE folder under <code>DCIM<\/code>. The <code>100APPLE<\/code> folder contains IMG_0001.JPG to IMG_0999.JPG. If you have more images or videos, then they&#8217;re stored in <code>101APPLE<\/code> , <code>102APPLE<\/code> directory, and so forth. If you&#8217;re using iCloud to store photos and videos, you\u2019ll also see the folders namely, <code>100CLOUD<\/code>, <code>101CLOUD<\/code>, and so on.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-19776\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/iphone-dcim.png\" alt=\"iphone dcim\" width=\"568\" height=\"359\" \/><\/p>\n<p>Copying the files from each subfolder to a single folder on your hard disk manually can be a tiresome task, especially if you have a large number of folders. However, you don&#8217;t need to dig into every folder to do that, as there are several ways to quickly copy or move files from all the subfolders to a single folder &#8212; i.e., flatten a directory structure.<!--more--><\/p>\n<div id=\"toc\">\n<h4>Flattening a directory structure<\/h4>\n<ol>\n<li><a href=\"#flatten_dir\">Move or Copy Files in Sub-folders to a Single Folder<\/a>\n<ul>\n<li><a href=\"#command_prompt\">Method 1: Using Command Prompt<\/a><\/li>\n<li><a href=\"#library\">Method 2: Using the Libraries feature in Windows<\/a><\/li>\n<li><a href=\"#windows_search\">Method 3: Using Windows Search<\/a><\/li>\n<li><a href=\"#seven_zip\">Method 4: Using the 7-Zip file manager<\/a><\/li>\n<li><a href=\"#total_commander_branch_view_flatten\">Method 5: Using Total Commander<\/a><\/li>\n<\/ul>\n<\/li>\n<li><a href=\"#verify\">Making sure every file has been moved successfully<\/a><\/li>\n<\/ol>\n<\/div>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-copy-folder-structure-without-copying-files\/\">How to Copy Folder Structure without Copying the Files<\/a><\/div>\n<h2><a id=\"flatten_dir\"><\/a>Move or Copy Files in Subfolders to a Single Folder<\/h2>\n<p>You can copy or move files from sub-folders to a single folder using at least three different built-in ways in Windows. This procedure is also known as flattening a directory structure. Follow one of the three methods, whichever one you find easy.<\/p>\n<h3><a id=\"command_prompt\"><\/a>Method 1: Using Command-line<\/h3>\n<p><em><strong>Scenario:<\/strong> Let&#8217;s copy all files from the <code>d:\\vacation snaps\\2016<\/code> folder and sub-folders to the <code>d:\\all snaps<\/code> folder recursively.<\/em><\/p>\n<ol>\n<li>Open a Command Prompt window.<\/li>\n<li>Run the following commands, one by one and press ENTER after each line:\n<pre>md \"d:\\all snaps\"\r\ncd \/d \"d:\\vacation snaps\\2016\"\r\nfor \/r %d in (*) do copy \"%d\" \"d:\\all snaps\\\"<\/pre>\n<p>This recursively copies all files in the <code>d:\\vacation snaps\\2016\\<\/code> folder to the <code>d:\\all snaps\\<\/code> folder. To move the files, replace <code>copy<\/code> with <code>move<\/code><\/li>\n<\/ol>\n<p>If a file of the same name exists in the destination, you&#8217;ll be asked if you want to overwrite or skip the file.<\/p>\n<p><em><strong>Note:<\/strong> It&#8217;s always safe to include the trailing backslash (<code>\\<\/code>) after the destination folder path, as in the above example. Because, without the trailing slash, if the destination path is missing and you run the command, then the files in the folder and subfolders are copied and combined into one single file named <code>all snaps<\/code> to <code>D:\\<\/code> drive.<\/em><\/p>\n<hr \/>\n<h3><a id=\"library\"><\/a>Method 2: Using the Libraries feature in Windows<\/h3>\n<p>The Libraries feature, first introduced in Windows 7, is also available in subsequent versions, including Windows 10. Libraries are virtual containers for users&#8217; content. A library can contain files and folders stored on the local computer or in a remote storage location. Windows libraries are similar to &#8220;Saved Search&#8221; and are backed by full content search and rich metadata.<\/p>\n<p>You can aggregate content from multiple storage locations into a single, unified view using Libraries. Let&#8217;s use the Libraries feature in Windows to flatten a directory structure.<\/p>\n<p>Let&#8217;s say we have a folder structure like this:<\/p>\n<pre>D:\\PHOTOS\r\n\u2514\u2500\u2500\u2500Camera\r\n    \u251c\u2500\u2500\u25002018-01\r\n    \u251c\u2500\u2500\u25002018-02\r\n    \u251c\u2500\u2500\u25002018-04\r\n    \u251c\u2500\u2500\u25002018-05\r\n    \u2514\u2500\u2500\u25002018-07<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9043\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/flatten-directory-library-1.png\" alt=\"Copy Files from Multiple Sub-folders to a Single Folder\" width=\"698\" height=\"330\" \/><\/p>\n<p>Under each folder, we have several photos imported from the camera. To flatten the Camera directory structure and consolidate all images in a single folder, follow these steps:<\/p>\n<ol>\n<li>Open the top-most folder (i.e., <strong>Photos<\/strong>) whose structure you want to flatten.<\/li>\n<li>From the File menu, click Options. Click the View tab<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/04\/move_files_2.png\" alt=\"Move or Copy Files in Multiple Sub-Folders\" width=\"382\" height=\"475\" \/><\/li>\n<li>Enable <strong>Show hidden files, folders, and drives<\/strong><\/li>\n<li>Uncheck <strong>Hide protected operating system files (Recommended)<\/strong><\/li>\n<li>Click OK.<\/li>\n<li>Right-click on the parent directory (i.e., <strong>Camera<\/strong> in this example), and click <strong>Include in library<\/strong> \u2192 <strong>Create new library<\/strong>.<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9042\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/flatten-directory-library-2.png\" alt=\"Copy Files from Multiple Sub-folders to a Single Folder\" width=\"701\" height=\"534\" \/><br \/>\nA new library is created with the same name as the folder.<\/li>\n<li>In the left pane of File Explorer, expand <strong>Libraries<\/strong> and select the newly created library.<\/li>\n<li>By default, the items in libraries are arranged by <strong>Folders<\/strong>. To have an aggregated view of files in that directory structure (and hide the folders), right-click an empty area in the library and click <strong>Arrange by<\/strong> \u2192 <strong>Name<br \/>\n<\/strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9041\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/flatten-directory-library-3.png\" alt=\"Copy Files from Multiple Sub-folders to a Single Folder\" width=\"699\" height=\"356\" \/><\/li>\n<li>Select the <strong>Home<\/strong> tab.<\/li>\n<li>Click <strong>Select all<\/strong> in the ribbon, or press <kbd>Ctrl<\/kbd> + <kbd>A<\/kbd> to select all the files in the library view.<\/li>\n<li>Click on the <strong>Move To<\/strong> or the <strong>Copy To<\/strong> button, as per your requirement.<\/li>\n<li>Select the destination folder to copy\/move the files to, and click <strong>Move<\/strong> (or <strong>Copy<\/strong>)<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9040\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/flatten-directory-library-4.png\" alt=\"Copy Files from Multiple Sub-folders to a Single Folder\" width=\"700\" height=\"487\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9039\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/flatten-directory-library-5.png\" alt=\"Copy Files from Multiple Sub-folders to a Single Folder\" width=\"449\" height=\"287\" \/><br \/>\nThe files in the Camera folder and its subfolders are now copied\/moved to the destination; the folders remain.<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9038\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/flatten-directory-library-6.png\" alt=\"Copy Files from Multiple Sub-folders to a Single Folder\" width=\"700\" height=\"508\" \/><\/li>\n<li>Delete the Camera library if you no longer need it.<\/li>\n<\/ol>\n<p>Next, we&#8217;ll see how to accomplish the same using Windows Search in Method 3 below.<\/p>\n<hr \/>\n<h3><a id=\"windows_search\"><\/a>Method 3: Using Windows Search<\/h3>\n<p>Using Windows Search is another easy way to flatten a directory structure if you don&#8217;t prefer the command-line.<\/p>\n<ol>\n<li>Open the parent folder (the top-level folder), which contains many sub-folders.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8821\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/copy-files-single-directory-flatten-1.png\" alt=\"move or copy files in multiple sub-folders\" width=\"699\" height=\"443\" \/><\/li>\n<li>From the File menu, click Options. Click the View tab<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/04\/move_files_2.png\" alt=\"Move or Copy Files in Multiple Sub-Folders\" width=\"382\" height=\"475\" \/><\/li>\n<li>Enable <strong>Show hidden files, folders, and drives<\/strong><\/li>\n<li>Uncheck <strong>Hide protected operating system files (Recommended)<\/strong><\/li>\n<li>Click OK.<\/li>\n<li>In the Search box, type the following search query, exactly as below:\n<pre>*.* NOT type:\"file folder\"<\/pre>\n<div class=\"qt\">\n<p><strong>A note about the above search query:<\/strong><\/p>\n<div class=\"newline\">We&#8217;re using the <code>NOT<\/code> operator to prevent Windows search from listing the file-system folders (<strong>directories<\/strong>) &#8212; as we&#8217;re only going to copy or move the files and not the folders themselves.<\/div>\n<ul>\n<li>The search query <code>*.* NOT \"file folder\"<\/code> works <strong>only on indexed locations<\/strong>. If your source folder location is not indexed, then use <code>*.*<\/code><\/li>\n<\/ul>\n<p>Yes. You can use <code>*.*<\/code> (which will list folders in search results). If so, when you reach Step 8, you&#8217;ll need to select all files leaving out the folders shown.<\/p>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8820\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/copy-files-single-directory-flatten-2.png\" alt=\"move or copy files in multiple sub-folders\" width=\"699\" height=\"626\" \/><\/li>\n<li>With the <b>All subfolders<\/b> search option enabled by default, Windows Search starts searching for all matching items in all sub-folders, recursively. It lists all matching files, including those with System or Hidden (or both) attributes.<\/li>\n<li>Wait until the search is completed, and then select all search results by pressing <kbd>Ctrl<\/kbd> + <kbd>A<\/kbd>.<\/li>\n<li>Select the <strong>Home<\/strong> tab.<\/li>\n<li>In the Home tab, click on the <strong>Copy To<\/strong> button. To move the files instead of copying, click the <strong>Move to<\/strong> button instead. Click the <strong>Choose location&#8230;<\/strong> option in the <strong>Move To<\/strong> dropdown menu.<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8819\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/copy-files-single-directory-flatten-3.png\" alt=\"move or copy files in multiple sub-folders\" width=\"695\" height=\"509\" \/><\/li>\n<li>In the Move Items dialog, select the folder where you want to move all the files. To create a new folder, click the Make New Folder button and give the folder name accordingly. Once selected the folder, click <strong>Move<\/strong>. This moves all the files recursively from the multiple sub-folders to the destination folder chosen.<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8818\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/copy-files-single-directory-flatten-4.png\" alt=\"move or copy files in multiple sub-folders\" width=\"449\" height=\"287\" \/><\/li>\n<\/ol>\n<hr \/>\n<h3><a id=\"seven_zip\"><\/a>Method 4: Using 7-Zip<\/h3>\n<p><a href=\"https:\/\/www.7-zip.org\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">7-Zip<\/a> is not just a compression utility, but it also has file management capabilities that can be useful for other purposes. 7-Zip supports the &#8220;<a title=\"7-Zip's Flat View feature\" href=\"https:\/\/www.winhelponline.com\/blog\/error-0x8007007e-printing-from-microsoft-edge-mail-or-other-modern-apps\/\">Flat View<\/a>&#8221; feature that can help us quickly locate files in multiple subfolders, or copy them to a different location.<\/p>\n<ol>\n<li>Launch 7-Zip and browse the parent folder.<\/li>\n<li>From the View menu, enable Flat View.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-19773\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/7zip-flat-view.png\" alt=\"7-zip flat view \" width=\"389\" height=\"301\" \/><\/li>\n<li>Select all the files, leaving out the folders.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-19774\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/7zip-flat-view-2.png\" alt=\"7-zip flat view \" width=\"501\" height=\"378\" \/><\/li>\n<li>Right-click on the selection and select <strong>Copy To&#8230;<\/strong><\/li>\n<li>Mention the target folder path, and click OK.<\/li>\n<\/ol>\n<p>That&#8217;s it. The selected files are copied to the selected folder (flattened.)<\/p>\n<p><em>Note that you can also enable the &#8220;2 Panels&#8221; view via 7-Zip&#8217;s View menu and copy the files by dragging to the desired folder in the right pane. You must make sure to press the <code>Ctrl<\/code> key while dragging. Or else, the files will be <strong>moved<\/strong> to the target location instead. Pressing the\u00a0 <code>Ctrl<\/code> key ensures the drag operation is &#8220;<strong>copy<\/strong>.<strong>&#8220;<\/strong><\/em><\/p>\n<hr \/>\n<h3><a id=\"total_commander_branch_view_flatten\"><\/a>Method 4: Using Total Commander<\/h3>\n<p>If you&#8217;re using the <a href=\"https:\/\/www.winhelponline.com\/blog\/compare-two-directories-files-find-differences\/#totalcommander\">Total Commander<\/a> file manager software, you can flatten a directory structure easily.<\/p>\n<ol>\n<li>Launch Total Commander and open the folder that you want to flatten.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10001\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/tc-flatten-dir-0.png\" alt=\"total commander flatten a directory\" width=\"702\" height=\"249\" \/><\/li>\n<li>Press <kbd>Ctrl<\/kbd> + <kbd>B<\/kbd> to change the mode to Branch view. Alternatively, you can enable <strong>Branch View (With Subdirs)<\/strong> via the <strong>Commands<\/strong> menu. The Branch View is a view mode where files from the folder and subfolders (recursively) are listed, and the folders are not displayed.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10002\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/tc-flatten-dir-1.png\" alt=\"total commander flatten a directory\" width=\"700\" height=\"249\" \/><\/li>\n<li>Select all files in the list, and click the Copy button (<kbd>F5<\/kbd>) at the bottom. To move the files, click the Move button (<kbd>F6<\/kbd>).<\/li>\n<li>Select the target directory, uncheck <strong>Keep relative paths<\/strong> and click <strong>OK<\/strong>.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-10003\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/tc-flatten-dir-2.png\" alt=\"total commander flatten a directory\" width=\"535\" height=\"205\" \/><\/li>\n<\/ol>\n<p>That&#8217;s it. This copies or moves all the files in the source directory tree to the target folder (flattened).<\/p>\n<h2><a id=\"verify\"><\/a>Making sure every file has been moved successfully<\/h2>\n<p><strong><u>Important<\/u>:<\/strong> Windows Search <a href=\"https:\/\/www.winhelponline.com\/blog\/search-not-indexing-pdf-ms-print-to-pdf\/\">may not list<\/a> every file in search results in some cases, either due to indexing issues or if the &#8220;Temporary&#8221; attribute is set for a file. It&#8217;s prudent to ensure that there are no files left behind at the source location, before clearing out those folders.<\/p>\n<p><em><strong>RELATED:<\/strong>\u00a0<\/em><a href=\"https:\/\/www.winhelponline.com\/blog\/windows-search-index-google-drive-folder-permission-inheritance\/\"><em>Windows Search Not Finding Google Drive Files and Folders<\/em><\/a><\/p>\n<p>To verify that, right-click the parent folder (or select all sub-folders and right-click) in the source location, and click Properties.\u00a0If you had moved the items instead of copying, the Properties tab should say &#8220;<em><strong>0 Files<\/strong><\/em>&#8220;. That means every file has been successfully moved to the new location.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8817\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/copy-files-single-directory-flatten-5.png\" alt=\"move or copy files in multiple sub-folders\" width=\"696\" height=\"569\" \/><\/p>\n<p>Alternately, you can check the Properties tab in the destination path and make sure the number of files is the same (<em>total 33 files, as seen in the image under Step #6 above<\/em>).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8816\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/copy-files-single-directory-flatten-6.png\" alt=\"move or copy files in multiple sub-folders\" width=\"695\" height=\"483\" \/><\/p>\n<p>Once you ensure every file has been moved, the folders in the old location can be deleted.<\/p>\n<p>This post takes the case of photos imported from a camera. But the procedure to move or copy all files from multiple sub-folders to a separate folder (<em>aka<\/em> &#8220;flattening a directory structure&#8221;) is the same for all other situations.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When importing photos from your camera or SD card via AutoPlay dialog using the Photos app, many sub-folders (month and year-wise) are created in the destination folder, which may not be what you wanted. Here is a step-by-step guide that explains how to move all files recursively from multiple subfolders to a single folder of &#8230; <a title=\"How to Copy Files from Multiple Subfolders to a Single Folder?\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/move-copy-files-multiple-sub-folders-single-folder\/\" aria-label=\"Read more about How to Copy Files from Multiple Subfolders to a Single Folder?\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[6,7],"tags":[106,683],"class_list":["post-3054","post","type-post","status-publish","format-standard","hentry","category-utilities","category-windows","tag-command-prompt","tag-windows-search"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":25800,"url":"https:\/\/www.winhelponline.com\/blog\/photos-app-freezes-import-iphone-camera\/","url_meta":{"origin":3054,"position":0},"title":"Photos App Freezes When Importing Pictures from iPhone\/Android or Camera","author":"Ramesh","date":"January 19, 2022","format":false,"excerpt":"When you attempt to import photos from your iPhone\/Android mobile or your camera using the built-in Photos app, the Photos app may freeze in the middle of the transfer. The import wizard may stall after displaying the number of photos on your mobile\/camera. This issue occurs especially when there are\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"flashdrive for ios\/pc\/mac","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/01\/ios-pc-flashdrive.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/01\/ios-pc-flashdrive.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/01\/ios-pc-flashdrive.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/01\/ios-pc-flashdrive.jpg?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":5938,"url":"https:\/\/www.winhelponline.com\/blog\/windows-10-desktop-background-slideshow-not-seeing-subfolders-library\/","url_meta":{"origin":3054,"position":1},"title":"Windows 10 Desktop Background Slideshow Not Seeing Subfolders","author":"Ramesh","date":"November 19, 2017","format":false,"excerpt":"The new Settings interface in Windows 10 doesn't allow selecting multiple files at once as the desktop slideshow. You can only select one folder at a time. Also, the images in the subfolders are not utilized for the slideshow. As a workaround, people used the old Desktop background Control Panel\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"desktop slideshow - set as desktop background - old control panel interface","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/w10-slideshow-subfolders-3.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/w10-slideshow-subfolders-3.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/w10-slideshow-subfolders-3.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/w10-slideshow-subfolders-3.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":80340,"url":"https:\/\/www.winhelponline.com\/blog\/cant-import-vpb-files-photos-legacy-windows-11\/","url_meta":{"origin":3054,"position":2},"title":"Can&#8217;t Import .VPB Files Using Photos Legacy in Windows 11","author":"Ramesh","date":"February 27, 2026","format":false,"excerpt":"You may have created a new video project and exported it to a Video Project Backup file (.vpb) using the Photos Legacy app in Windows 10. However, you're unable to import the .vpb file on a Windows 11 computer, even after installing the Photos Legacy app. On Windows 11, the\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"import .vpb video project backup windows 10 version","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/import_vbp_windows-10.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":3084,"url":"https:\/\/www.winhelponline.com\/blog\/remove-old-lock-screen-images-history-settings\/","url_meta":{"origin":3054,"position":3},"title":"How to Remove Old Lock Screen Images From Settings Page in Windows 10?","author":"Ramesh","date":"May 5, 2016","format":false,"excerpt":"When you open the Lock Screen Settings page, it shows the thumbnail images of last five lock screen images used. This post tells you how to remove old lock screen picture thumbnails from the history. To remove a thumbnail image from the Lock Screen Background page, click the Browse button\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/lockbg-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":264,"url":"https:\/\/www.winhelponline.com\/blog\/take-ownership-of-file-or-folder\/","url_meta":{"origin":3054,"position":4},"title":"Change Ownership of a File or Folder Using Takeown Command-Line Tool","author":"Ramesh","date":"May 3, 2008","format":false,"excerpt":"Every file or folder in an NTFS volume has an owner. Certain system files are owned by TrustedInstaller, some by SYSTEM account, and others by the \"Administrators\" group. If a user creates a file or folder, that user is usually the owner of the file or folder. The owner is\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"Take Ownership using command-line takeown.exe","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/takeown-cmd.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/takeown-cmd.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/takeown-cmd.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":290,"url":"https:\/\/www.winhelponline.com\/blog\/do-not-move-special-folders-to-the-root-drive\/","url_meta":{"origin":3054,"position":5},"title":"Fix: Accidentally Moved Videos or other Shell folders to D:\\ root","author":"Ramesh","date":"May 21, 2008","format":false,"excerpt":"When you relocate a special folder: Music, Pictures, Videos, Downloads, or Documents to a different drive using the Location tab in the Property sheet, make sure you mention the complete target path where you want to relocate the folder. For example, to move the Videos folder of your user profile\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"accidentally moved special folder to the root drive","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/move-special-folder-location-from-root-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/move-special-folder-location-from-root-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/05\/move-special-folder-location-from-root-1.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/3054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=3054"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/3054\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=3054"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=3054"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=3054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}