ITunes settings lost after reboot

I have a problem where after a reboot the settings of iTunes are back to default. For example:
it loses the account for the Store (I have to re-enter email address and password);
it loses the wifi sync settings for my devices
it shows the iTunes tutorials screen, as if I'm starting iTunes for the first time
settings under preferences are lost
Other things are not lost:
the library is still there;
iTunes remembers the devices (when connecting it is handled as a known device) and knows what playlists/apps/.. to sync with it.
Since I'm not rebooting my Windows 7 PC a lot, the problem is not occuring a lot, it doesn't keep me from using iTunes, it is just annoying. Now after rebooting I decided it's enough and I would post the issue (since I can't seem to find a comparable issue).
Also worthwile noticing is that the problem is already there for some time, though I can't exactly pinpoint anymore when it started. Possible when iTunes 9 or 10 were realeased.
Now I'm using:
Windows 7 64-bit (completly up to date)
iTunes 10.5.2.11
Thanks for any help!

Router>sh ver
Cisco IOS Software, 1841 Sofware (C1841-IPBASE-M), Version 12.4(7d), RELEASE SOFTWARE (fc2)
ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
Router uptime is 34 minutes
System return to ROM by power-on
System image file is "flash:c1841-ipbase-mz.124-7d.bin"
Cisco 1841 (revision 7.0) with 114688/16374K bytes of memory.
Processor board ID FCZ1251943K
2 FastEthernet interfaces
1 Channelized (E1 or T1)/PRI port
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM
31360K bytes of ATA CompactFlash (Read/Write)
Configuration register is 0x2142
Router>

