To convert put this in the command line and select the correct folder with `cd <name>`:

for /f "Tokens=*" %f in ('dir /l/b/a-d') do (rename "%f" "%f")