MDT capture task sequence missing bug
MDT 2013 has a bug where you can’t see the “capture” step in the “sysprep and capture” task sequence, when launching lite touch Litetouch.vbs Here’s the official fix and a… Read more »
MDT 2013 has a bug where you can’t see the “capture” step in the “sysprep and capture” task sequence, when launching lite touch Litetouch.vbs Here’s the official fix and a… Read more »
So this might be the first and only list on the whole web…. The 2016 version of the proofing tools kit will install every language it includes, if you don’t… Read more »
Java is a pain in the *%% and so is the fact that Oracle only provides .EXE installers for Windows anymore. So first, we need to get the .MSI file… Read more »
The new update functions of Windows 10 are really annoying. No more “install updates on shutdown”, badly configurable update settings… How to avoid an automatic restart of your PC after… Read more »
Just after setting up your wordpress site, and writing a test article, you just want to upload some photo, wallpaper, wp header image etc. and the media uploader gives you… Read more »
A simple shellscript to take a picture every X seconds or minutes using gphoto2 and it’s library #!/bin/bash sudo gphoto2 –capture-image-and-download –interval=60 –filename=%y%m%d_%H%M%S_%n.jpg This script runs endlessly, or until the… Read more »