Similar Messages

  • Hyper-V 2012 R2 - Linux Guest VLAN Settings lost after reboot

    Hi Guys,
    last night a have seen a strange behavior with a Sophos UTM 9.204020 Linux Guest VM. (This VM is based on SUSE SLES v11? i think)
    So i have Setup this in my home lab and experienced the same problem.
    ----Setup-----
    2 External VM Switches
    Management OS is on VLAN 4093 with IP 192.168.20.1
    The guest network adapter is in Trunk Mode, VLAN Tag (4093) is set in the guest OS with IP 192.168.20.100
    Everything works until you kick off a reboot from the guest or hyper-v console, after the reboot you loose the connectivity on the network adapter with the vlan trunk.
    If you shutdown the guest and start it everthing works again - this happens only on reboot!!
    I have tried diffrent things (static mac, enable disable hardware features (vmq/offloading etc) on the vm network adapter but always the same error.
    After some search on the net i have found this article: Link 
    This guy has the same problem with another linux vm (based on debian) his workaround was to trigger a powershell script with the eventlog after reboot of the vm, this works for me too but this must be bug?
    Has anyone else experienced this problem?
    André

    Hi Andre,
    I would suggest you to install the supported Linux guest OS on hyper-v , please refer to following link:
    http://technet.microsoft.com/en-US/library/dn531030.aspx
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • [Solved] Catalyst Control Center settings lost after reboot

    Hi
    After having a working desktop I decided not to use xinerama because it wouldn't work with the composite extension. So i decided to start from scratch. After following the wiki on making a dual-head setup in my xorg.conf file it kind of worked (cloned display 1280x1024). I changed settings in ccc and all was perfect (Big desktop 3200x1080). But then after restarting all ccc configuration was lost.
    xorg.conf:
    Section "ServerLayout"
    Identifier "screen-layout"
    Screen 0 "screen0" 1920 0
    EndSection
    Section "Monitor"
    Identifier "monitor0"
    Option "VendorName" "BenQ"
    Option "ModelName" "TV"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "monitor1"
    Option "VendorName" "ViewSonic"
    Option "ModelName" "Display"
    Option "DPMS" "true"
    Option "RightOf" "monitor0"
    EndSection
    Section "Device"
    Identifier "device0"
    Driver "fglrx"
    Option "OverlayOnCRTC2" "1"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "device1"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "screen0"
    Device "device0"
    Monitor "monitor0"
    DefaultDepth 24
    Option "TVOverScan" "0"
    SubSection "Display"
    Viewport 0 0
    Virtual 3200 1080
    Depth 24
    EndSubSection
    EndSection
    And here is the log:
    sudo cat /var/log/Xorg.0.log | grep WW
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6.433] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 6.536] (WW) Falling back to old probe method for fglrx
    [ 6.632] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 6.639] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 6.912] (WW) fglrx(0): Big Desktop related functionalities are replaced by RandR 1.2!
    [ 6.946] (WW) fglrx(0): Option "VendorName" is not used
    [ 6.946] (WW) fglrx(0): Option "ModelName" is not used
    [ 7.347] (WW) fglrx(0): TFD direct rotation is not supported currently with multi-viewport screen
    [ 7.807] (WW) evdev: EST Gaming keyboard: ignoring absolute axes.
    Does anyone know how to fix this or have a better solution on dual-head without xinerama?
    Thanks in advance!
    Last edited by Nue (2014-07-15 12:17:06)

    I just realized that I wont need to be able to drag windows between screens. heh
    I got it mostly right now. It's just that my second screen is black. You can move the mouse there but thats it. I will keep on working.
    My .xinitrc
    cat .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    setxkbmap -layout se
    exec awesome
    The xorg.conf.d should be untouched
    sudo ls /etc/X11/xorg.conf.d/
    10-evdev.conf 50-joystick.conf 50-vmmouse.conf
    10-quirks.conf 50-synaptics.conf
    The main issue and reason I started over was that Composite wouldn't work when xinerama was enabled.

  • Settings lost after reboot (1841)

    After learning the basics of this router over the past few days I can't get the actual setup/settings to remain saved after the router has been shut down for a day or two (still learning and experimenting).
    Having set it up the way I want it, both through console and SDM I either save the config through SDM or "wr me" through the console and the settings are saved without any issues.
    However, whenever I've turned it off and then on again I get the "Would you like to enter initial configration dialog? [yes/no]". I've always chosen "no". I get the message that the router has undergone a cold start and my interfaces are set in a administratively down state.
    Doing a "show running-setup" reveals all of my settings have been reset.
    What am I doing wrong?

    Router>sh ver
    Cisco IOS Software, 1841 Sofware (C1841-IPBASE-M), Version 12.4(7d), RELEASE SOFTWARE (fc2)
    ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
    Router uptime is 34 minutes
    System return to ROM by power-on
    System image file is "flash:c1841-ipbase-mz.124-7d.bin"
    Cisco 1841 (revision 7.0) with 114688/16374K bytes of memory.
    Processor board ID FCZ1251943K
    2 FastEthernet interfaces
    1 Channelized (E1 or T1)/PRI port
    DRAM configuration is 64 bits wide with parity disabled.
    191K bytes of NVRAM
    31360K bytes of ATA CompactFlash (Read/Write)
    Configuration register is 0x2142
    Router>

  • HKLM Permissions lost after reboot

    Hello All.
    I have a need to give the Everyone group full control over the root HKLM hive of the registry. I have used the RegEdit GUI and the regini command to grant full control to the Everyone group for the HKLM Key and Subkeys. However, once I reboot the workstation,
    the permissions have reverted back to the original.
    The local administrators group is the owner of the HKLM key, and I am logged in as a member of this group when making the permission changes. I have UAC disabled, and have tried regedt32.exe > Run as Administrator and cmd.exe > Run as Administrator,
    and I can set and confirm the permission changes with error, but the changes are lost after reboot. No AV is installed.
    Does anyone have any clue what I am missing here?
    Thank you in advance!

    Hi,
    I cannot repro such issue on my computer. This should be something wrong during restarting or the admin account.
    If you have any other admin account, please log on with it and try to grant the permission you would like to see what’s going on.
    To make sure that other program reset permission during restarting, please test this issue when booting into Safe mode and let me know the results.
    If the issue still persists in safe mode, please help to collect the boot trace for further research.
    How to collect a good boot trace on Windows 7
    http://blogs.technet.com/b/jeff_stokes/archive/2012/09/17/how-to-collect-a-good-boot-trace-on-windows-7.aspx
    Once down, please upload the .etl file into SkyDrive or Similar ones and share the public link here for our research.
    Keep post.
    Kate Li
    TechNet Community Support

  • Cellular data settings lost after updating iphone 4. How do I return these settings?

    Hello All,
    I bought my iPhone 4 from the Apple Store in the UK, the phone was bought "SIM FREE" and hence it is unlocked.
    When I used to go to the phone settings, I had the option to change the network settings for my Internet Connection, MMS settings and others.
    After updating my iPhone 4 using iTunes, I lost these settings and now I cant configure my cellular data connection.
    Does anyone know how to reactivate the settings for the Cellular Data Settings?
    Thanks in advance,
    Raed

    You will need to contact the carrier. All supported carrier settings are in the iPhone's database and are applied automatically when a SIM card is installed from a recognized carrier.

  • Calendar Settings reset after reboot

    Hi,
    Could anybody please check if you have the same issue on your phone?
    Sony Calendar resets settings after reboot.
    For example, if I set "Week starts on" = "Monday" and reboot the phone, this settings will be back to "Sunday" (which is the default). 
    I am now running Calendar 20.0.A.2.5, but I believe this bug was there before as well (even on my old Xperia V, I believe)
    P.S. I found this topic, but either I didn't understand the solution correctly or it doesn't work for me... I tried to disable the Calendar app, but it didn't help in any way...
    Solved!
    Go to Solution.

    I will forward this internally for further investigation. I will update you as soon as i have more information.
    But as a possible workaround, i suspect you have selected a country/region under Settings -> Language & input -> Language where the week normally is set to start on Sunday like English US? If you are in the Netherlands but want the phone on english you could try setting it to English UK instead to avoid this until i have more information.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • User Settings lost after session is released

    I am having a problem with the User settings being lost after the user logs off the system.
    menu settings, fields displayed in Marketing  Documents,  displayed User Defined fields and the
    sequence of User defined fields get lost after the session ends.  This does not happen to all users,
    just some users.  The users that keep losing their settings keep losing their settings,  the ones that do not have a
    problem seem never to have a problem.
    has anyone else experienced this problem and if so, how has it been resolved?
    Thanks in Advance!!!
    Dana

    Dana,
    You may check these threads first:
    change in form settings
    Re: Settings don't seem to "stick" after being added from the Form Setttings
    Re: 2007A PL42 and Windows Roaming Profiles
    Form settings not saving
    Thanks,
    Gordon

  • N800 os2008 combined: settings lost over reboot, U...

    Loaded the combined os2008 onto my n800. Wifi worked (unlike the n800-specific version), lots of other things worked. But there are differences.
    - word choice and word prediction during typing used to be defaulted on; now off. Turn them on, they work fine and still use my saved information from before. Turn n800 off last night, turn it on today, and the settings have all been lost - I had to turn them on again.
    - concern - what other settings are getting lost over reboot?
    - auto capitalization used to UPSHIFT the keyboard to indicate that it was shifting the first letter of a word. not now. caused me problems with a password until i realized i had turned it on along word prediction.

    I've got the same thing happening on a newly flashed N800. The settings seem to disappear at random. I haven't been able to discern a pattern yet, but, like you, seem to lose them always over a power cycle.
    I've had my N800 three days and seeing your post makes me think I don't have a defective unit. When and how does suspicious new behavior turn into a bug?

  • German umlaute lost after reboot

    The strange behaviour is that, after rebooting the linux server where the application is running, german umlaute are lost. If the application is reinstalled umlaute are shown as long as no reboot occurs. There was no problem with this when jre122 was used, problem arised with jre142. The data are read from a mysql database.

    It seems that I have solved the problem with the character set. It's not really something that I understand but it works: I have changed the startup script that is used in /etc/init.d/rc5 to start the server. I changed the shell for the script. It was not working when I used #/bin/bash or #/bin/sh but it works when I use #/bin/csh.

  • MSI Control center windows 8.1 fan settings reset after reboot.

    I wanted to see if anyone has any information about this. I have a z77a-gd65 motherboard running windows 8.1 and I have saved profiles for cpu fan and sys1/sys2 fans. After reboot the fan curves get reset to factoy defaults.
    I didn't have this problem with windows 7 and am running the latest version of Control Center.
    Is there a fix for this?  Thanks in advance. 

    I actually did find a response from MSI in a random query.
    They said, 'CC is used for temporary changes, use the bios'.
    Which I can see the validity of that statement, but at the same time, what if you want to adjust things to a finer degree than the bios and want it applied after restart?
    I know you can save and load individual pages of the Command Center, but still..
    I do find it VERY irritating I can't set fan speeds lower than 50% for the System Fans. (or is there a way to do this?)

  • ITunes settings lost on every Windows 8 reboot

    I have a Windows 8 laptop and I am using iTunes 64bit version. This problem occured in the previous version and the newly released 11.0.5.5. Every day I properly close all open programs and shutdown. When I reboot the next day, I open iTunes to annoyingly find that the settings I change are reset and the "Welcome to iTunes" screen comes up. I even tried uninstalling and reinstalling to no avail. Why is this happening and how do I stop it?

    McAfee AntiVirus by any chance? See the thread Why does iTunes delete my itunesprefs.xml?
    tt2

  • All user account settings missing/lost after reboot

    MacBook Pro
    10.4.10 Tiger
    I logged into my admin user account, one of the 2 accounts on this system (the Guest account is the second one), and noticed my wallpaper had been reset to the system default. Also, the dock was not as I had set it. I then started Mail. Mail came up as if it had not been run before, wanting to run through the set-up procedure. Other applications behaved the same.
    Please help! How can I restore my user settings?

    If I go to /Users I see three (2) folders: Guest and Shared and an alias with the FileVault symbol with my administrator username. In summary /Users looks like,
    Guest
    Shared
    jmartinezclark

  • Folder settings lost after iTunes update

    I updated my iTunes to v10 today and wanted to sync my apps but iTunes wants to erase all of my apps and rebuild whole database again which means I have recreate all of my folders and arrange all of my apps again. I have no intention to do that. Is there a solution for this nonsense?
    I really miss my old Blackberry, I never had such troublesome problems, and above one is only one of my problems.

    No you don't. Solution is here:
    http://discussions.apple.com/thread.jspa?messageID=12271052#12271052

  • Solaris 11 Express - nsswitch.conf settings lost after system reboot

    I have made the follow changes to my /etc/nsswitch.conf file below. everything work good until i reboot the system, i look in the nsswitch.conf file and see that the setting are back to default. What am i doing wrong?
    Changes
    passwd: files winbind
    group: files winbind
    Default
    passwd: files
    group: files

    Hi,
    please use the search function.
    Have a look at the 2nd last post:
    Re: resolv.conf - blank every new start of machine or waking up from sleep
    Bye

