To use a batch file to download and install Windows updates, follow the instructions outlined below. To begin, you’ll need to make a note of the KB number which you want to install, then you have to ...
You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need to explain ...
A new script makes it easy to create an ISO for any version of Windows 10, including Windows 10 version 1507 through 20H2. For those not familiar with ISO images, they are a sector-by-sector copy of a ...
On Windows 11, you can manage many different features and system settings, but settings are scattered across the operating system, and many features cannot be configured. This is when the Sophia ...
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system. This script requires coreutils (for cat, tail), awk, gzip, tar and bash.