Screen display flashes or blinks if Device Guard or Credential Guard with Hyper-V has been enabled

When you enable Device Guard or Credential Guard with Hyper-V on your system, your screen will blink every X seconds. This is a really annoying bug and has been fixed by Intel. Solution: Upgrade your Intel(R) HD Graphics driver to version 20.19.15.4352.

25-01-2016 · 1 min · Jean-Paul van Ravensberg

The basics of Windows Server Containers

This video, presented by Mark Russinovich and Matt McSpirit, gives you a great overview about the design and architecture of containers. Mark will show you how to create and use the containers. Don’t forget to subscribe to the Microsoft Mechanics YouTube Channel.

24-01-2016 · 1 min · Jean-Paul van Ravensberg

Spotify - No sound after pausing in Windows 10

I had a problem with Spotify on my notebook, connected with HDMI to my Pioneer receiver. I’m using Windows 10 with the 10586 Build. When I wanted to play music after I paused Spotify for a couple of minutes, the music doesn’t play again. So I created a small PowerShell script that kills all the Spotify instances, but it’s a workaround, not a solution: Get-Process *spotify | Stop-Process Solution Right click the Speaker in your taskbar. Click on “Sounds”. Go to the “Playback” tab and click on your audio device. Push the “Properties” button and go to the “Advanced” tab. Under “Exclusive Mode”, untick “Allow applications to take exclusive control of this device”.

02-01-2016 · 1 min · Jean-Paul van Ravensberg

Which Windows ADK version to use with Configuration Manager 1511?

I had some issues with the newest Windows ADK (1511) with Configuration Manager 2012 R2 SP1 CU2. As of yesterday, it’s possible to download the newest version of Configuration Manager: 1511. Because I had issues with the newest ADK, I’ve asked Microsoft on Technet if we still need to use the older ADK (10.0.26624.0) or if we can use the newest 1511 version of the ADK: [ ](/images/2015/12/adkversion.png) Check the post mentioned in the image above to download the right ADK version when you are going to use the new Configuration Manager 1511.

09-12-2015 · 1 min · Jean-Paul van Ravensberg

Windows 10 - Intel Bluetooth can't connect to devices after reboot in TH2

Recently I had an issue with my work notebook, a Dell Latitude E6540. After upgrading to the new Windows 10 TH2 version, my Bluetooth keyboard and headset started couldn’t connect after a shutdown. I had to reconnect the Bluetooth devices again to temporarily fix it. I was looking for a recent driver for my Intel Centrino Advanced-N 6235 network card, but it was already up-to-date because of a manual Windows Updates action I did after the upgrade to TH2. I realized that my “Intel(R) Wireless Bluetooth(R)” wasn’t up-to-date. ...

02-12-2015 · 1 min · Jean-Paul van Ravensberg

Troubleshoot BSOD after deploying driver package in SCCM 2012 R2

During an Operating System Deployment in SCCM 2012 R2, new notebook models crashed after installing the driver package. I couldn’t see the BSOD code because I wasn’t able to boot the computer in safe mode, but after taking some pictures with my phone of the BSOD screen, I found out that the error code was 0x0000007e. The next step: how are you going to troubleshoot 160 drivers that you deployed to those models with your new driver package? ...

01-12-2015 · 3 min · Jean-Paul van Ravensberg

PowerShell Profiles - The profile.ps1 file

Welcome to this blog series about PowerShell profiles. I’m using PowerShell profiles for a couple of months now to make life a lot easier. To start this blog series, I would like to show you my Profile.ps1 file. It’s located in “C:\Users\\Documents\WindowsPowerShell”. Because I use my PowerShell profiles at multiple locations such as my work notebook, home computer and sometimes at projects, I need to make sure that my PowerShell script home is always right so that the rest of the PowerShell profile is able to load successfully. ...

30-08-2015 · 2 min · Jean-Paul van Ravensberg

Windows Continuum

**Microsoft heeft tijdens het Microsoft Ignite evenement een nieuwe feature van Windows 10 getoond, genaamd Continuum. Met Continuum is het mogelijk om je telefoon of tablet in een desktop te veranderen.** Joe Belfiore (Corporate Vice President, Operating Systems Groupq @ Microsoft) liet vol trots deze nieuwste ontwikkeling zien. Je telefoon staat, in de meest ideale situatie via Bluetooth, in verbinding met toetsenbord en muis. Door de telefoon op een beeldscherm aan te sluiten, schakel je automatisch van telefoonmodus naar een beperkte desktopomgeving. ...

28-08-2015 · 2 min · Jean-Paul van Ravensberg

Windows 10 - Intel HDMI Audio doesn't work

After installing Windows 10 on my production device (with a Windows 8.1 Hyper-V VM as back-up, of course), I had an issue with the HDMI Audio of my Dell Latitude E6540 notebook. I found some topics online about setting the default format of the Audio device, such as sample rate and bit depth, but that doesn’t work for me. I had to reconfigure my Receiver + 5.1 Audio as “5.1 Surround”, instead of the default “Stereo”. ...

27-07-2015 · 1 min · Jean-Paul van Ravensberg

Windows 10 - SCCM 2012 R2 SP1 fails with error 0x80070032

I was deploying Windows 10 with SCCM 2012 R2 SP1 and the task sequence failed after “Installing device drivers” with error code 0x80070032 (or 80070032). The “Auto Apply Drivers” task works fine, but doesn’t install a lot of drivers. The smsts.log file: Dism failed with return code 50 Failed to add driver to driver store. Code 0x80070032 Failed to provision driver. Code 0x80070032 Exiting with return code 0x80070032 Solution: Make sure you’re using the latest MDT version, compatible with Windows 10. Make sure you’re using at least ADK 10. Check if your boot image has OS Version 10 or higher. If not, create a new boot image with MDT or ADK.

23-07-2015 · 1 min · Jean-Paul van Ravensberg