The fix for the refresh scenario that doesn’t work with ADK 10586 that I blogged about a while ago which has been a pain for many of us got a fix last week, https://support.microsoft.com/sv-se/kb/3143760 Really great! 😀 😀 I realized that I have many environments to create new boot images and apply the hotfix in…
Tag: Configuration Manager
Hotfix KB3122637 delivered using “Updates and Servicing” feature in ConfigMgr 1511
One of the big new features in Configuration Manager CB – 1511 is the “Updates and Servicing” feature where new versions of Configuration Manager and updates will be published making it really easy to install a new build of Configuration Manager. Yesterday the hotfix that was published KB3122637 – “FIX: Mobile devices aren’t listed in…
Configuration Manager TP 1602 – “Sync Policy”
Yesterday Configuration Manager Technical Preview – 1602 was released, the installation worked great!! One of the most useful features so far is that we now have a “Sync Policy” button in the new Software Center UI. I am extra excited about this as I filed a Uservoice item for a while back and finally seeing…
Excluding .Net Framework 4.6.1 when building a reference image
I have written some posts before on how to block updates if you build your images using MDT or SCCM for that matter and download the update using ZTIwindowsupdate.wsf directly from Internet instead of installing a dedicated WSUS which I always recommend, https://ccmexec.com/2013/09/tips-when-building-images-with-configmgr-2012-part-2/ I got a couple of questions on how to block .Net Framework 4.6.1…
Removing the Edge icon from the Taskbar during OSD
This one isn’t pretty but it does work just fine. One of the most common questions I get when we do Windows 10 projects are how to modify the taskbar and to be more specific remove the Edge icon. The configuration of the Taskbar is stored in a big blob in the registry so what…
ADK 10.0.10586 breaks the Refresh scenario in ConfigMgr 2012 SP2 / R2 SP1
Earlier this week the new ADK 10, 10.0.10586 was released or made available on Microsoft Download. I downloaded it as I and many others have had some issues with .Net applications and Powershell scripts in WinPE on X64 UEFI Machines when PXE booting them and the new ADK solves that problem 😀 However it creates…
Remove the Onedrive Setup during OSD in Windows 10
In Windows 10 Onedrive is builtin, in some scenarios you don’t want to use it as, for instance if you use both Onedrive and Onedrive for Business installed as that is confusing for the user. Yes, you can turn of Onedrive using a Group Policy but the Onedrive Setup will run for every user creating…
Replacing default wallpaper in Windows 10 using Script/MDT/SCCM
When deploying Windows 10 one of the most common things you want to do is to modify the default wallpaper. Windows 10 uses different backgrounds depending on the resolution you use. If you use any of the following resolutions, 768 x 1024, 768 x 1366, 1024 x 768, 1200 x 1920, 1366 x 768, 1600…