About 855,000 results
Open links in new tab
  1. How can I determine file type without an extension on Windows?

    Apr 24, 2011 · I sometimes get files from my clients that have the wrong file extension. For example, the name is image.jpg but the file is actually a TIFF image. In many cases I can clarify it by opening the fil...

  2. Auto-generated zone-identity files - Can/should I delete?

    Dec 10, 2021 · 16 To delete: sudo find . -name "*.Identifier" -type f -delete --- From Github --- Turning off "preserve zone information in file attachment" seems to have stopped the zone.Identifer files being …

  3. What utility or method can tell a file type accurately?

    File types are used and assigned somewhat arbitrarily by developers whose only criterion is sometimes that the type not already exist. Even then, duplicates exist. But using the above advice and some …

  4. What is <filename>:Zone.Identifier:$DATA? - Super User

    Feb 10, 2018 · The NTFS file system provides applications the ability to create alternate data streams of information. By default, all data is stored in a file's main unnamed data stream, but by using the …

  5. How can I make Windows think a file "came from another computer"?

    24 The answers in "This file came from another computer..." - how can I unblock all the files in a folder without having to unblock them individually? explain how to "Unblock" a file that came from a remote …

  6. Find out where a file was downloaded from - Super User

    Jan 1, 2014 · Viewing Zone.Identifier content in the command prompt +1 for the accepted answer, but I wanted to view this from a CMD prompt directly. Assuming you have a downloaded file in the current …

  7. How do I check the actual format of an image file? - Super User

    Jul 28, 2020 · As far as I know, simply renaming the file doesn't actually change the formatting, compression, etc., so how do I check which are formatted accordingly to their extensions? Plus, does …

  8. Batch identify and rename files with no extension - Super User

    Feb 5, 2021 · I know how to detect unknown file types using the tools such as TrID - File Identifier and DROID: file format identification tool, but I need to bulk rename the files and add the appropriate …

  9. How do I find out the file type without an extension?

    Ahh, the dark arts of file identification. I rather like trid for this. It identifies files (and renames them, if you choose), has a nice large database, and is totally independent of the file itself, so you have two …

  10. How to identify a file type without extension in Windows?

    Aug 30, 2017 · I've used TRID and the file command, which can identify a file type if there is a magic number in the file, before in such cases, but if they can't identify the file format, another option is to …