Windows 10: Folders

Discus and support Folders in Windows 10 Network and Sharing to solve the problem; How to put multiply files into one folder. https://answers.microsoft.com/en-us/windows/forum/all/folders/2e1a0491-eb26-4f65-86c7-f50b6fc6f22d" Discussion in 'Windows 10 Network and Sharing' started by JanetteBanks, Mar 30, 2019.

  1. Folders


    How to put multiply files into one folder.

    :)
     
    JanetteBanks, Mar 30, 2019
    #1
  2. enso Win User

    Quick Access not searching Pictures folder


    Summary, that last suggestion didn't work.

    • I moved the pictures to another folder temporarily.


    • Since there were no troubleshooting steps for this scenario, just for the heck of it, I ran through the restore steps. Copied some pictures into the Pictures folder, ran a Quick Access search and initial problem remains: Searching all of QA doesn't find any files in Pictures folder, running search on just the Pictures folder does. I want to run a global search and find matching files in any/all of the Documents, Music, Videos, and Pictures folders.
    That article dates from 2015 and I'm guessing is out of date. I hope it didn't create potential future problems in my registry.

    Bottom line: I'm still looking for a fix.
     
  3. Downloads folder is the Documents folder

    Hi Chris,

    Thank you for posting your query on Microsoft Community.

    I suggest you to Restore to Default the folders and document settings and see if it helps.

    Step 1:

    Please follow below steps and check if it helps.

    • Go to Download folder.
    • Right click on the Download Folder and go to Properties.
    • In Properties go to Location tab.
    • In location Tab Click on Restore Default.


    Step 2:

    Please follow below steps and check if it helps.

    • Go to Documents folder.
    • Right click on the Document folder and go to Properties.
    • In Properties go to Location tab.
    • In location Tab Click on Restore Default.
    After performing above steps change the settings as you required and check if it helps.

    Hope these information helps, please get back to us for future support, we’ll be glad to assist you further.

    Thank you.
     
    Prabhavathi Patil, Mar 30, 2019
    #3
  4. topgundcp Win User

    Folders

    Unable to delete a folder - Invalid folder name


    Suggestion:
    1. Run chkdsk x: /r to make sure that there's no HD corruption.
      x: is the drive containing the folder you want to delete.
    2. Try to delete the folder again. If still does not work, go to step 3.
    3. Download: Download - Linux Mint and create a bootable USB using: Rufus - Create bootable USB
    4. Boot up with Linux Mint and try to delete the folder again.
      NOTE: Unlike WinPE. Linux does not have any Windows permission imposed to it so it is easier to delete.
     
    topgundcp, Mar 30, 2019
    #4
Thema:

Folders

Loading...
  1. Folders - Similar Threads - Folders

  2. how can I print a list of folders and subfolders and the files contained within each folder...

    in Windows 10 Network and Sharing
    how can I print a list of folders and subfolders and the files contained within each folder...: how can I print a list of folders and subfolders and the files contained within each folder with modified date in windows 10 https://answers.microsoft.com/en-us/windows/forum/all/how-can-i-print-a-list-of-folders-and-subfolders/f9db3514-cd89-4205-ba37-1fe187b3a337
  3. how can I print a list of folders and subfolders and the files contained within each folder...

    in Windows 10 Gaming
    how can I print a list of folders and subfolders and the files contained within each folder...: how can I print a list of folders and subfolders and the files contained within each folder with modified date in windows 10 https://answers.microsoft.com/en-us/windows/forum/all/how-can-i-print-a-list-of-folders-and-subfolders/f9db3514-cd89-4205-ba37-1fe187b3a337
  4. how can I print a list of folders and subfolders and the files contained within each folder...

    in Windows 10 Software and Apps
    how can I print a list of folders and subfolders and the files contained within each folder...: how can I print a list of folders and subfolders and the files contained within each folder with modified date in windows 10 https://answers.microsoft.com/en-us/windows/forum/all/how-can-i-print-a-list-of-folders-and-subfolders/f9db3514-cd89-4205-ba37-1fe187b3a337
  5. I can't delete folder or file at powershell event run it as administrator?

    in Windows 10 Gaming
    I can't delete folder or file at powershell event run it as administrator?: I have tried both of commands Remove-Item blog and Remove-Item blog -Recurse https://answers.microsoft.com/en-us/windows/forum/all/i-cant-delete-folder-or-file-at-powershell-event/06540562-08db-4255-a6fa-d939ecf6f23e
  6. I can't delete folder or file at powershell event run it as administrator?

    in Windows 10 Software and Apps
    I can't delete folder or file at powershell event run it as administrator?: I have tried both of commands Remove-Item blog and Remove-Item blog -Recurse https://answers.microsoft.com/en-us/windows/forum/all/i-cant-delete-folder-or-file-at-powershell-event/06540562-08db-4255-a6fa-d939ecf6f23e
  7. I can't delete folder or file at powershell event run it as administrator?

    in Windows 10 Customization
    I can't delete folder or file at powershell event run it as administrator?: I have tried both of commands Remove-Item blog and Remove-Item blog -Recurse https://answers.microsoft.com/en-us/windows/forum/all/i-cant-delete-folder-or-file-at-powershell-event/06540562-08db-4255-a6fa-d939ecf6f23e
  8. AMDRSServ.exe controlled folder acces \Device\HarddiskVolume2 is this malware?

    in Windows 10 Gaming
    AMDRSServ.exe controlled folder acces \Device\HarddiskVolume2 is this malware?: this has been happening for the past months https://answers.microsoft.com/en-us/windows/forum/all/amdrsservexe-controlled-folder-acces/5f455d46-3565-4c0b-bfaa-90c2c6b7ebd4
  9. AMDRSServ.exe controlled folder acces \Device\HarddiskVolume2 is this malware?

    in Windows 10 Software and Apps
    AMDRSServ.exe controlled folder acces \Device\HarddiskVolume2 is this malware?: this has been happening for the past months https://answers.microsoft.com/en-us/windows/forum/all/amdrsservexe-controlled-folder-acces/5f455d46-3565-4c0b-bfaa-90c2c6b7ebd4
  10. Folder permission in OneDrive business is not writable. Is this expected?

    in Windows 10 Gaming
    Folder permission in OneDrive business is not writable. Is this expected?: Steps to reproduce:1. Create a Test folder under OneDrive business root folder.2. Check folder permissions using C++ filesystem API like this:``` C++20#include #include bool is_readonlyconst std::filesystem::path& p{ using std::filesystem::perms; auto s =...