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>

Similar Messages

  • Windows 8.1 Pro Metro Apps Crash in Desktop mode

    Everytime i switch from metro apps to my windows 8.1 desktop, the apps crash after a few seconds like switching apps on my ipad.
    my desktop can run however many programs and not crash when switching between windows. how can i work on project siena if i have too save all my work just to google one little thing..on google and switch back,
    browse myy files, find the saved one, open it, wiat for it too load, find where i was, and paste the code. everytime. for every little thing. even if i wanna check my email.
    or if project siena was a desktop program i could just switch windows, google what i need, copy, switch back, paste. just like that.

    Hi,
    Since when you have this problem?
    Did you appliyed windows updates recently ?
    ++
    HK.
    Hicham KADIRI | IT Consultant /Director. MCP - MCSA - MCTS - MCSE - MCITP - MCT

  • 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.

  • 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

  • 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?)

  • UAG SP4 and Windows 8.1 native mail app

    Hello,
    I'm found that now SP4 for UAG is available. On the description of the SP4, it states the following: "Users can use the built-in Mail application on Windows 8.1 computers to connect to a published Microsoft Exchange server." What kind of Exchange
    publication is that one? Is Outlook Anywhere? I would like to use this feature but I don't know what kind of Exchange publication is this.
    Thank you!

    Windows Mail Application Support IMAP and Exchange ActiveSync so in your case I believe you need to publish the ActiveSync to make it work
    Please change the below link for more information on the Windows 8 Mail Application
    http://blogs.technet.com/b/exchange/archive/2012/11/26/supporting-windows-8-mail-in-your-organization.aspx

  • 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

  • Ipod touch and apple tv loosing connection (remote app) after a few minuts

    Hello, I've installed Apple Tv and everything seems to work properly. I've intalled also Remote app on my ipod touch. Unfortunately after a few mimutes playing songs (10 / 15) it simply stops. The only way to go on listening is to press the ipod button...
    I've checked the settings on the ipod but I didn't find any helping point.
    Can you help me?
    Thanks in advance!

    Most likely the ATV is going to sleep or shutting down the Wi-Fi to reduce power consumption.
    My ATV is connected via Ethernet and is always visible via the Remote app.

  • ODI 10.1.3.5.3 and Windows 7 64 bits: ODI freeze after the logon window

    Hi,
    I'm trying to use ODI 10.1.3.5.3 but i can't open the application.
    It show the logon window and after click ok, ODI show the splash screen and nothing happens (the splash screen stay open forever and i need to kill javaw.exe process to close).
    I'm using windows 7 64 bits and tried with java 5, 6 and 7.
    Where ODI generate logs that are helpful enough to solve this problem ?
    Thanks.

    I dont think ODI 10 is compliant with 64 bit java.
    You should try installing Java 32 java and configure ODI to use that.
    And check the details in here.
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/odi-certification-128990.xls
    HTH
    [email protected]
    Making your ODI journey a success.
    Contact us for any of your ODI training needs.

  • Since the upgrade of the ios 6.0 you tube does not work and when doing a search of apps after 24 views the ipod logs off can i downgrade to my old software

    Since the upgrade of the ios 6.0 software you tube will not work and when searching for an app the ipod touch shuts down after viewing 24 items

    What iPhone do you have? You can check in settings>>general>> about.
    If you have a 3G you cannot update beyond iOS 4.2.1. The 3G is over 4 years old an was discontinued over 2 1/2 years ago. You need the latest ios to run the latest versions of some apps. If you have a 3GS you can update.
    If your phone is not responding, reset it by pressing and holding down both the home button ad lock/ sleep button simultaneously until the Apple logo appears.

  • 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.

  • 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.

  • 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

  • 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

  • 10.7.5 unable to find apps after reboot.

    Lately, after I reboot, Lion seems to "forget" where my apps are. When I try to open a file, I get either a warning that this is the first time I'm opening a new app, or that it can't find the app for the file I've double-clicked on, and asks me to find it. Besides being annoying, it makes me wonder if something's going wrong with my OS. This Intel Quad Core Mac Pro and Lion OS are just over a year old. Any ideas or suggestions?

    Robert Wendel1 wrote:
    Lately, after I reboot, Lion seems to "forget" where my apps are. When I try to open a file, I get either a warning that this is the first time I'm opening a new app, or that it can't find the app for the file I've double-clicked on, and asks me to find it. Besides being annoying, it makes me wonder if something's going wrong with my OS. This Intel Quad Core Mac Pro and Lion OS are just over a year old. Any ideas or suggestions?
    Have you moved any of the Apps out of the default Applications folder at any time?
    Pete

Maybe you are looking for

  • The Port : 6001 is not working in the system

    Hi Experts, OS   :  AIX 6.1 SAP :  SAP Netweaver EHP1 In the OS level the Port : 6001 is not working and giving the out put as... pb2adm> telnet abcprdpb2 6001 Trying... telnet: connect: A remote host refused an attempted connect operation. Virtual h

  • Can't get video to be letterboxed or in widescreen mode

    There may another question out there like this, but I couldn't find it. I have a Sony D8 DCR-TRV280 and have starting switching the video to record in 16:9. But when I try to import/capture it in IMovie 6 it just stretches the video to fit in 4:3. I'

  • Prompting for SAVE as the document with Digital signatures in 8 or above

    When i am doing digital signature on Adobe PDF 8 and above  , it is prompting to SAVE AS the document.I am accessing the PDF documents from my document management application and signing on that.So Save as wouldnot work for our case.It should save on

  • M-Audio Revolution 7.1 PCI Static in speakers

    I have a Blue and White Power Mac G3 with the DayStar 600 mhz G4 processor upgrade, M-Audio Revolution 7.1 surroundsound PCI card and Creative Labs Inspire 7.1 surroundsound speakers and I'm running OS X 10.4.4. My speakers sound fine in stereo only

  • Use of Single UIX form to Create/Update

    I have created a Struts flow to do the following: browseForm - Browse records in View1. browseForm has two buttons. One to create a record and one to update a record. DataAction1 - Execute the Create method on View2 and, on success, transfer control