Create a custom install USB stick using DISM

Install a windows laptop and setup everything according to your wishes. On Windows 10 you will need to remove all the apps from MarketPlace before capturing the image with the following command in PowerShell: Get-AppxPackage | Remove-AppxPackage After you have done this open run: sysprep /oobe /generalize /shutdown Once this is done, boot into the […]

Installing .NET 3.5 on Windows 10 in offline mode

With Windows 10 alot of people run into the problem that when they, or some software, needs to install .NET 3.5 it claims it cannot download the files. There is a “simple” fix to this issue by running the installer directly from the Windows CD using an Elevated command prompt with the following command: Dism […]