-2

[Filename has invalid character ][1]

  • Please take the time to format your question properly. Just posting links to images isn't going to get you any answers ... https://stackoverflow.com/help/how-to-ask – michjnich Jun 08 '20 at 11:26

1 Answers1

0

Use the Windows explorer: the command prompt has limited ability for displaying and handling strange characters, hence the usage of the Windows explorer is advised for such matters.

As mentioned in the ServerFault URL, you might do the following:

chkdsk /F
Reboot the PC
Use the Windows explorer again for deleting the file
Dominique
  • 16,450
  • 15
  • 56
  • 112
  • ServerFault URL: https://serverfault.com/questions/95581/delete-file-containing-invalid-characters-in-windows#:~:text=Now%2C%20Open%20the%20drive%20properties.&text=Then%2C%20go%20to%20%22Tools%22,under%20'Error%20checking'%20label.&text=This%20will%20unmount%20your%20drive,such%20files%20with%20illegal%20names. – Dominique Jun 08 '20 at 15:06