This is some Terminal commands to delete the file.
Note that this will permanently delete the file and you won't be able to recover it unless you get it from a backup elsewhere.
Code:
cd ~/Desktop
sudo rm MMV\ und\ MAV.xls
I tried it, that's the output I get:
Last login: Mon Sep 3 09:25:12 on ttys000
Dr-Stephs-Macbook:~ stephsaur$ cd ~/Desktop
Dr-Stephs-Macbook
😀esktop stephsaur$ sudo rm MMV\ und\ MAV.xls
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
rm: MMV und MAV.xls: No such file or directory
Dr-Stephs-Macbook
😀esktop stephsaur$
----------
I tried it, that's the output I get:
Last login: Mon Sep 3 09:25:12 on ttys000
Dr-Stephs-Macbook:~ stephsaur$ cd ~/Desktop
Dr-Stephs-Macbook😀esktop stephsaur$ sudo rm MMV\ und\ MAV.xls
WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
rm: MMV und MAV.xls: No such file or directory
Dr-Stephs-Macbook😀esktop stephsaur$
HA! Never mind! I restarted my computer last night and now the file is gone, no wonder it was unable to be found. Still, pretty scary if there is a file sitting on your desktop that can't be erased, opened, or moved around.