Tag: osd

  • Apply Operating System: Download() failed. 80072efe

    Apply Operating System: Download() failed. 80072efe

      If you get this error try adding this command line to your task sequence cmd.exe /c Wpeutil disablefirewall   let me know if this workaround helps.  

  • Task Sequence can't find a dependency that doesn't exit

    Task Sequence can’t find a dependency that doesn’t exit

    When I see ‘Failed to run Task Sequence – This task sequence cannot be run because the program files for XXXXXXX cannot be locataed on a distribution point’ I go to Monitoring \ Distribution Status \ Content Status. It’s the quickest way to search all package objects. Today the search came up with no results.…

  • SCCM client = None after deploying an operating system

    SCCM client = None after deploying an operating system

    In an environment where you use certificates this can happen. CLientIDManagerStartup.log will mention Regtask: Failed to refresh MP. Error: 0x80004005 alot of times… Below I have the 2 fixes! Fix 1 is to take advantage of the TS Variable SMSTSPostAction to restart the computer once completed with the value ‘shutdown /r /t 0 /f’ This should ensure…

  • Disabling Windows File Explorer banner advertising

    Disabling Windows File Explorer banner advertising

    Microsoft has soo much advertising power with Windows 10, they can now put banners up in Windows Explorer via updates. You may see one such as this: ‘Save your documents and photos to OneDrive’ or ‘Get the best deal on your cloud storage with OneDrive’ The setting is called Show Sync Provider Notifications however it has…

  • MDT Toolkit files fail to download - could not resolve source

    MDT Toolkit files fail to download – could not resolve source

    If this happens during OSD, it is likely due to 2 settings in the BIOS.   I recommend WIN7 – Boot mode: Legacy Sata mode: AHCI Win10- Boot mode: UEFI Sata mode: AHCI     From the log: The task sequence execution engine failed executing the action (Use Toolkit Package) in the group (Initialization) with…

  • Build and Capture fails if KB3160005 IE sec cumulative update  is installed

    Build and Capture fails if KB3160005 IE sec cumulative update is installed

    Update: Adding more scratch space to the boot wim seems to have resolved the problem on Windows 10, Windows 7 seems to still have issues. Update: This update is also in Windows 10 CU 3163018, causing the same error. No workaround yet  If your build and capture is failing at the capture step make sure you don’t…

  • Hey Cortana! How do I add additional speeches during OSD so you work?

    Hey Cortana! How do I add additional speeches during OSD so you work?

    For Cortana to work with your language you need to install the appropriate speech pack however if you are connected to an enterprise WSUS you won’t be able to see additional downloads for your language. To work around this you can get the language cab files from the ‘Windows 10 Features on Demand’ iso available…

  • Ensure the Operating System applys to C: drive not D: drive

    Ensure the Operating System applys to C: drive not D: drive

    This problem will increase more and more as everyone starts to use wim’s instead of the OS media in SCCM. There are a few workarounds for this problem however the best method is to force the new OS the reevaluate Drive Letters with 3 easy steps after applying the OS Create a Run Command Line step…

  • Format failed (0x80070057) during task sequence.

          Update: If this is happening to you I recommend importing the boot wim again creating a new one and only adding the network drivers (in the surface pro 3 case) and test using that boot wim with a copy of your task sequence. Then add existing sata/network drivers you need for other…

  • KB: Temporary partition to stage boot wim on UEFI booted devices fails.

    When not using the latest version of bootable media and the system is not partitioned SCCM is meant to create a temporary partition to stage the correct boot wim. What actually happens is it just creates 1 big NTFS partition. What actually happens is it just creates 1 big NTFS partition. Then it checks the…