Can't find license number on product?

I can't find my license number on my boxed elements 13 product I purchased on Amazon.  There's numbers but none that fit in the license number boxes....I've checked the box, the sleeve, and there was no insert.

You may have a code that you convert to a serial number. Check the link for directions.
Find your serial number quickly
Gene

Similar Messages

  • Serial code invalid for downloading 9.0 on one computer, and can't find serial number of acrobat xi on other computer?

    serial code invalid for downloading 9.0 on one computer, and can't find serial number of acrobat xi on other computer?

    Lost information
    https://www.adobe.com/account.html for serial numbers or subscriptions on your Adobe page... or
    Lost serial # http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    -http://helpx.adobe.com/creative-suite/kb/error-serial-number-valid-product.html

  • Can't find serial number for iTunes

    Can't find serial number for iTunes! I need it and I can't find it... Where do you find it in the new updated versions?? Help!
    Thanks

    Apple provide limited phone support with their hardware, not iTunes. If it is an iTunes issue then describe it here and perhaps we can help. If it is a hardware issue and you have registered your product then you should be able to locate the serial number and check on your warranty/support options at https://supportprofile.apple.com/
    tt2

  • Can't find Applecare number!

    ok so i just bought my macbook pro and everything works. i opened my apple care box and it only has a CD and a getting started guide. In the guide it didnt tell me how to register so i just thought i would put in the CD. I clicked on the register applecare icon and it brought up a website. I put in my location. Added my macbook's serial number. Now it wants the applecare number. I clicked on "how to find applecare registration number" and it says another paper should be in the box. Can i find this number anywhere else? Or do i have to call this in? Thank you everyone! I hope I can get all of this done by tonight.
    -Will

    Was the box sealed? When I purchased mine for my previous PBG4, there was a registration certificate that had the number and which you could fill in and fax, in lieu of using online registration. If you purchased everything together from Apple, the Mac might already be registered. Try the following URL to check the status:
    https://selfsolve.apple.com/GetWarranty.do

  • Adobe starter edition has photo numbers by the picture such as DSCO0283.JPG , where can I find that number on the pictures in PHOTOSHOP ELEMENTS 12--reason being that photoshop elements will not convert my catalog to version 12. If i had that number I cou

    adobe starter edition has photo numbers by the picture such as DSCO0283.JPG , where can I find that number on the pictures in PHOTOSHOP ELEMENTS 12--reason being that photoshop elements will not convert my catalog to version 12. If i had that number I could manually rebuild my collections into the photoshop elements 12, but all that i see in photoshop elements is dates and i have multiple pictures from the same dates. HELP! I

    finally getting back to this project---adobe starter edition 3.2 is on a windows XP computer
    ADOBE PHOTOSHOP ELEMENTS 12 is on our Windows 8.1 computer.
    error messages--- had to give up trying to convert---I copied all our pictures to our windows 7 laptop and I installed adobe photoshop elements 12 (my bought program)
    I wanted to try to convert there first. also I copied our catalog to this computer also. Everything was working fine I could see the collections just as they where on the XP computer.
    then I tried to convert on the laptop. I believe the error said something about corrupt file, so I gave up that day. Next day I tried to open ADOBE STARTER EDITION 3.2  and it wanted an unlock code, no such code exists. and my copy of Elements 12 turned into a trial version which has expired. So I am a little hesitant to try to convert on the XP  computer and mess up the existing catalog,
    unless there is a fool proof way. I have tried manually making collections/ albums on Windows 8.1 and PHOTOSHOP ELEMENTS 12  and coping pictures into the new albums. sloooow!!
    I probably have about 4500 pictures and 150 collections/ albums to go. So any suggestions would be appreciated.

  • Can we find the number of rows in table from the dump file

    Hi All,
    Can we find the number of rows in table from the dump file with out importing the table in to the database?
    Please let me know ,if any option is there.
    Thanks,
    Kumar.

    <s>Try to import with option SHOW=Y, that should skip the number of rows which are into a table from a dump file.</s><br>
    <br>
    Nicolas.<br>
    Oops, sorry, that doesn't show the number of lines...<br>
    Message was edited by: <br>
    N. Gasparotto

  • I am setting up a used Airport Express. It works fine with my computer for internet connection. Now I am setting it up for Tivo connection. They ask for a Gateway router number.  Where can I find this number?

    I am setting up a used Airport Express.  It works fine and my computer can get on the internet whith no problems.
    I want to enable my Tivo box to connect to this wifi net, Tivo asks for a Gateway Router number. Where can I find this number?

    The "gateway" number for your AirPort Express, by default, is 10.0.1.1

  • TS2755 How can I find a number I perviously texted before?

    I was texting a number and accidently deleted it.  How can I find the number again (if possible)?

    Does you carrier offer any kind of web access to your billing account? If so, when your bill generates, you may be able to see a list of your texts, who you texted. If you know the approximate time and date of the conversation, you might be able to find the number.
    Best of luck.

  • How can i find imei number. i am stuck at activation screen and sim tray is also replaced. please help

    how can i find imei number. i am stuck at activation screen and sim tray is also replaced. please help

    From the box the phone came in, or read here:
    http://support.apple.com/kb/ht4061

  • How can I find unknown number between specific numbers?

    How can I find unknown number between specific numbers? For example I want to find the start with value from following question... How can I do that? If you run this oracle query SELECT DBMS_METADATA.GET_DDL('SEQUENCE','SEQUENCE_NAME') FROM DUAL to find out my sequence DDL you will see the similar given values that assigned to sequence DDL, and if I can find the result here I will apply same technique to my  C# code to find start with value of sequence in oracle.Thanks –
    Given Values
    Min number=20
    Max Number=500
    increment number=10
    start with=?  needs to be find.
    how many times it increments= 5
    where the cycle stopped now= 205
    Conditions;
    1. Start with number has to be either 20 or 500 or between 20-500...
    2. It always increment 5 times.For example, If the start with number is 75 than numbers goes like First cycle=(75,85,95,105,115) Second cycle=(125,135,145,155,165)...Third cycle (175,185,195,205) and it stops on 205.
    Question is If start with number not known. is there any way to find it?
    Thanks!

    DUPLICATE THREAD!
    Please do NOT keep creating duplicate threads.
    https://forums.oracle.com/thread/2578906
    https://forums.oracle.com/thread/2578830
    Your question has already been answered in your other thread. As I said in your other thread:
    The START WITH value part of the DDL for a sequence is NOT stored in the data dictionary. See the SYS.SEQ$ table for the attributes stored in the dictionary.
    What part of that are you having trouble understanding?
    There IS NO START WITH to find - it does NOT exist!
    Mark this thread ANSWERED and continue using your 2578830 thread if you intend to pursue this further.

  • Can I find serial number or mac address of ipad if I know only Apple ID on it?

    Can I find serial number or mac address of ipad if I know only Apple ID on it? Ipad and macbook air were stolen and I do not remember their serial numbers.

    No, the MAC address, the unique set of letters and numbers that identify the network interface in the device, will not help you, or anyone else, locate a stolen iPad. If you didn't set up Find My iPad on the device before it was stolen, then there will be no way to track it. The police typically will only want the serial number of the stolen items so they can identify them should they manage to find the thief.
    If none of the methods suggested by the others - receipts, iTunes, registration with Apple, packaging - can provide you the serial number, then there's no way you can obtain that information
    Regards.

  • How can i find serial number and UPC of my laptop pavillion dv6 touch screen

    How can i find serial number and UPC of my laptop pavillion dv6 touch screen if i do not have the sticker at the back or below the battery .. thanks

    Hello,
    The hot key combination you can use at the desktop screen is "FN + ESC". That should bring a system information window on the screen with the computer information including the serial number.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Hi! Where can I find account number to pay Adobe Invoice for cretive cloud? I don't know how can I pay my second Invoice?

    Hi! Where can I find account number to pay Adobe Invoice for cretive cloud? I don't know how can I pay my second Invoice?

    Some Change/Verify Account links https://forums.adobe.com/thread/1465499 that may help
    -Credit card https://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting -creative-cloud.html
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Can't find serial number in purchased box of Photoshop Elements 13 product from B

    I can't find the 24 bit serial # in the Photoshop Elements 13 box purchased from retailer.  There was no card in the package, nor serial # on the sleeve, nor on the flip page on the back of the box.
    Please help

    Try this link:
    <Find your serial number quickly>
    Good luck.

  • Need to move Acrobat Pro to new PC, can not find license serial number. Suggestions?

    Is the license key stored in one of the installation files; I need to move the version to a new PC.

    Hello,
    Please check this article- http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Regards,
    Deepak

Maybe you are looking for

  • HT201304 How can I get my money back for app

    It dose work

  • Question regarding MSCS post upgrade.

    We currently have ECC 5.0 ABAP only system (NO JAVA) running in MSCS environment. ( Windows-SQL server) Currently we have Two nodes such as  Node 1 and Node 2. At a given time we have all resources running either on Node 1 or Node 2. Now, we have com

  • Installing oracle Apps 11i on windows 200 server

    Hi, I'm trying to install oracle 11i apps in windows server. I have done all prerequsite steps before starting intallation. In front end screen its saying compled unziping 81 of 114 at (71%) at one particular point the installation is not proceeding

  • Divide library but leave behind photos used in albums

    I'd like to divide my library which is organized in projects by year, sub-projects by month.   The easiest way is for me to lop off the oldest years but I don't want to remove photos that are being used used in albums.    Is there an easy way to do t

  • Can not download CTM 4.7.0.296.1Patch.tar

    Is there anybody who can help to fix problem on downloading "CTM 4.7.0.296.1Patch.tar" from "http://www.cisco.com/cgi-bin/tablebuild.pl/ctm-47", cause the file might be broken.