How does first time ipod user download software without error message?

Each time I try to download off the disc that came with new 5th Generation, I get a message reading "Warning: The registry settings used by the iTunes drivers for importing and burning cd's and Dvd's are missing. This can happen as a result of installing other cd burning software. Please re-install iTunes."
I have re-installed several times, both from the disc and the internet and get the same error. I would delete "other cd burning software" on my computer if I knew what it was ,and was sure I do not need it. Can anybody help a very frustrated non-techie? Many thx.

http://docs.info.apple.com/article.html?artnum=300448 Heres a start.
This happens on certain PC's. I dont know if you care to know the ins and outs of why this sometimes happens, but here is why and how to fix it. an application (such as Roxio, Nero, iTunes, etc.) is installing a driver file (as a .SYS) or replacing a working driver file that is referenced within your registry. For some folks, the replaced driver is still referenced by either an UpperFilterCheck or a LowerFilterCheck, and the device manager is actually seeking out that file that, well... no longer exists. Or, when you try and uninstall the application (iTunes is the frequent transgressor) everything is removed, including the related driver files, but the registry isn't altered... so the device manager continues to try and locate that driver file... which no longer exists.
the thing to do to reclaim your optical drives is located in your registry here:
HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE1 0318}
You'll want to have that open, and a mini-window of the following:
START -> CONTROL PANEL -> SYSTEM -> Hardware (tab) -> DEVICE MANAGER -> Offending Drive (with yellow tag by it) Right-Mouse-Click and PROPERTIES -> Driver (tab) -> DRIVER DETAILS
Notice that list. It references all the drivers that that particular drive is utilizing. There should be a single .DLL (dynamic link library) file and multiple .SYS files. It's the .SYS files we're focusing on, and they should be located in your C:\WINDOWS\System32\drivers\ folder stem. If you want to open a new window explorer, and go verify that each of those driver files still exists in that folder stem, you may.
At this point, compare the Driver File Detail list with the Registry Tree Location you're sitting in, and look at the UpperFilterCheck and LowerFilterCheck key values. Your offending key value will NOT be on your Driver File Detail list!!! It might be as small as "PFC" or something else, but that value is referencing to a driver file that no longer exists. Delete that offending key value. Close the registry.
Close the Driver File Details and Drive Properties windows. At this point, to finish this up, you need to Soft Uninstall (Right-mouse-click on the drive, and hit "Uninstall" ) the drive(s), let the Device Manager refresh... then hit ACTION -> Scan For Hardware Changes ...
This should start a new Found New Hardware cycle, and.... poof!... your drives should be back to normal.
Let me know how it goes.
Good Luck,
Rachyl

