Windows 10: Create list of files

Discus and support Create list of files in Windows 10 Gaming to solve the problem; I have a folder with 1100 files. I would like to create a list of the files in EXCEL to compare them to another list of files. How can I create this... Discussion in 'Windows 10 Gaming' started by GAT_PRA, Mar 9, 2022.

  1. GAT_PRA Win User

    Create list of files


    I have a folder with 1100 files. I would like to create a list of the files in EXCEL to compare them to another list of files. How can I create this file list and put it in EXCEL?

    :)
     
    GAT_PRA, Mar 9, 2022
    #1
  2. slozomby Win User

    Recent File List

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file1

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file2
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file3
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file4
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file5
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file6
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file7
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file8
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file9
    ...

    you get the idea. ( too lazy to put it in a for loop and test it.

    or just open regedit and remove all the fileX from that key.
     
    slozomby, Mar 9, 2022
    #2
  3. dalchina Win User
    Make list of files in a folder

    My impression is that what he wants is a list he can click on. To me that suggests creating one folder with shortcuts to the items in the various media folders.

    And perhaps Motim wants that to be a dynamic list- i.e. always up to date with respect to changing content in those folders.

    If so, this could be done using Autohotkey, with a script which scans through the files in each folder in turn and for each file use this command to create a shortcut:

    Create list of files [​IMG]


    Motim?
     
    dalchina, Mar 9, 2022
    #3
  4. regan1985 Win User

    Create list of files

    making file lists

    ok i have tried it and i got it to work thanks

    but my next problem is it only lists the folders not the files??
     
    regan1985, Mar 9, 2022
    #4
Thema:

Create list of files

Loading...
  1. Create list of files - Similar Threads - Create list files

  2. Create a Tag List in Windows11

    in Windows 10 Gaming
    Create a Tag List in Windows11: In Windows 10 photo application, when I tagged a picture, Windows retained that tag name. When another picture had that same image, typing in the first few letters would create a dropdown box to select and complete the name tag. Apparently in Windows 11 I am required to type...
  3. Create a Tag List in Windows11

    in Windows 10 Software and Apps
    Create a Tag List in Windows11: In Windows 10 photo application, when I tagged a picture, Windows retained that tag name. When another picture had that same image, typing in the first few letters would create a dropdown box to select and complete the name tag. Apparently in Windows 11 I am required to type...
  4. Create list of files

    in Windows 10 Network and Sharing
    Create list of files: I have a folder with 1100 files. I would like to create a list of the files in EXCEL to compare them to another list of files. How can I create this file list and put it in EXCEL?...
  5. Create list of files

    in Windows 10 Software and Apps
    Create list of files: I have a folder with 1100 files. I would like to create a list of the files in EXCEL to compare them to another list of files. How can I create this file list and put it in EXCEL?...
  6. Create a File List at a Command Prompt

    in Windows 10 BSOD Crashes and Debugging
    Create a File List at a Command Prompt: From the directions on the support page: https://support.microsoft.com/en-us/help/196158/how-to-create-a-text-file-list-of-the-contents-of-a-folder dir > filename.txt doesn't work for me in Windows 10. I get the error "There is not enough space on this disk." Even though...
  7. need help creating a file/folder listing *.bat file

    in Windows 10 Support
    need help creating a file/folder listing *.bat file: pretty much as the subject states, l had one in the past but l cant remember where l put it and forget how it was written. basically l just want a script that lists files and folders in a specific directory without listing the sub folders within that dir (just a bog standard...
  8. create list

    in Windows 10 Software and Apps
    create list: i do not have Word in W10 and want to create a list. Only have notepad https://answers.microsoft.com/en-us/windows/forum/apps_windows_10-winapps-appscat_tools/create-list/3033c9be-756e-4fb3-a046-5838736317c6
  9. creating a list of files that are on an external hard drive

    in Windows 10 Drivers and Hardware
    creating a list of files that are on an external hard drive: Can anyone tell me how I can create a list of files that are on an external hard drive. I have changed computers and now have windows 10. Someone else created the file for me which shows all the files that I have on my external hard drive....
  10. Want a program to create a list of my files

    in Windows 10 Software and Apps
    Want a program to create a list of my files: I know there's a command prompt to do this, but it only works on the current folder. I have folders within folders and I need a program to easily list all those files. 44627