I ve deauthorized all my computer how do I add one

Can anyone help ?

Hello, tigerian. 
Thank you for the question.  The article below will help you authorize your computer.  To enable the menu bar, press Control-B. 
iTunes Store: About authorization and deauthorization
http://support.apple.com/kb/HT1420
Cheers,
Jason H. 

Similar Messages

  • When I try to print sth I can´t choose my printer. Adobe Reader only shows a printer I used years ago.I aleady deleted and reinstalled the Reader and deleted all other printers from the computer.How can I add a new printer to Adobe Reader?Thanks for help!

    When I try to print sth I can´t choose my printer. Adobe Reader only shows a printer I used years ago.I aleady deleted and reinstalled the Reader and deleted all other printers from the computer.How can I add a new printer to Adobe Reader?Thanks for help!

    Hi,
    I would suggest you to uninstall Adobe Reader using the cleaner tool and then re-install the latest version.
    Adobe Cleaner Tool:- Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs.
    Latest version of Adobe Reader:- http://get.adobe.com/reader/
    If you still experience the same issue, please share the following information:-
    - Screenshot of Adobe Reader showing printer options
    - Screenshot of Microsoft Word showing printer options
    - Screenshot of control panel- Control Panel\All Control Panel Items\Devices and Printers
    Regards,
    Nakul 

  • HT204053 i dont have the icone icloud on my computer. how can i add it?

    i dont have the apps icloud on my computer. how can i add it?

    Creating an iCloud account: Frequently Asked Questions:
    http://support.apple.com/kb/HT4436
    iCloud requires a newer MacOS X version than given  in your signature.

  • How can i add one phone number to my macbook pro application imessage

    how can i add one phone number to my macbook pro application imessage

    Make sure that the iPad is using the same Apple ID as your iPhone. If the phone number still doesn't appear, log out of iMessage on both devices, log back in on the iPhone, wait until it activates, then log into iMessage on the iPad with the same Apple ID.

  • How can i add one month to a date variable ?

    Unlike the week which always 7 days, month may change from 28 to
    31, so how can i add one month to a date variable ? Thanks in
    advance.

    Adding 365 won't always work because of leap years.
    You could use the following SQL statement:
    SELECT
         TO_DATE(
              TO_CHAR(TO_DATE(SYSDATE), 'DD-MON-') ||
                (TO_CHAR(TO_DATE(SYSDATE), 'YYYY') + 1)) NEXT_YEAR
    FROM
         dual
    NEXT_YEAR
    08-JAN-03Or you could create your own function. You would use this
    exactly like add_months:
    CREATE OR REPLACE FUNCTION add_years
         (v_date DATE, num_years NUMBER)
    RETURN DATE AS
         v_year DATE;
    BEGIN
         v_year := TO_DATE(
                   TO_CHAR(TO_DATE(SYSDATE), 'DD-MON-') ||
                         (TO_CHAR(TO_DATE(SYSDATE), 'YYYY')
                                             + num_years));
         RETURN v_year;
    END;     
    SELECT
         add_years(SYSDATE, 1) new_year
    FROM
         dual
    NEW_YEAR 
    08-JAN-03
    SELECT
         add_years(SYSDATE, -1) new_year
    FROM
         dual
    NEW_YEAR 
    08-JAN-01

  • How can I add one seat for a single app to a team account?

    We currently have a team for our art department, which needs Photoshop, Illustrator, In Design and Acrobat.  We have other departments that just need Acrobat.  How can I add one seat, that has access to only one App so I'm not paying the full price?

    Did you ever figure this out? I need Photoshop single licenses and Adobe is making this ridiculously difficult...

  • How can i add one wave in in our Function generator example?

    how can i add one anotehr wave in our function generator example. i want to use superposition and add one more wave to our first wave in function generator and see the result.thanks

    Hi hood1,
    2 options:
    1) You can add many waveforms by combining them into one Array.
    2) Use the Waveforms tools, that give you many option for adding waveforms. one after the seconed or adding the Y array of a waveform to other Y array of second wave form, and so on...
    Hope it Helps...

  • How do i add one transitions to multiple photos in iMovie 11

    how do i add one transition to multiple photos (400 photos) in iMovie 11?
    I have other transitions in the movie that are various lengths.
    Do I have to do it one at a time? (x 400)

    Welcome to the forum.
    However, this is the Photoshop>General Discussions forum, and does not cover either Elements program, Premiere Elements, or Photoshop Elements, or their Elements Organizer.
    If you can please let us know exactly which of the Elements program you are using (either Premiere Elements, or Photoshop Elements, through the Elements Organizer), a MOD can Move your post to the appropriate forum, where you will get quick answers.
    Also, additional music can be Imported into several of the Elements programs, but knowing exactly which you are using, will dictate the instructions.
    Good luck, and please let us know more.
    Hunt

  • If i have already deauthorized 5 devices this year  how do i add one now

    how do i add a new pc after i have already deauthorized 5 once this year

    If you presently have less than five authorized, authorize that computer normally.
    If you presently have five authorized, click here and ask the iTunes Store staff for assistance.
    (102301)

  • I'm setting up Apple ids, and its not giving me the option to set up a rescue email. How can I add one?

    I'm setting up Apple IDs, and its not giving me the option to set up a rescue email. I've set up Apple ID's in the past, and its always given me the option. How can I add a rescue email?

    You can find the instructions here. I removed the screenshots but the text is copied below.
    http://support.apple.com/kb/HT5312?viewlocale=en_US&locale=en_US
    You can edit or delete your rescue email address at My Apple ID. To edit your rescue email address:
    Navigate to My Apple ID using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    Note: The option to send an email to reset your security questions and answers will not be available if a rescue email address is not provided. You will need to contact iTunes Store support in order to do so. 
    After you've validated your identity by correctly answering your security questions, click Edit to the right of your rescue email address.
    Once you've finished editing your rescue email address, click the Save button directly below the email field.  

  • How can I add one more path in the classpath tag in xml

    I have added the following line in the global-web-application.xml, and it works.
    <classpath
    path="/apps01/o9ias/j2ee/home/default-web-app/WEB-INF/properties"
    />
    But whenever I add one more path into it, the oc4j can't start.
    The Oracle manual Oracle9iAS Container for J2EE is beta. It doesn't tell the grammer to do that.
    Hopefully you can share some ideas and let me know how to add some more path into it.
    Thanks.
    Wei

    Hi Wei,
    I have just done a quick search of the following URLs
    http://www.orionserver.com
    http://www.orionsupport.com
    http://www.atlassian.com
    http://www.elephantwalker.com
    And -- as is nearly always the case -- found a shamefully minute amount
    of information, and what I did find was totally useless.
    Oracle have not produced any real documentation for OC4J -- they
    claim it's coming in the next release -- and, as I already said, I
    couldn't find anything on the Internet about "global-web-app.xml" or
    "classpath" element. Therefore (surprise, surprise) your only option
    (as I see it) is just experiment and try to hack the code.
    I wish someone would please tell me if there's another option, because,
    like you, I find it very frustrating to have to continually play
    "guessing games" when trying to work with OC4J. I imagine other people
    seem to enjoy this -- since I don't see anyone else complaining.
    In any case, have you tried multiple "path" attributes, for example:
    <classpath path="/your/path/" path="/your/other/path/"/>
    Got nothing to lose, have you :-)
    Good Luck,
    Avi.

  • How can i add one field in the container for the standard task-90310004?

    Hi,
    Please let me know thw steps to add one field in the container for the standard task-90310004.
    Usefull suggestions will be rewarded.
    Regards,
    Neslin.

    <b>Hi,
    Containers are used for holding Application data for Workflow purposes.
    Event container
    Task container
    Workflow container
    Role container
    Binding is the linking of data from one container to the other for making data available all across the workflow.
    But you can get values from one container to another container like this
    Container(Con)
    1. WF Con to Role, Wf con to task con, Wf con to event
    and
    2. Event con to wf con, task con to wof con
    and
    3. Method con to task con
    and
    4. Task con to method con
    So, we don't have direct possible binding from task con to task con.
    Thanks and Regards,
    Prabhakar Dharmala</b>
    Message was edited by:
            Prabhakar Dharmala
        But you can do pass values from first task con to wf con and again from wf con to another task con

  • Now that Teams support Single App Licenses, how do I add one?

    I got an email from Adobe that says you can mix and match Complete and Single App Licenses in Teams now. This is exactly what I need! However, when I log in to manage my team and add a seat, it can only add another Complete License. How do I add a Single App license to my team?
    Here is the quote from the email leading me to believe that you can mix and match licenses as you see fit: "Choose the plan that’s right for your organization — complete, new single app (which gives you access to one creative tool, like Adobe® Photoshop® CC), or a mix of both."

    Adobe tells me that resellers are selling this product and it is not directly available through Adobe.
    The resellers tell me that they don't sell CC applications please contact Adobe directly, they have no way of adding features to a CC account only Adobe can do this.
    I have spent a week now trying to get a straight answer from Adobe they keep directing me to a notice that the single Apps for teams is only available through resellers. I sent a copy to the reseller and this was news to them.
    I have also been told that Acrobat is not one of the Single Apps for Teams. That I find hard to believe.
    I even had an Adobe rep swear she would call the reseller but I have never heard back from her.
    Hope my frustrating experience helps anyone else from going down the stupid run around road.

  • I DONT UNDERSTAND ICLOUD I AM TRYING TO ADD SONGS I HAVE PURCHASED TO MY IPOD AND IT SHOWS THE CLOUD BY ALL THE SONGS HOW DO I ADD THEM FROM MY COMPUTER TO MY IPOD?

    I am having trouble putting the songs i purchased onto my ipod shuffle help me someone please and i dont understand why i have a cloud by the songs

    You add them from your computer by syncing with iTunes, as discussed here: http://support.apple.com/kb/PH12313.  The cloud symbol you see in Purchased list in the iTunes app on your iPod is to download them from the iTunes store if you ever need to, or don't have access to a computer to sync them to your iPod.  This feature is called "iTunes in the Cloud".

  • In 7.0 How do I add one CD at a time without all Cds being taken out?

    I have upgraded to 7.0 and wanted to add a new CD, I used to find that when itunes was on it would upload a CD into my Library and I would drag and drop into my ipod section, easy.
    Now I don't see the new CD, so I looked at the new sync part for music, I am no expert so I ticked Sync music and then ticked all songs and music and the whole lot of my music just went.
    Luckily I had a backup of all my ipod stuf and am now adding it, don't know if it will all go in, will have to see.
    My point is, if you want to add some CDs to your ipod, how do you do it without it taking everything out, I have nearly 9,000 songs so if anyone can help or give me a place to find out about this I will be very happy.
    BTW does this happen in my video section too, I am afraid to try??
    Many thanks, Chrisie.

    You can set your iPod for manually managing
    your music. It is an option in the iPod screen. Or
    search the on-line help.
    The alternative is that the iPod simply mirrors
    whatever is in iTunes. That means it removes things
    from the iPod if you remove them from your computer.
    -- Michael
    Hi Michael, there is no option in the music screen to manually manage my music, believe me I have been looking at this for 2 days now.
    I have searched online for help and also not found anything, I cant understand why Apple puts something new on and then gives no instuctions on how to use it.
    I went into thier Tutoral section and they are still showing you how to put CDs in the old way.
    Anyway, thanks for your help.
    Chrisie

Maybe you are looking for

  • Switched iPod format from PC to Mac OSX.5 - Album Art Missing in some songs

    Has anyone else seen this problem? I am meticulous about adding art to albums I like, especially, so I know it was there before. I switched from a Windows system to Macbook recently, and everything else seems great, but there is definitely some artwo

  • The font in the component

    I am using a chinese system.And when i use the swing component the font is so ugly.How can i solve this problem?I has tried to use method setFont() on the ContentPane.But it is of no use.

  • Itunes infinite sign in loop problem

    I did quite a lot of research into this issue and all of the solutions that worked for others does not work for me at all. The problem is that I cannot sign in to my itunes account on my mac at all. I keep getting the sign in loop where I have to re-

  • Configuring an access/console server

    Hey there, I'm configuring an access/console server. I configured aliases for my devices. cp-ext-s1             telnet 192.168.41.11 2011   cp-ext-s2             telnet 192.168.41.11 2012   cp-ext-r1             telnet 192.168.41.11 2013   cp-ext-r2 

  • Restore command fails

    hi I am trying to restore from files stored in the recovery_area but I have the wrong default channel configured, how can I tell it to use files on my disk for restoring. RMAN> restore database check read only; RMAN-00571: ===========================