• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

File Info not working in Photoshop

New Here ,
Jan 10, 2024 Jan 10, 2024

Copy link to clipboard

Copied

Hello Everyone, I've been dealing with this issue for a few weeks now and have yet to find a solution. Everytime I try to open File > File Info absolutely nothing pops up. I've tried shortcuts, reseting Preferences, updating, and uninstalling/reinstalling. If anyone has any suggestions or advice that would be greatly appericated! 

TOPICS
macOS

Views

245

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Jan 10, 2024 Jan 10, 2024

Copy link to clipboard

Copied

Have you tried looking at it in Bridge, just to see what's there?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 23, 2024 Nov 23, 2024

Copy link to clipboard

Copied

It's not working in Bridge either and I have the latest 2025 versions.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 10, 2024 Jan 10, 2024

Copy link to clipboard

Copied

It is possible that the dialog box is popping up...in a place you can’t see:

  • If you are using multiple displays, look at the other display to see if it popped up there. 
  • If you are using multiple spaces, check the other spaces. 

 

I agree with Chuck that if it isn’t working in Photoshop, try it in Adobe Bridge too. Bridge is often an easier way to do this because you can just edit the Metadata and Keywords panels instead of having to open the File Info dialog box for each image, and if you select multiple images in Bridge you can edit their metadata as a batch.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 10, 2024 Jan 10, 2024

Copy link to clipboard

Copied

When you uninstalled & reinstalled, did you use the Creative Cloud Cleaner Tool?

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 23, 2024 Nov 23, 2024

Copy link to clipboard

Copied

I'm currently having the same issue, not able to open File-File Info.....nothing happens and I need to access this to caption and copyright my work.  I tried the resetting of Preferences and updating etc....nothing has worked?  HELP please!

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 23, 2024 Nov 23, 2024

Copy link to clipboard

Copied

LATEST

If it doesn’t get fixed in Photoshop quickly enough, another way to get that work done is to use the Metadata panel in Adobe Bridge. I actually prefer entering metadata in Bridge because you can select many images at once and apply the same copyright notice or other metadata. A major advantage is that you can apply metadata without having to open the image first, you only need to select the image(s). Just those two things — not having to open image files, and being able to select multiple images — save a lot of time when entering metadata.

 

Because of that major efficiency advantage, I would much rather enter copyright notices, captions, and other metadata in Bridge (or Lightroom Classic) than in Photoshop File Info. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 23, 2024 Nov 23, 2024

Copy link to clipboard

Copied

Just curious what the results of running the following script code in Photoshop are:

 

var idselect = stringIDToTypeID( "select" );
    var desc578 = new ActionDescriptor();
    var idnull = stringIDToTypeID( "null" );
        var ref52 = new ActionReference();
        var idmenuItemClass = stringIDToTypeID( "menuItemClass" );
        var idmenuItemType = stringIDToTypeID( "menuItemType" );
        var idfileInfo = stringIDToTypeID( "fileInfo" );
        ref52.putEnumerated( idmenuItemClass, idmenuItemType, idfileInfo );
    desc578.putReference( idnull, ref52 );
executeAction(idselect, desc578, DialogModes.NO);

 

Or:

 

app.runMenuItem(stringIDToTypeID("fileInfo"));

 

I don't expect a different result, but it's worth a shot.

 

https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines