The file that wasn't responding was in C:/Users/
cd downloads
dir /x
[long list of files and folders in \Downloads, with each given an additional short name, in the case of my file it was FILE~1]
del FILE~1
...and that did it. Apparently some have had more success renaming the file:
REN FILE~1
DEL