Maybe you are looking for

  • Mac Mini Dual Core vs PowerMac DP G4

    I am considering purchasing a Mac Mini Dual Core to replace my PowerMac DP 1.25Ghz G4 . I'm worried whether I will be happy , and if it will be faster than my G4. The app's I run most are univeral binary or will be soon , so I'm thinking , yes. But I

  • Cuelgues macbook pro 15" 2012

    El equipo se cuelga al salir de aplicaciones como iPhoto (es decir que usan la grafica nvidia) el equipo muestra estos mensajes en la consola: 06/02/13 12:54:33,546 WindowServer[88]: CGXMuxAcknowledge: Posting glitchless acknowledge 06/02/13 12:54:33

  • BI Content for EHP4

    Hi All, We are going to implement SAP BI Content for Financial reporting for EHP4.  we are planning to activate all the SAP BI Content for GL, AP, AR, and AA for our reporting needs available in SAP BI for EHP4 Support Pack. I need your input any iss

  • Patch Cluster download via ftp

    Hi - Topic 81418 http://sunsolve.sun.com/search/document.do?assetkey=1-9-81418-1 states: "Patch clusters can be downloaded from the anonymous FTP server or retrieved from the publicly available patches page." However, I don't see where to download th

  • ODS activation error( The creation of the export DataSource failed

    Hi Friends,          i have a problem activating the ODS. after defining the ODS, when i try to activate the following error is occured 1.The creation of the export DataSource failed 2.RFC connection to source system BWD100 is damaged ==> no Metadata