powershell bulk rename and add extra string to filename

Shell
for %a in (*.*) do ren "%a" "prefix - %a"
Source

Also in Shell: