Missing System Apps After Downgrade

Hello All -
I recently downgraded from Yosemite BETA back to Mavericks for multiple reasons. During my invite to test Yosemite I followed all instructions, more specifically the backing up of my computer prior to upgrading. I used Time Machine to back up.
Now that I am downgrading, I restored from Time Machine. I have 99% of my stuff back, but I am missing System Preferences from the OS. It simply appears as question mark as seen in the attached image. I see I am also missing Terminal, and possible others. What is the fix?
More Info: When I click on Apple > System Preferences, nothing happens. There is only one account on my computer and I am the Administrator.

Step one is to DL and reinstall the 10.9.4 COMBO update. If that doesn't fix things, DL the full 10.9.4 installer, save a copy, and reinstall it. If neither work, contact Apple since they recommended that you rely on TM for restoration, rather than a bootable backup/clone of your previously good 10.9.4 installation.
iMac refurb (27-inch Mid 2011), OS X Mavericks (10.9.4), SL & ML, G4 450 MP w/Leopard, 9.2.2

Similar Messages

  • Sysprep and Windows 8.1 -- missing Metro apps after reboot?

    So, I'm trying to figure out an issue with Sysprep and a clean-install Windows 8.1 64 Enterprise system:
    When I sysprep the computer from my admin account with my unattend.xml file, when it reboots, I'm only getting 7 Metro apps at the start screen and
    14 Metro Apps at the "all apps" screen -- things like Weather, Maps, Calendar, Mail, etc are missing -- and actually look like they aren't installed
    as searching for something like "People" -- gives no results.
    From what I've been able to gather, the behavior of the start screen should controlled by an appsFolderLayout.bin file, but when I first set up the initial
    account (not "administrator", but the initial local admin account), that file does not exist anywhere.
    I've tried creating the file manually by running:
    Export-StartLayout -As Bin -Path C:\Temp\appsFolderLayout.bin
    and either putting it in \Users\<myadminaccount>\AppData\Local\Microsoft\Windows
    or \Users\Default\AppData\Local\Microsoft\Windows
    and sysprepping again (after restoring a snapshot to the pre-sysprep/post-clean install state), but this isn’t making any difference.
    When I run sysprep /generalize — the .bin file is deleted and replaced by some other default one — that I’m not sure where it is generated from.
    Does anybody have any suggestions here?    Windows 8.0 just worked with my unattend.xml file without having to mess with appsFolderLayout.bin, so I’m not sure what I’m missing.
    Thanks!

    If you are still having trouble, this is an outline of the full process I use that seems to be consistently producing good results:
    - Install Windows 8.1 Enterprise with autounattend.xml, in particular, blank administrator password, add user account test, auto-logon as Administrator, run "net user test /delete" immediately after logon to get back to just having the administrator account.
    There should be no reason why all that has to be done in autounattend.xml, but it is the way I do it. There are a few other mandatory settings if you want a fully-automated setup.
    - At this point in time the Administrator account only shows a few tiles on the start screen, all actions are performed using the Administrator account.
    - Run Schtasks.exe /change /disable /tn "\Microsoft\Windows\AppxDeploymentClient\Pre-staged app cleanup" before the task has had a chance to run.
    - Install all applications, updates and settings as you want.
    - Run Sysprep, in particular blank administrator password, add user account test, auto-logon as Administrator, run "net user test /delete" immediately after logon to get back to just having the administrator account. Also importantly we set CopyProfile to
    false under Microsoft-Windows-Shell-Setup specialize pass. I don't know because I haven't tried it, but I imagine that if you run this and copy the Administrator profile to the default user profile then the default user profile may be missing some apps. We
    do all customization of the default user profile explicitly by loading the registry hive and editing it directly.
    After the image is deployed the Admistrator account has all the standard tiles present, but two of them report errors (I think it is Music and Videos). Any other profiles have all tiles present and all apps work.
    The full sysprep XML is included below in case it is useful to anybody. The company-specific settings and passwords have been blanked out, but otherwise it is the full one we use and fairly generic apart from the Australian settings. Note that this one is
    for a 64-bit image.
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="generalize">
    <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipRearm>0</SkipRearm>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>*</ComputerName>
    <CopyProfile>false</CopyProfile>
    <ShowWindowsLive>false</ShowWindowsLive>
    <TimeZone>AUS Eastern Standard Time</TimeZone>
    </component>
    <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value>XXXXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>XXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Temp Account We have to Add because setup requires it</Description>
    <Name>temp</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>XXXXXX</RegisteredOrganization>
    <RegisteredOwner>XXXXXX</RegisteredOwner>
    <TimeZone>AUS Eastern Standard Time</TimeZone>
    <AutoLogon>
    <Password>
    <Value>XXXXXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </Password>
    <Domain>.</Domain>
    <Enabled>true</Enabled>
    <Username>Administrator</Username>
    <LogonCount>1</LogonCount>
    </AutoLogon>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>net user temp /delete</CommandLine>
    <Description>Delete temp user account that we have to create</Description>
    <Order>1</Order>
    </SynchronousCommand>
    </FirstLogonCommands>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-AU</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-AU</UserLocale>
    </component>
    </settings>
    </unattend>

  • Can't use apps after downgrading then restoring

    There are some apps that I can't use after downgrading from Lion to Snow Leopard, then restoring the system back to Lion from a Time Machine backup.  These are things like Address Book, Mail, the App Store and Preview.  I get a message that says the program "couldn't open because of a problem".  How do I get these to work, short of having to buy Lion for 69.00 (as I can't use the App Store and get it for 29.00)?

    similar issue looking for an answer as well
    I just lost my HD after upgrading to Lion.  I don't have a lion boot up disk and I can't restore my Lion time machine backup using the Snow Leopard boot disk.   I tried installing snow leopard fresh with the thought of upgrading to Lion and restoring time machine backup from there.   Once I  install a fresh copy of Snow Leopard the App Store does not run saying I need Lion to run it which I can't get without the App store.  

  • Unable to update system apps after credit card change

    Hi all,
    A store called (no name) an authorized Apple dealer for Thailand installed a new hard drive 1Tb on my Mac book pro (2009).
    Now I am not able to update system app originally installed on my mac like iPhoto, iMovie and GarageBand.
    I get the message:
    My question:
    How can I get these system apps back to my mac?
    To explain the problem:
    my original hard drive started to get really slow and after a mavericks update.
    All of a sudden Appstore has stopped working and wouldn't start up.
    I was unable to do updates and also Pages , Numbers and terminal stopped working.
    After googling what the problem could be I have learned that there might be a application causing the problem a third party app I later found out.
    I went to the store and I asked if a upgrade with a new hard drive (1Tb) and memory (8gb) could solve the problem, the said yes and i agreed to do this installation!
    Unfortunately the store just installed the hard drive but was unable to provide me with the memory as agreed so now i have only the 1tb hard drive.
    The system incl. Pages , Numbers and terminal now is working again, not really faster but improved a bit and this also included the startup time, except the items mentioned above. ( iPhoto, iMovie and GarageBand)
    By the way:
    I did change my CC as I am in Asia and my old card was running out of date!
    I had a different Apple Id because i had purchased the Mac in Thailand and changed the store and Id to Spain (for CC reasons) but was never a problem if i had updates in the past!
    Thanks for any advice.

    I don't know if it will solve your original problem, but the Vodafone software needs to be reinstalled or removed.
    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and except as stated in this comment, I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button. The uninstaller might also be accessed by clicking theCustomize button, if there is one.
    Back up all data before making any changes.
    You will generally have to restart the computer in order to complete an uninstallation. Until you do that, there may be no effect, or unpredictable effects.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • I am missing some apps after I synced phone.

    I am missing some apps. I synced my phone and my apps went missing.  They are in my purchase history, but not in iTunes nor in the downloading section. Where can I find them? I have already tried rebooting computer, restoring computer to a couple days ago. And rebooting phone. I still don't have those apps. I have some of my apps, but not others. It also got rid of most of my playlists and music. Might be a problem with iTunes/computer, not with phone.

    Transfer your purchases from iphone to pc

  • Missing Nokia apps after upgradeon X3-02

    hello,
    Had bought a X3-02 2 weeks ago. Did a firmware upgrade yesterday to V05.32. After the upgrade, found that the OVI and all other pre-installed NOKIA apps are missing (facebook, twitter, IM...). Could not figure out how to recover them after searching Nokia webs. Can anyone help me ? Thanks in advance.
    MikeYapOVI
    Solved!
    Go to Solution.

    Hi lokeshw17,
    Thanks for your post and welcome to the Nokia forum.
    We are really sorry for this inconvenience.
    In order to fix this issue, I would advise you to update again your phone via Nokia suite.
    If the problem persists, I would suggest you to perform a hard reset. First of all, back up your data using Nokia Suite (Tools > Back up). Once your data is fully backed up,  type *#7370# on the keypad.  Default lock code is 12345.
    The hard reset will dellete all your personal information, that's why a back up is very important.
    If none of these solutions solves your issue.  I would advise you to visit your local Nokia care point to get the phone checked.  If it needs repair, it could be done there.
    Let us know how you get on and feel free to post any other questions you may have.
    Regards,
    Pfrancoise
    If this post has helped you to solve this issue, please press the "accept as solution" icon. Kudos would always be appreciated.

  • Application manager is missing some apps, after effects, premeire pro and others

    title says it all , is this a bug or something
    I need to get after effects on my machine but I cant??

    If they don't show up, then your system doesn't support them. All video apps require a 64bit operating system. Refer to the Tech Specs on teh product pages.
    Mylenium

  • Missing Downloadable Apps After Cloud Subscription

    Only about half the applications advertised as part of Creative Cloud are showing up as downloads. In particular I was hoping to download Premiere and After Effects today. Where are they?

    Premiere Pro and After Effects are only available on 64-bit operating systems. The Tech Specs link http://www.adobe.com/products/creativecloud/tech-specs.html is availabe from the bottom of the Apps page https://creative.adobe.com/apps.

  • Missing Galaxy apps after updating to 4.4.4

    After I did the update I noticed that I no longer had the samsung app or galaxy apps as i believe it is called now. anyone else have this issue or know how to fix it?

    I had the same problem and here is the solution that I used.
    Using the stock Internet browser (not Google Chrome), enter the address apps.samsung.com
    About midway down the page you will see a button labeled Download Samsung GALAXY Apps, press the button
    You are given two ways to download to your phone and two ways to download to your tablet
    I tried the Reinstall Phone button and it didn't work, but the Phone button did
    Pull down you Notification screen, when you see Download complete, click on it to install the app.

  • Help (please) w/ Full System Restore after downgrading from Snow to Leopard

    Yes. I should have created a separate partition, cloned the drive, etc…. But everything was working so well I figured an upgrade to SL would make things amazing. Wrong.
    So I downgraded from Snow Leopard to Leopard, using a clean Erase and Install from the OSX DVD that came with my Mac. Told by an AppleCare techie that I could restore my system from a Time Machine BackUp, I was confident that when the install successfully completed I would be able to restore from the TM Backup I made PRIOR TO installing Snow Leopard.
    However, the 'restore system from time machine…' option that came up at the end of the Leopard installation told me I only have one TM backup, the latest one made under Snow Leopard (which obviously cannot be used to restore a system now running on Leopard.
    When I log into the OS, I can open TM and choose the last 10.5 (Leopard) backup I made, but it seems to only let me restore the 'Macintosh HD' as a folder. So here is where I am stuck:
    How can I restore my system - now on a clean install of Leopard - to the last TM backup I made under the selfsame OS. {Sorry if this is a simpleton question - I just really do not want to ** anything up}.

    .adamo wrote:
    Thanks, Pondini -
    Good to know the AppleCare rep. I talked to (apparently) knew nothing about time machine or how to restore a system from it. I was given nothing but wrong and bad advice…
    Yeah, unfortunately that seems to happen on occasion. They don't seem to have access to decent info on things they don't understand, or just "wing it" or something.
    Anyway, the erase and install happened, so at least my system is 'fresh'. I booted from the OSX DVD, went into the Utilities menu, found the TM Back-up I wanted, et voila. But it seems I could have bypassed the whole erase/install thing and just restored with the BackUp from TM.
    So I must say, to Apple's credit, that TM works extremely well, and exactly as described; couldn't have been more painless (not what I'm used to with computers, at all).
    That's why you got a Mac! (They're certainly not perfect, but they're pretty good!).
    Glad it's sorted out, and thanks for the star!

  • System slowdown after downgrade to 10.5.8

    Hi, had to downgrade my system from 10.6.0 to 10.5.8 due to compatibility issues. Now am experiencing slowdown of overall performance.
    My question is: does Snowleopard automatically install any firmware/HD driver or other updates that are NOT getting erased during a new, clean install of Leopard ?
    Defintely not using any Snowleopard Backups, did a complete new Leopard install.
    Can compare performance to other machines with similar setup. and it´s clearly less responsive.
    Did all the system routines. Spotlight´s not running scans.
    Thanks for your answers !

    habschi2 wrote:
    Hi, had to downgrade my system from 10.6.0 to 10.5.8 due to compatibility issues. Now am experiencing slowdown of overall performance.
    My question is: does Snowleopard automatically install any firmware/HD driver or other updates that are NOT getting erased during a new, clean install of Leopard ?
    NO. an erase and install of leopard will wipe absolutely all traces of snow leopard. whatever problems you are having now are not snow leopard related.
    Defintely not using any Snowleopard Backups, did a complete new Leopard install.
    Can compare performance to other machines with similar setup. and it´s clearly less responsive.
    Did all the system routines. Spotlight´s not running scans.
    Thanks for your answers !

  • HT1766 Missing my apps after putting backedup up information onto new phone.

    I just received a replacement iPhone 4s from Apple.  Before sending my original phone to Apple I backed it up on iTunes.  As I watched it saving files, I saw it saving my free downloaded apps.  But when I put the backed up information on my new phone, everything seemed to be there except my free downloaded apps.  How do I get my apps back?

    The backup does not include any itunes content.
    If the apps were not in itunes on your computer then they will not be restored to the ipod.
    If you failed to trnsfer them to your computer then you will need to redownload them:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Re-update after downgrade

    How to update the app after downgrade. By mistake I uninstalled the latest update, and I do not get the update via the update center. I've tried deleting data and cache from both what's new and the update center. I would much prefer not to have the icon in the swipe up circle.

    There's nothing you can do, you will get the notification, eventually
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Missing apps after iOS 5update

    Missing apps after upgrade to its 5 operating system. How to recover apps. Syncing does not do it.

    I recently updated my iphone to ios 5..everything else synced up but the Apps. How do i recover the Apps??

  • TS4036 missing apps after back-up

    app missing from iphone after icloud back-up

    donavanmarais wrote:
    I ran a time machine backup for the first time yesterday and left it to run all night. Not wanting to leave my laptop accessible to preying eyes I logged off before I left the office by going to the top right of the screen, clicking on my name, and choosing "Login Window" off the drop-down list.
    That isn't logging off, that is just locking the screen.
    This morning I log back in and the time machine has completed, but my pictures and videos are both missing on my hd and in my time machine backup. I googled this issue but came up empty handed.
    Time Machine isn't going to do anything like that. It sounds like Time Machine ran fine, but your files were already gone. Were you doing anything in those areas?
    Right now I'm running a trial data recovery app to see if I find them, but is there any other way around this, especially since I'm trying to avoid paying $100 for software?
    Boot your system from the install disk and run Disk Repair. Then reboot and run Disk Permissions. See if anything shows up again.

Maybe you are looking for

  • How can I check the data transfer rate of my FW800 port

    I have an iMac 2.4 20 inch (MB323LL/A) with a Lacie external rugged hard drive (320 GB). I have attached it using my FW800 port with the cable supplied with the drive. It seems slow to me so I was wondering if there is any way to see what the current

  • USB Install

    OK, so I installed Arch onto my 4gb USB Stick, as per usual procedures (I also read through the "Installing Arch Linux on a USB Key" wiki article. The problem is that everything worked fine, then I did some updates, which seem to have broken the inst

  • SCCM issue - "LANG_LIST has some locales which does not match with the locale of serial number"

    I have a problem with the error "LANG_LIST has some locales which does not match with the locale of serial number" recurring. I am trying to install Acrobat XI Std silently by SCCM. I've used the Adobe Customisation Wizard to create a mst which inclu

  • Microsoft.VsHub.Server.HttpHostx64.exe has stopped working

    Hi there, Can anyone offer advice as how to further diagnose the cause of the above fault?  This happens each & every time I run an MVC &/or API ASP.NET Web Application built with VS 2015 CTP 6, it does not prevent the application from building/worki

  • No Sim keeps coming up

    I have service for a little while then all of a sudden no sim comes up and I do not have service