PowerShell Bulk Rename и добавьте дополнительную строку в имя файла

for %a in (*.*) do ren "%a" "prefix - %a"
Sandeep Bind