We'll try using the command prompt again. Open an administrative command prompt.
*Go to the directory it is located.
[
cd /d C:\Users\<account name>\Rogue\Desktop]
->wait, isn't your username Rogue? XD
*now type [
dir /x ]. This displays the shortname of files.
*now use rmdir if it's a folder, or del if it's a file to remove it using the short name
[e.g:
rmdir /q /s FILEORFOLDER~1 ]
If it doesn't have a short name, try renaming it in to a long one, and do dir /x again.