How do I change the main external editor from PS CC to PS 6?

I put a trial version of PS CC on my computer and Lightroom 4 has changed the main external editor to the CC trial version. I don't want this to happen and I don't want PS6 to be an "Additional External Editor." I want the main editor to be PS6 at all times but I cannot seem to change this.
Is this possible or is the only solution to get rid of the trial version of PS CC? If I trash the trial version of PS will Lightroom 4 automatically "find" PS6 again.
Thanks

Thanks Gener7, but that did not work.
I also tried opening Bridge’s Preferences> File Type Associations and clicking the Reset to Default Applications button.  Then see Photoshop CC 2014 listed next to all basic image formats.  but did not work
Also tried this: but did not work
--Open Bridge. 
--Use the Keywords panel menu command Export to save your keywords (not in the Bridge or Photoshop folders or their support folders).
--Quit Bridge.
--Hold down the Command-Option-Shift keys.
--Launch Bridge.
--When the small dialog box appears, release the three modifier keys and elect to replace the Preferences and purge the cache.

Similar Messages

  • HT2506 How do I change the default image editor from Preview to Graphic Converter?

    How do I change the default image editor from Preview to Graphic Converter?

    I'm assuming you want the default programme to change from Preview to Graphic Converter so that clicking on the file would open Graphic Converter instead of Preview.
    Control click on the file type that you want to open using Graphic Converter. Press Command+I for Get Info. Click on the triangle next to Open With. Select Graphic Converter and Press Change All...

  • How do I change the main iCloud account on my iPhone?

    How do I change the main iCloud account on my iPhone?

    I activated an iPad for a work associate; somehow, MY Apple ID account is assigned to his iPad's iCloud backup.  His iPad is using up all MY iCloud space... he IS set up in App Store with his own Apple ID.
    On my own iPad (just to check out what settings/options were), i went to "Settings/iCloud: and tapped "Delete Acct".  BUT, then I got a message that all Photo Stream and documents stored in iCloud would be deleted from this iPad...   so, two questions...
    is there ANY way for him to retrieve the documents he saved in MY iCloud account (there's 9.1g worth of HIS backup in my account!! ... i purchased extra space before i realized it was being eaten up by him and not mine).
    Because he'd be logging  back in under his OWN ID which had never backed up his device before......so, he'll  lose everything, right?
    Really need someone who KNOWS apple iOS/Cloud workings to answer this one please ... much (at least some, lol) of his data is work-related.... at 9gig, can't be all work!! must be a lot of movies, photo's and music i'd guess.  as this is a WORK-issued device, so be it if he has to re-load all that................ 

  • ICS 2.x: How do I change the hour display format from AM/PM to 24 hour mode in the JavaScript?

    How do I change the hour display format from the AM/PM mode to the 24 hour mode
    in the JavaScript?
    <P>
    To change the hour display format,<BR>
    <P>
    <OL>
    <LI>Open the <I>loadpoint</I>/CalendarServer/cal/uicust/en/main.html
    file.
    <P>
    <LI>Go to the "Misc." section.
    <P>
    <LI>Edit the following line:<BR>
    <P>
    i18n['def clock'] = '24';
    </OL>

    laugh
    how analog. 
    neat idea, but i need to see that part of the screen after login on a fairly regular basis, otherwise i might seriously do this.

  • Mail -- How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    sorry, but I can't find the mail preference in the latest Yosemite OS. Do you know where I can find it?
    Thank you
    Don

  • In Adobe Acrobat XI pro how do I change the units of measure from inches to centimetres?

    In Adobe Acrobat XI pro how do I change the unit of measurement from inches to centimetres?

    Edit > Preferences > Units

  • How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI?

    How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI? I'm having some hiccups getting Adobe to register the software, but since I set it as the default .pdf reader during setup, things try (and fail) to open in the as yet unregistered software. How can I change it temporariiy to the Acrobat Reader XI that I have installed?

    Anubha,
    It worked! Thank you so much.
    I'd opened file with the 'Open with' feature then clicking Adobe Reader,
    but that didn't do it. When I used 'Open with', then 'Choose default
    program...', it worked like a charm.
    Again, thank you!
    Jonathan
    On Wed, Mar 18, 2015 at 10:16 PM, Anubha Goel <[email protected]>

  • How do you change the Print Products Store from USA to UK like you can do in IPhoto?

    How do you change the Print Products Store from USA to UK like you can do in IPhoto?

    Please keep in mind that Aperture is not an enhanced iPhoto, it is a different application with a different philosophy and a different intended audience. If you approach it with that in mind you will have a lot less frustration as you learn Aperture.
    Aperture adds a layer of complexity that is not needed by many.  iPhoto is a very powerful application and fits the needs of many amateur photographers.
    As for your original issue, as I said I am surprised that iPhoto allows you do switch countries like that and am not surprised that Aperture doesn't. If this is something you really need to do working in Aperture but using iPhoto to order the prints is a good work around and will not be all that difficult to do once you get the hang of it.
    As for your new question, the books in iPhoto and Aperture are different enough that the code that created the book in iPhoto wouldn't work in Aperture. What happens when you import an iPhoto library into Aperture is that the images in the book are combined into an album in Aperture with the same name as the iPhoto book. You will need to re-create the book in Aperture uaing the images in this album.
    Hope this helps, post back if you have anymore questions.
    regards

  • How do I change the language in Pages from American English to Finnish?

    How do I change the language in Pages from American English to Finnish? I know there's a bunch of languages behind Inspector, but no Finnish there. Can I download it from somewhere? This is an American machine and an American OS X Mountain Lion.

    http://m10lmac.blogspot.com/2011/06/extra-spell-checking-dictionaries-for.html

  • How can I change the formate of @today from (MM/dd/yyy) to (dd-MM-yyyy)?

    I am in openscript, using a settext commend - .setText("{{@today(MM/dd/yyyy), 10-02-2011}}}}"); is anyone know how can I change the formate of @today from (MM/dd/yyy) to (dd-MM-yyyy)?
    I went to Java Code tab and tried to use - new SimpleDataFormat("dd-MM-yyyy").format(new Date()); but not successful. Any help will be appreciated.
    Katherine

    Hi,
    you can display the date format in dd-mm-yy by using the below Java code.
    First import the bellow java classes.
    import java.util.Date;
    import java.text.SimpleDateFormat;
    //and add bellow code in run() function
         //************ Display Date and Time *************
         Date date_format=new Date();
         SimpleDateFormat dateFormat = new SimpleDateFormat("dd-mm-yyyy");// HH:mm:ss");
         String Exec_Time = dateFormat.format(date_format);
    //output statement
    info("Today's Date: "+Exec_Time);
    I can able to add the screenshot of this output here, so if you need any other information please write to me.
    Regards,
    MRSN

  • How do i change the Std. confirm key from 'AB' to 'Z1', receiving ACK IDOC.

    Hi,
    How do i change the Std. confirm key from 'AB' to 'Z1', when loading ACK IDOC.
    Thanks

    Hi Jorge,
    Thanks for your help.
    I change the output mode to "Collect IDocs" method, if I use SAP standard function POIM (RCCLMDAT), it will depend on change pointer to generate IDoc, and it includes function: RSEOUT00 ( and MASS_RSEOUT00 ) to collect and send IDoc.
    The collect table is BDCP.
    BR,

  • How do I change the units in InDesign from p0 to mm?

    How do I change the units in InDesign from p0 to mm?

    And you can do the same for existing documents, or just right-click a ruler and change the units at any time (even using different units on each ruler if you like).

  • How do I change the mail reading pane from horizontal to vertical ?

    How do I change the mail reading pane from horizontal to vertical ?  Help !!

    Mail > Preferences > Viewing
    Select or deselect:  Use classic layout

  • How do I change the settings in Maps from miles to kilometers?

    How do I change the settings in Maps from miles to kilometers?

    I've had an entirely different experience with Map units.  Maps on my iPad (iOS 8) will only deliver units in kilometers, no matter how I adjust the settings for Maps or Region/Language.  I am trying to calculate distances between two locations in the United States where all road distances are measured in miles.  My iPad region is set to United States.  When I open the settings for Maps, change the units from kilometers to miles, and close the window, IOS-8 changes the setting back to kilometers every time.
    Slick interfaces and device designs aside, at times these little annoying bugs just make the folks at Apple look like rank amateurs.

  • How do I change the table to start from right to left

    How do I change the table to start from right to left

    iWork apps have bugs that make them unsuitable for RTL scripts in various ways.  You might be better off using a different app if your work has a lot of RTL text.

Maybe you are looking for

  • Help needed with this form in DW

    Hi, i have created this form in dreamweaver but ive got this problem. In the fields above the text field, the client needs to fill in some info such as name, email telephone number etc. But the problem is when ill get the messages. Only the text from

  • Define Web Services in XI and call Web Services from XI

    Xi guys, I want to create some Web services in XI that will do the following things: receive an XML message over SOAP (from BEA WebLogic), execute 2-3 calls to an external HTTP Web Server from which I will get a response, export a file into another s

  • Getting error back to XI for Asyn Proxy scenario

    Hi All,     I am working on proxy scenario. i am using fault message type for  rising exception and scenario is asynchronous.  if ther is any application is throwing some exception, now it is not coming to xi. we can monitor it in R3. but i need to r

  • Modify or enhance in BP screen

    Hi gurus. My requirement is: In Tcode BP when communication type is set to email then set email field as madetory. Another if payment is by SMS then mobile field must be madetory. like wise few more fields to be mandetory. So for setting fields mandi

  • Help Needed regarding SQL Loader Error

    Hi, I am trying to insert some records into two tables using same control file. I am using the follwing command to load data sqlload "$ORAUSER" CONTROL="$LDRFILE" DATA="$DATA_PATH/$DATA_FILE" BAD="$BAD_FILE" LOG="$LOG_FILE" DISCARD="$DISCARD_FILE" ER