How can i make itunes open on my Windows computer

I put a password on my ipod and i forgot it and now my ipod says 'Disabled connect to itunes'
I have now downloaded itunes on to my Laptop and it wont open up so now my ipod is broke unless i can get on itunes How do i fix it ?

You can't; iTunes doesn't have the code necessary to play DVDs, not even ones you created.
(65025)

Similar Messages

  • TS1389 How can I make Itunes work properly on Windows 8 ? still receive -42110 error !

    Please anyone...help me.

    Some discussion on means of locating the SC Info folder on Windows 8 systems in the following topic:
    TS1389 Re: How can you do this in windows 8?

  • How can I make Iphone open in Itunes instead of Iphoto?

    how can I make Iphone open in Itunes instead of Iphoto? It never highlites that option when syncing.

    http://support.apple.com/kb/HT4627?viewlocale=en_US&locale=en_US
    When you turn on iTunes Match or Automatic Downloads, or when you download past purchases on an iOS device or computer, that device or computer becomes associated with your Apple ID. This article describes how to manage these associations.
    You must wait the 90 days.

  • How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?

    How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?
    I myself think that (for instance) "A tribe called Quest" should be sorted under "A", not "T".
    Now I can edit the sort options manually per track and/or per selection, but I would really like to just kill this "iTunes-knows-how-you-should-sort"-feature in iTunes.
    Anyone any suggestion on how to do that?
    Thanks

    Here is a modified version of one of Doug's Scripts. My modification was to add Sort Name to the list of tags that could be changed. I tried it on a single track and it worked. I recommend backing up your library first. Select the tracks you want to change (or all tracks) and run the script from the Applescript Editor.  If it works as intended, save it so you can apply it to newly imported tracks.  And, yes, I know this isn't the exact answer to your question, you want to change a preference setting in iTunes (if there is such a setting).
    Original script can be forund at http://dougscripts.com/itunes/scripts/ss.php?sp=thistagthattag
    Modified script is below. Start up Applescript Editor, paste it into a new window.  Start up iTunes and select the tracks to modify.  Click Run in the Applescript Editor.  Follow the instructions.
    (* Put This In That
    v2.0 april 22 2008
    - runs as universal binary
    - adds "Show" tag
    - consolidated code
    - saved as script bundle
    v1.7 October 3, 2006
    - adds "Album Artist" as option
    v1.6 October 28, 2004
    - works around iTunes 4.7 selection bug
    v1.5 ('04/1)-- adds "grouping" tag
    Get more free AppleScripts and info on writing your own
    at Doug's AppleScripts for iTunes
    http://dougscripts.com/itunes/
    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
    Get a copy of the GNU General Public License by writing to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    or visit http://www.gnu.org/copyleft/gpl.html
    -- CONSTANTS
    property allOptions : {"Song Name", "Artist", "Album", "Album Artist", "Composer", "Genre", "Comments", "Show", "Grouping", "Sort Name"}
    property my_title : "Put This In That"
    global thisTag, thatTag, theNewTags, theOriginalTags, yn
    tell application "iTunes"
              if selection is not {} then -- if tracks are selected...
                        set sel to selection
                        set numTracks to (length of sel)
                        set s to "s"
                        if numTracks is 1 then set s to ""
                        display dialog "The data from one tag REPLACES the data in another tag in all the selected tracks, with option to delete data in first tag." & return & return & (numTracks & " track" & s & " selected.") buttons {"Cancel", "Continue"} default button 2 with title my_title giving up after 30
                        if gave up of result is true then return
                        my choose_this_tag()
                        my choose_that_tag()
                        set yn to (button returned of (display dialog "Delete data in " & thisTag & " afterwards?" buttons {"Yes", "No"} default button 2 with title my_title giving up after 45) is "Yes")
                        set oldfi to fixed indexing
                        set fixed indexing to true
                        repeat with t from 1 to numTracks
                                  tell contents of item t of sel
                                            set theOriginalTags to {get name, get artist, get album, get album artist, get composer, get genre, get comment, get show, get grouping, get sort name}
                                            set theNewTags to theOriginalTags
                                            my do_put()
                                            set {name, artist, album, album artist, composer, genre, comment, show, grouping, sort name} to theNewTags
                                  end tell
                        end repeat
                        set fixed indexing to oldfi
              else
      display dialog "No tracks have been selected." buttons {"Cancel"} default button 1 with icon 0 giving up after 30
              end if -- no selection
    end tell
    to choose_this_tag()
              tell application "iTunes"
                        set n to (choose from list allOptions with prompt ("Select a tag to get data from:") with title my_title)
                        if n is false then error number -128
                        set thisTag to (n as text)
              end tell
    end choose_this_tag
    to choose_that_tag()
              set o to {}
              repeat with t in allOptions
                        if (t as text) is not thisTag then copy t to end of o
              end repeat
              tell application "iTunes"
                        set n to choose from list o with prompt ("Use data from the " & thisTag & " tag to REPLACE data in...") with title my_title
                        if n is false then error number -128
                        set thatTag to n as text
              end tell
    end choose_that_tag
    to do_put()
              try
                        repeat with i from 1 to (length of allOptions)
                                  if thisTag is (item i of allOptions) then
                                            set thisTag_sto to (item i of theOriginalTags)
                                            exit repeat
                                  end if
                        end repeat
                        repeat with i from 1 to (length of allOptions)
                                  if thatTag is (item i of allOptions) then
                                            set (item i of theNewTags) to thisTag_sto
                                            exit repeat
                                  end if
                        end repeat
                        if yn then
                                  repeat with i from 1 to (length of allOptions)
                                            if thisTag is (item i of allOptions) then
                                                      set (item i of theNewTags) to ""
                                                      exit repeat
                                            end if
                                  end repeat
                        end if
              end try
    end do_put

  • When pressing Ctrl+f to find something in a page the Find box remains open until I close it, in ALL tabs I have in the firefox window. How can I make firefox open the Find box ONLY in the tab I am in?

    When pressing Ctrl+f to find something in a page the Find box remains open until I close it, in ALL tabs I have in the firefox window. How can I make firefox open the Find box ONLY in the tab I am in?

    Firefox 4 and later versions save the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    Use "File > Exit" or "Firefox > Exit" (Mac: "Firefox > Quit Firefox") if you want to restore multiple windows.<br />
    You can use "History > Restore Previous Session" to get the previous session at any time.<br />
    You may need to click the orange/gray Firefox button to see History.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox/Tools > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • How can I find itunes 10.1 for windows.  I don't want the cloud in newer version.

    How can I find iTunes 10.1 for windows.  I don't want the cloud, and my iPod touch won't go back to prior versions.

    Had the same problem. Also worked fine on my MacBook, but not on my new iMac. Here's what I did to fix it:
    Archive and Reinstall Mac OS (takes about 40 minutes). This reverted my system back to 10.6.2. Just pop in your Mac OS disc that came with your computer. Mine had 10.6.2 on it, and "Archive and Install" is the default option. When it's done, run software update and update everything. Now it all works fine.
    Somewhere along the way, some file got corrupted somehow. But doing an "archive and install" of your OS undoes whatever file damage was incurred, and allows everything to update normally via Software Update as it should.

  • How can I make two Canvas in one Window ?

    I want in the main window ( that is only window in the module ) press button to appear another canvas.
    but that I can't make it , I just made two window until the another window appear.
    that's all
    I tried with :-
    show_view('canvas_name');
    but didn't work with me Sad
    the another canvas made it stacked Canvas .... but also didn't work Sad
    so please , How can I make two Canvas in one Window only ?
    and thanks in advance

    this code work with me :-
    show_view('canvas name');
    go_block(block_name');
    execute_query;
    for HIDE button u have to write...
    hide_view('canvas_name');
    but
    that not exactly what I want ...... I want the stacked canvas appear like second window , and could control on it like window .... it could be possible ????

  • How can I make Thunderbird start auto with windows start-up

    how can I make Thunderbird start auto with windows start-up

    You can by placing a short cut in the windows startup folder, just like any other windows program.
    However if you do you are likely to encounter problems as downloading mail while the anti virus is still loading and the network is busy announcing your machines arrival to the network ( which might be a network of one) and any of a dozen other program are loading is fraught with risk of timeouts and server disconnections as well as error messages that make little sense because they are about something that is still loading.
    So the bottom line is sure you can, but if there are issues take it back out of there as a first step.

  • How can I uninstall itunes from my pc windows 7

    How can I uninstall itunes from my cp windows 7

    You should be able to uninstall iTunes by going into Control Panel on your computer, finding iTunes in the list of your installed programs, highlighting it, and clicking Uninstall at the top of that list.

  • How can I make itunes detect new music added to Music folder

    How can I setup itunes to automatically detect new music added to my music folder? Under the advanced setting I currently have Itunes set to view my music folder where all my music is located. Im using Windows 7, Itunes Version 10.4.1.10. Currently I have to add new music manually and that's *****. I have over 2000 cd's that I need to rip. Please help. Thanks

    If you are ripping CDs, you can rip with iTunes and the tracks will be added to your iTunes library without manual intervention.
    But if you already have the files, or are using something other than iTunes to rip, you will note that iTunes does not automatically detect when new files have been placed in a folder.  You can add this capability by using a 3rd party program such as iTunes Folder Watch.

  • How can I make email messages stay on my computer?

    Up till now I had a .me mail account and I used POP. Now I've moved to iCloud, and apparently am forced to use IMAP. 
    I have an iMac on which I want to keep all my mail, deal with it, archive it, etcetera. And I have an iPad on which I occasionally check my mail when away from my desk, and on which I don't want to keep any mail. Up till now I used to delete all mail on my iPad as soon as I was sure it was stored on my iMac. But apparently that doesn't work anymore. I emptied the IN box on my iPad, and now the IN box on my iMac is empty too, as, I just noticed to my horror, is the SENT box there. There used to be quite a number of mails I absolutely needed to keep, and some I still have to answer …
    How can I make sure that the mail I want to be on my iMac really gets there and stays there for as long as I choose to keep it (other than not throwing away any mail anywhere, which will eventually fill my Cloud)? Will it be enough to move all mail in the IN and SENT box to a corresponding box in the "On My Mac" section?
    Any advise would be more than wellcome.
    Best Regards
    Bart

    Bart Voorzanger1 wrote:
    Up till now I had a .me mail account and I used POP. Now I've moved to iCloud, and apparently am forced to use IMAP. 
    snip…
    How can I make sure that the mail I want to be on my iMac really gets there and stays there for as long as I choose to keep it (other than not throwing away any mail anywhere, which will eventually fill my Cloud)? Will it be enough to move all mail in the IN and SENT box to a corresponding box in the "On My Mac" section?
    You have already worked it out, make local folders (doesn't matter what you call them) and put mail that you wish to keep, but not keep on the server in the local folders, as long as the folders are 'On your Mac' they  will not appear on your other devices.
    As a bonus when you change your mind and want a piece of mail 'globally' accessible just move it from the local folder back to the iCloud account folder.

  • How can i make it so more then one computer can be on time machine at one time

    How can I make apple airport let more the one computer be on the internet at one time

    Any computer logged into your wireless network should be able to access the Internet.
    Is that not the case.

  • HT4914 How can I download iTunes match with out a computer?

    How can I download iTunes Match from my iPad?

    This link should get you going: https://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Benjamin

  • How can I make iTunes authorize Audible files?

    I downloaded an audio book from Audible.com to my desktop computer at home.  Now I am traveling, using my wife's MBP, and have my iTunes library with me on an external drive. iTunes is pointed at that library and open.  I am trying to sync my iPod Touch and in the books seciton, I have specified the audio books to be copied onot my iPod, but I get the message that “some of the Audible files were not authorized to be used on this computer.”  How can I overcome this?

    Hello bobgoldstein,
    Thanks for the question.
    You may need to authorize your audible account for this computer. To do so, click Store > Authorize audible account.
    iTunes Store: About authorization and deauthorization
    http://support.apple.com/kb/HT1420
    Using Audible spoken word files with iPod
    http://support.apple.com/kb/TA26591
    Thanks,
    Matt M.

  • How can I make iTunes accept an alias as a movies folder?

    I love how iTunes organises my media files. But I need to keep my movie purchases on a different, external HD with USB 3.0.
    Creating an alias of the folder "Movies" I've copied to the HD and moving the alias back on place into the user's local Library ends in disaster. All movies that have been in the folder before moving it to the new HD are still playable.
    All newly purchased movies are downloaded out of the "Movies" folder at top level directory instead on the external HD. I can copy them to the external HD aliased "Movies" folder, but they won't appear in iTunes after dragging the files onto the iTunes window. I get an error message that says, the appopriate folder is missing. What can I do to make iTunes accept the aliased "Movies"-Folder as default for purchased movies?

    iTunes is very good, and has been for years, at totally ignoring alises and symbolic links, particularly when another drive is involved.  If you want to keep movies on a separate drive you will have to take a humbler approach and drag them to the external drive, then add them from there (hold down the option/alt key while adding to iTunes so iTunes doesn't copy them back to your main drive).  Maybe some day in the distant future the programmers of iTunes will realize many users have to use external drives since the ones supplied with the computers these days are pretty small (my 12 year old computer has a bigger drive), and if Apple wants people to buy huge media files from the iTunes Store they need to factor this into design.  Send feedback to:
    http://www.apple.com/feedback/itunesapp.html

Maybe you are looking for

  • Wage Type  is not valid for allowance grouping

    Gurus     When i am Executing PC00_M40_TERM and entered Details then in very next screen it is with error    ''Wage Type  is not valid for allowance grouping '' The Issue is showing generic and No specific Wage type shown in error. ABAP Team also Deb

  • Service Tax Payable Transfer - Incorrect Amounts

    Dear all I am facing the following issue while using S_AC0_52000644 - Tax Reports -> General -> Deferred Tax -> Deferred Tax Transfer (New) for transfer of Service Tax(Output) from Interim to Payable accounts - The accounting entry that is generated

  • Problem with write a table to excel

    I want to open an existing Excel-file from Labview with ActiveX. I have used the Example "write table XL.vi" I changed the code that I can open the existing file but I am unable to select a different sheet in Excel.There is always the first sheet act

  • REReplaceNoCase to surround FQDN with anchor tag

    Hey, everyone. Getting ready to head home, for the day, but want to get this out there before I leave. I'm trying to alter a LOT of PDF files.  Need to make it so that all FQDNs in the PDF will be automatically surrounded by anchor tags so they can b

  • Active 4.0 - dll is not re-registered

    I have TestStand 4.0 and 4.1 installed in my system. Using the TestStand Version Selector I am trying to Make 4.0 Active. I get the report as:The following is a list of files that were not re-registered. You might not have these files due to the inst