I recently updated my base build (WIM) to Windows 10 1709. In order to build this WIM using MDT, it can be necessary to prevent Windows 10 from automatically updating Optional Features in the background, as this servicing activity breaks the build from being created (reference: https://deploymentresearch.com/Research/Post/615/Fixing-why-Sysprep-fails-in-Windows-10-due-to-Windows-Store-updates). At the very [...] read more
I am trying to enable openSSH client optional feature on windows 10. However, the installation fails with error code 0x800F0954, I also tried to enable windows developer mode but even that failed in my case. There was a similar question here; however there is no definitive answer. So, I am [...] read more
I am trying to install RSAT tools on Windows 10 1809 through Features on Demand since that is where they put them now instead of downloading a package installed. (Because why make it easy). I have imported cab file: Microsoft-Windows-Server-AppCompat-FoD-Package~31bf3856ad364e35~amd64~~.cab So when I do /Get-Capabilities it shows I have the [...] read more
I'm required to install some software on my work laptop. It's running Windows 10 Enterprise. It failed, telling me that I need to have the .NET Framework 3.5 installed. I've tried, unsuccessfully, to install .NET 3.5 both by going to Microsoft's website and also by going through Turn Windows Features [...] read more
I face an error while developing my first UWP app in VS2017 when trying to debug it: > Error DEP0700: Registration of the app failed. [0x80073D01] error 0x800704EC: > Deployment of package > 8e2a71c5-f6b4-4f7c-85d5-bf08d20480bf_1.0.0.0_x86__3ckqwrg1r85qm was blocked by > AppLocker. Stack trace on the main page (???): (Update 2018-11-12) > System.Exception [...] read more
I got a new PC at work with Windows 10 Pro and had to setup iisnode on it... * I started by installing nodeJS (v8.11.3) * got & installed iisnode-full-v0.2.21-x64 * got and installed urlrewrite2 * went to the iisnode installation folder to run setupsamples.bat file * upon going to [...] read more