open a command prompt (
start > run > cmd.exe). navigate
(you'll need to type to the location - eg, F:\videos - if the location has spaces in it, type the location within quote marks - eg, "F:\my videos") to the folder you want to list and type (or copy and paste!!) the following;
dir /B > c:\files.csv
once complete (signified by the command prompt reappearing ready for your next command), open My Computer, go to your C drive and open Files.CSV
job done. No need for 3rd party installations.