Automated Windows 7 Installation with an Autounattend.xml File

There is a possibility to create a Windows 7 installation DVD that runs fully automated without any user interaction - this is done by placing a file called autounattend.xml into the image's root directory. In this file you specify all the keywords that will be read into the fields of the installation process. To create ... Read more

Windows Automated Installation Kit Error: 0xc1420117 on dism Command

Error: 0xc1420117 The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process. This error happens when you use another Dism.exe which is located in C:\Windows\System32. The correct application to use is C:\Program ... Read more

Use Alternate Datastreams to Hide Important Files (Windows, NTFS)

There is a feature in NTFS data system that lets you easily hide your files from nosy people using your computer which is called Alternate Data Streams. What they basically do is to hide files behind others, using them as a "container", but they only are executable if you enter a specific syntax in your ... Read more

Back up Files on Windows with HoboCopy

HoboCopy is a commandline program that lets you copy large amounts of data in a comparatively short time to other copy functions. However, the clue is that it takes a snapshot of the file system before copying, making it possible to copy files that are being used without having to close them or end processes. ... Read more