How do i find out what year my imac was made so i can upgrade?

how do i find out what year my imac was made so i can upgrade?

Go to the Apple then About this Mac then More Info then enter the Model Identifier Number in this search window:
http://support.apple.com/specs/#imac

Similar Messages

  • How do i find out what year my imac was made?

    how do i found out what year my imac G5 was made?

    DowNload and install CoconutID:
    http://www.coconut-flavour.com/coconutid/index.html
    That tells you exactly where and when your Mac was made.

  • How do i find out what week my itouch was made?

    ? i m just wondering any replies welcome

    The fourth and fifth digits of the Serial Number on the back of the iPod (or in iTunes, or Settings > General > About > Serial Number) are the week it was made. Don't read too much into it though. 
    mrtotes

  • HT201364 Without having to dig up some receipt is there a way to find out what year my iMac is from?

    Without having to dig up some receipt is there a way to find out what year my iMac is from?

    Check the model ID in the System Information
    Download and use  MacTracker to determine the year (and every other thing about the machine you could ever want to know).
    OT

  • How do I find out what year my iPad is from if the screen is broken so I can get it repaired?

    I can't see the middle of my screen where you enter the password to unlock my ipad. So I can't enter the password because it tells me to try again in 15 minutes. I need to find out the year and other details about it so I can't get it repaired. How can I do this?

    You may find that it's less expensive to go somewhere (such as ebay) and purchase a replacement rather than going through Apple to get yours repaired or replaced.
    The iPad 1 isn't affected by the Activation Lock issue that many people run into when buying a secondhand device as it cannot run iOS 7.
    It will probably be around $250 to repair/replace the iPad through Apple, and if you're willing to spend that amount, you may as well spend a bit more and get a newer device.
    ~Lyssa

  • How do I find out what year my MacBook Pro is?  I want to know if I can use the mirroring function with my Apple TV if I download Mountain Lion.

    I'm trying to find out if I can use the mirror function to look at large construction drawings using my Apple TV.  It says that my MacBook Pro has to be early 2011 or newer and I can't remember what it is.

    Mactracker - Get Info on any Mac

  • How do I find out what the internal error was?

    I got a fatal internal error when I pressed the "Show Errors" button under Windows->Show Errors menu option.
    Silly me, I didn't write it down. When I relaunched LabView, it offered to go and try to diagnose the error,
    but not I can't find any trace of what the error actually was! Obviously, I should have written it down,
    but why didn't Labview also record the error?

    Hi Doughera!
    When you say: "When I relaunched LabView, it offered to go and try to diagnose the error", do you mean that LabVIEW gave you the option of Investigate Now, Investigate Later, & Do Not Investigate? Assuming this is what you are referring to, by choosing either Investigate Now or Investigate Later, LabVIEW will generate an error log .txt file. This file is automatically placed in your My Documents\LabVIEW Data\lvfailurelog folder.
    Hope this helps!
    Travis H.
    National Instruments
    Travis H.
    LabVIEW R&D
    National Instruments

  • How do I find out what number my fax was sent to?

    I sent a fax and I waited for 10 to 15 minutes and saw in the
    fax dialogue box that the fax was sent. When I called to confirm, the person had not received the fax. Is there any way, after the fact, to see what number the fax was sent to?
    Thank you,
    Michael

    In the Printer Setup Utility, choose Show Fax List from the View menu. I'm pretty sure that is it. I don't fax from my computer, but I think that is where you get to it.

  • How do I find out what year my I-Mac was made

    Where on the computer (I-Mac) do I find when the computer was made

    enter the serial number here: http://www.chipmunk.nl/klantenservice/applemodel.html

  • How do I find out what OS my macbook was installed with

    Ok here's my problem, a while ago my mac book stoped wotking altogether so I took it into a computer repair shope who advised me that the both the memory and hard drive needed replaced so I authorized this to happen, then they asked me to provide the OS disc that came with the machine but for some reason it's totally dissapeared now and I cannot find it, from memory I seem to recall it being a 10.6.7 version and I've looked around to see if i can find one for sale but can only find ones like 10.6.3 so my question is,am I able to use the later to get the OS installed and then go from that to Lion, or must I install the 10.6.7 that I think is the one that was installed with machine when I bought it?
    any help will be appreciated, thank you in advance

    Welcome to Apple Support Communities
    You need the Mac OS X 10.6.7 DVD that came with your computer because the Mac OS X 10.6.3 disc isn't compatible with the MacBook you are using. Call Apple to get replacement DVDs > http://support.apple.com/kb/HE57
    The best way to know what Mac OS X version came your MacBook with is to provide the Model Identifier, that you can find in "System Profiler" application. Another option is to insert the last numbers of the serial number in this website > http://www.everymac.com/ultimate-mac-lookup/
    After installing Mac OS X 10.6, you will be able to upgrade to Lion or Mountain Lion. Make a backup of your data before upgrading and check that your applications are supported > http://www.roaringapps.com

  • How do I find out what the Apple ID was to set up my iphone?

    I reset my iPhone 4S and when I went to reset it up, it asks for my Apple ID that was used to set up the phone. I have 2 Apple ID's and have used both, changed passwords dozens of times and the phone still won't accept my apple ID's. It tells me with the Apple ID's are not correct or the passwords are not correct.  It shows an Apple ID in the paragraph on the Activate iPhone page but that does not correspond (the number of dots and letters given) with anything I use. Any help would be appreciated.
    Thank you,
    Dotty

    You may be able to find your Apple ID at Look up your old and forgotten Apple ID

  • How do I find out what is being captured and applied?

    Hi,
    I have the following issue i'm trying to understand.
    My test 2-way streams setup (10.2.0.3 on windows) was stopped/broken for some weeks. I got around to starting to fix it yesterday. Since then its been sat there scanning through logs starting from the 21st of May 2007 (and still on the 21st). There are large number of messages being captured queued and propagated (8378901+ at the mo). This would make some sense if there had been constant changes going through for the past weeks but there haven't. I've created and dropped a table, inserted a couple of rows, and maybe created an index but thats it.
    So what is going on?
    Is there a way to peek into the queues and see the contents of these messages?
    How do I find out what its doing and why?

    Hi,
    You can know what is being applied using the following query:
    select sid, event, p1, p2, state, seconds_in_wait, sq.SQL_ID, sql_text
    from v$session s, v$sqlarea sq
    where sid in (select sid
    from v$streams_apply_coordinator
    union all
    select sid
    from v$streams_apply_reader
    union all
    select sid
    from v$streams_apply_server) and s.sql_id = sq.sql_id
    AAN

  • How do I find out what applications are running in the background

    I have a 2008 iMac with 2GB memory.  How do I find out what programs are running in the background?  I am going to buy a new iMac before the end of the year to replace this one.  When I looked at Activity Monitor it shows 1.8Gb used but doesn't tell all the programs running.

    open activity monitor [if it doesnt launch click winders>Activity Monitor]. then it'll show all proceses

  • How do I find out what my PW is on my Mac or at least how to reset it?

    I reset my password for internet site but i must have a different pw on my Mac, it will not let me do updates without it*  The PW hint in the sign in screen is not working.  How do I find out what my PW is on my Mac or at least how to reset it?
    thanks,
    sticksrrll.

    Sounds like you want your administrative password on the Mac so can install? For starters, you'll want to ask in a Mac forum. I know you used to be able to reset it using the install disk but haven't tried that for years.

  • How do I find out what OS my Macbook Pro is running?

    I have a Macbook pro that I purchased a few years ago.  To my knowledge, I have never upgraded the OS.  However, I'm not sure.  How do I find out what OS I'm running and what I'm eligible to upgrade to?
    Thank you in advance for your help!!

    10.7 or Lion is already out and has been for over a year.
    The one that is coming is 10.8 or Mountion Lion.
    You will need to buy the DVD for 10.6 but not for 10.5.
    After you upgrade to 10.6.8 then you can use the App Store to download and install either 10.7 or 10.8 when it is release later this month.
    This is provided your Mac mets the hardware requirements for them.
    Allan

Maybe you are looking for

  • Need help: Using JMS to callback a client.

    Hi everyone, I'm having a very frustrating problem. I'm just started to use JMS to overcome callback problem with EJBs. I simply want my EJB to send something (pub/sub) to my client so it can update some display. I first instantiate my Client and Top

  • ORDER BY clause with expression

    Considering that all the column names and table name is valid, what happens internally when the following query is run? SQL> SELECT STU_ID, STU_NAME FROM STUDENT ORDER BY 2+3, STU_ID; What i found out was the rows get ordered in ascending order of ST

  • Lightroom 5 non stop crashing on Windows 7

    And yes, I already did the ui.dll exchange... now it also blacks out randomly when moving around the interface. Not always the same but it will certainly do it after a few clicks... won't continue working with it WAY too risky. Needless to say every

  • How do I install adobe digital editions on an android tablet?

    I have a samsung galaxy 10.1 tablet and I can not seem to get digital editions to install?  I do not see the link for the installer, all I see is for apple or microsoft.

  • Batch Master Creation with lower case letters

    Hi, While creating batch master via msc1n, sytem automatically change lower case letters of bach ID to upper case letters. Can anyone please guide me, where are the settings in the system for this change? Regards, M.S.Baraneedharan