Jump to content

glowdude

Members
  • Joined

  • Last visited

  1. I can confirm this.This happens in WinToolkit v1.5.3.21 This does not happen in v1.5.3.12 Edit: When trying from for a new .wim file the corruption also happens in v1.5.3.12
  2. @Thiersee I did not know that, thanks. I will insert it in the SetupComplete.cmd Why can't microsoft put a allowedOffline="false" like in the kb2533552.
  3. They are downloaded from catalog.update.microsoft.com, I use this site for downloading the .msu updates. "kb2603229 is one of a handful of no-integrate updates for x64." They are integrated when I use the dism command in cmd. "corrupted" nope, used a CRC checker.
  4. Host OS: Windows 7 Ultimate x64 Image OS: Windows 7 x64 Windows ADK for 8.1 installed: Yes (I used this link http://www.microsoft.com/en-us/download/confirmation.aspx?id=39982) In WinToolkit v1.5.3.12, when I add the kb2603229, kb3035126, kb3035132 they show up and the program says they are integrated. But when I test the image, Windows updates says they are not integrated. They are integrated when I use the dism command in cmd.
  5. I disable them using cmd: Dism.exe /Image:C:\*\offline /Get-Provisionedappxpackages -> this gives you a list of the installed metro apps which are installed when a new user is created
  6. I disable them using CMD: dism /Mount-Wim /WimFile:"C:\*\sources\install.wim" /index:* /MountDir:C:\*\offline dism /Image:C:\Users\78963\Desktop\offline /Get-Provisionedappxpackages (this gives you a list of the installed metro apps which are installed when a new user is created)