Similar Messages

  • I am getting this for the first time when i sync .iphone 3gs error message itunes could not sync calendars to the iphone because the sync server failed to sync iphone

    i am getting this for the first time when i sync .iphone 3gs error message itunes could not sync calendars to the iphone because the sync server failed to sync iphone

    I have tried the suggestion to reset the sync log to no avail. Anyone have another idea? This just started after I downloaded 4.3.5.

  • Disappointed: First time IPOD user needs help

    This is the first time I have decided to take the plunge and purchase an IPOD. I decided to go all out and get the Touch. After tryng for a week to get it running and reading all of these posts, I am coming to the conclusion that this was a huge mistake!! It has been NOTHING but a headache.
    Like other posters, my Touch is frozen with the USB cable logo. I tried ALL suggestions posted and in troubleshooting topics. I get as far as iTunes recognizing my device and saying I need to restore. However, every time I restore, it seems to be working but it never can finish and a window pops up saying unable to restore, and error occurred (1604).
    Is there a way to get a hold of these people to get help? This is ridiculous and I am extremely disappointed! I thought Apple was supposed to be very user friendly. Any advice would be appreciated.

    Hi there - Definitely give AppleCare support a chance. Use this page to locate the appropriate contact information for them: http://www.apple.com/contact/.
    In the meantime, regarding your error message:
    I'd attempt a clean reinstall:
    Go into Control Panel > Add/Remove Programs
    Remove these applications:
    1. Apple Software Update
    2. Apple Mobile Device Support
    3. iTunes
    4. QuickTime
    Restart the computer
    Download & Install the Windows Installer Cleanup Utility:
    http://support.microsoft.com/kb/290301/
    Launch the Utility: Start > Programs > Windows Install Clean Up
    Select any of the above mentioned applications, and click Remove
    Restart the computer again
    Download & install iTunes again from here: http://www.apple.com/itunes/download/
    Prior to attempting to restore the iPod again, disconnect any and all non-essential USB devices you have connected to your computer... for example, disconnect printers/scanners but you can leave your mouse or keyboard.
    I also recommend the steps in this article:
    http://support.apple.com/kb/TS1275
    CG

  • Cannot download updates without error message

    Whenever I try to download my computer's updates, an error message pops up saying that I do not have sufficient admin privileges to download them. This is troubling because my account is the only account on my computer, and is clearly registered as an "admin". How can I fix this so that I can download my software updates?

    Try repairing your permissions. If that does not work, try booting from your install disc and reset the admin password.
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Macsimum News Associate Editor  Creator of 'Mac611 - Mobile Mac Support'

  • How to update more than 5 million records without error message ORA-00257:

    Hi ,
    I need to update some columns in my table which is contains about 5 million records
    I 've already tried this
    Update AAA_CDR
    Set RoamFload = Null ;
    but the problem is I've got the error message ("ORA-00257: archiver error. Connect internal only,until freed.) and the update consuming about 6 hours with no results ,
    then I do the commands ( Alter system set db_recovery_file_dest_size=50G) and the problem solved .
    but I need to update about 15 columns of this table to be null ,what I should do to overcome this message and update the table in reasonable time
    Please Help Me ,

    The best way would be to allocate sufficient disk space for your archive log destination. Your database is not sized properly. NOLOGGING option will not do much for you because it' only applies to direct load operations when the data inserted into nologging table is selected from another table. UPDATE will be be logged, regardless of the NOLOGGING status. Here is the quote from the manual:
    <quote>
    LOGGING|NOLOGGING
    LOGGING|NOLOGGING specifies that subsequent Direct Loader (SQL*Loader) and direct-load
    INSERT operations against a nonpartitioned index, a range or hash index partition, or
    all partitions or subpartitions of a composite-partitioned index will be logged (LOGGING)
    or not logged (NOLOGGING) in the redo log file.
    In NOLOGGING mode, data is modified with minimal logging (to mark new extents invalid
    and to record dictionary changes). When applied during media recovery, the extent
    invalidation records mark a range of blocks as logically corrupt, because the redo data
    is not logged. Therefore, if you cannot afford to lose this index, you must take a backup
    after the operation in NOLOGGING mode.
    If the database is run in ARCHIVELOG mode, media recovery from a backup taken before an
    operation in LOGGING mode will re-create the index. However, media recovery from a backup
    taken before an operation in NOLOGGING mode will not re-create the index.
    An index segment can have logging attributes different from those of the base table and
    different from those of other index segments for the same base table.
    </quote>
    If you are really desperate, you can try the following undocumented/unsupported command:
    ALTER DATABASE ARCHIVELOG COMPRESS ENABLE;
    That will cause database to compress your archive logs and consume less space. This command is not documented or supported, not even in the version 11.2.0.3 and causes the database to start spewing ORA-0600 in version 10G. DO NOT USE IN A PRODUCTION ENVIRONMENT!!!!

  • Music Files Not Loading Properly On 80Gig iPod - (First time iPod User)

    Hey Everyone, I'm new to this so please do bare with me. I bought a 80G ipod about 21/2 months ago it's great and all but lately, when I've been loading new Music on it does not load up properly only parts of the album will load up and leave certain part or sometimes even the whole album off despite copying the files information on to the player. When I reconnect my iPod and reload the music on again (once I've deleted the file that isn't working on the ipod) it works fine. It was okay the first few times but it's starting to become an annoyance. If anyone knows whats wrong or what I can do.. please let me know! Any help would be great appreciated! Thanks In Advance

    Try this: "Adding songs from the hard drive to your library" http://docs.info.apple.com/article.html?artnum=93140

  • I have just opened my brand new Macbook Pro and I'm a first time mac user. I have tried to download flash to enable me to watch you tube clips, but on trying to download it, it says I need to close Safari but after doing so, it still won't respond.

    I have just opened my brand new Macbook Pro and I'm a first time mac user. I have tried to download flash to enable me to watch youtube clips, but on trying to download it, it says I need to close Safari but after doing so, it still won't respond. Any tips? Help?

    Actually you need to quit Safari which is different from closing.  With Safari open go the menu bar for Safari/Quit Safari. 
    Mac 101:  Get Started Using A Mac 

  • First time iPhone user. How to sync?

    Finally gave in to purchasing an iPhone. So my first order of business is syncing stuff that I've downloaded to my phone. I've had my friend download some contents to it prior to this. So here are my questions:
    1. Will syncing erase the contents of my phone?
    2. Can I sync just certain type of contents that I want and not everything that's loaded on my iTunes?

    ljcool wrote:
    First time iPhone user.
    Then I suggest you read the manual:  http://support.apple.com/manuals/

  • How can i format my macbook 10.5.8 to snow leopord i am doing first time  format how its process and do i need to formet or upgrade and i have a snow leopard DVD????

    how can i format my macbook 10.5.8 to snow leopord i am doing first time  format how its process and do i need to formet or upgrade and i have a snow leopard DVD???

    First, I'd advise you to make a backup. Time Machine is fine, but I recommend making a bootable backup with Carbon Copy Cloner if possible.
    Then, insert the Snow Leopard DVD (it's a retail version, right? Not a grey disk meant for another machine?) and run the installer on the disk. Should be automatic from that point in. You don't need to reformat your drive.
    Matt

  • I am a first time Mac user. how do i get windows.

    I am a first time Mac user. how do i get windows.I am student; can I avail of a discount should I need to buy any packages

    Yes
    see
    http://store.apple.com/uk/browse/home/education_routing
    dont forget to select the correct countrywhen page opens

  • I'am a first time mac user, can any explain to me how to transfer file i.e. iTunes ,pictures, other files.

    I'am a first time mac user, can any explain to me how to transfer file i.e. iTunes ,pictures, other files.

    Select a file you want to transfer and drag it to the desired destination.
    If you need help with the basics of OS X you can:
    Select Mac Help (or Help Center) from the Finder's Help menu and enter a search keyword. For your question you might search for "copy," "file copy," or "drag and drop" for example.
    See Apple - Support - Mac 101
    Visit the Apple website where you will find additional information and tutorials on how to use OS X.

  • There is a problem in updating iphoto and iMovie, read a response here from a certain Dahveed if I'm not wrong to try this, however I'm a first time mac user, how do you delete this ... /Mac HD/Library/Caches/com.apple.appstore/adoption.plist

    There is a problem in updating iphoto and iMovie, read a response here from a certain Dahveed if I'm not wrong to try this, however I'm a first time mac user, how do you delete this ... /Mac HD/Library/Caches/com.apple.appstore/adoption.plist

    It says 'To update this application, sign in to the account you used to purchase it.'
    However I only have one account. I've tried to sign out and in several times. But it doesn't work. I do remember changing my password recently. Secondly I'd like to add that I got this macbook air 3 days ago. I'm a first time mac user. It had three updates initially. Mountain lion 10.8.2, iphoto and the imovie. I updated the mountain lion, thinking I'd get the iphoto and imovie done later. However now this problem has come up. Thanks for responding. Hoping to hear from you soon again regarding this.

  • Good book for first-time computer user?

    I need to teach someone who has never used a computer how to use one. I have used computers all my life, so I don't know where to start. I thought I'd get a book. If it were Windows, I'm sure I could find a hundred books for a newbie. On a Mac, though, I'm not sure what exists out there, because most new Mac users have used Windows, whereas most new Windows users have never used a computer.
    Does anyone know of a good book that teaches a first-time computer user how to use a Mac?

    The David Pogue books are excellent but first, have you seen Mac 101?
    -mj
    [email protected]

  • How does the time machine work

    how does the time machine work....I need to find an older version of a document...

    Hi mogburn,
    Time Machine is part of the System software, not a feature of the word processing and page layout application, Pages, the topic in this community.
    That said, Time Machine is pretty easy to get into.
    In the Finder, open the folder containing the current version of the file.
    Select the file, then click on the Time Machine icon in the menu bar and choose Enter Time machine.
    The folder window will move to the center of the screen, and two arrows will appear near the lower right corner of the window.
    Click the one pointing back to go back in time, and the one pointing toward the front (of the computer) to return to the present. The display will stop at each saved version of the file along the way.
    Need more details? Try asking in the Mac OS X v10.6 Snow Leopard community.
    Regards,
    Barry

  • HT3231 i have used migrate assist to transfer wirelessly from my PC to my new iMac but i cannot find my documents on my iMac, first time iMac user, what have i done wrongG

    I used Migration Assistant to transfer all my documents from my PC to my new iMac but i cannot find them on my iMac.  I am a first time iMac user.  What am i doing wrong or where to find them?
    thanks
    marlene

    They're in a new user account created by the Migration.  When you next log on, you should get a prompt to assign a password for the new account.

Maybe you are looking for

  • Problem in Purchase order Smartform

    Hi, I am working on the purchase order and i have to  display a condition that if there is a Purchasing Document having the value ZRAW and there is a condition for the condition type 'ZING' (Ingot Price) ,'ZGRD'(Garde Charges) and 'ZBRL'(Rolling char

  • VI revision history numbers match, but file sizes differ.

    Hi all, I am using LabView 7.0.  I am trying to create a utility that compares the VIs on two different computers to make sure that the VIs distributed on both systems are the same.  I tried accessing the Revision History number to compare the two fi

  • Output Images at specific dimensions?

    Simple procedure I think... trying to output an image at so many --- px wide by --- px high. In the export presets I chose 'fit within (pixels)' from the drop down - BUT - problem is it won't crop the image - it will constrain the proportions to one

  • Moving Photo's between events

    Ok i'm beat How do you move individual photo's between events The open event in separate window has gone in 11 so that option is no more I know there is an option to copy & paste but it is working at all it allows to copy but the past option is greye

  • Checkout process error using 2 payment methods

    Hello, I would like to use COD and Paypal as my two methods of payment. However, I keep receiving the same error message during the checkout process. ERROR: Could not retrieve order [ERROR: 1]. Please go back and correct this. I have checked BC's Pay