computing
  • 5

Solved How To Fix a Windows File Name With a Colon : In It.

  • 5

I just transferred some video files from a Linux PC to a Windows PC, but the file names contain a colon in them. Windows now sees the files as corrupt since they have a colon in them. When I try to change the file name Windows gives me an error. Is there some type of trick in fixing this problem with Windows?

Share

1 Answer

  1. The colon is an illegal character for a filename in Windows.

    The files must be renamed within Linux to remove the colon before transferring them to Windows.

    There’s no other way that I know

    • -1