Tag Windows 10

Capture a WIM file with Windows PE

Objective In this guide I am making some assumptions. We have already installed Windows and spent a long time customizing it to fit our needs. Then we have made a sysprep, (meaning we have made the Windows installation ready forā€¦

Super simple Windows 10 and Windows 11 automated installation

Update 11 October 2021: This autounattend.xml script also works for Windows 11 version 21H2. There are a lot of ways you can automate a Windows installation. The most obvious and simple way is using an answer file. So what’s an answer file? A Windows answer file is basically just an XML file that gives Windows instructions on how and what to install. So you don’t have to sit and click next, next, next… šŸ˜‰ When installing Windows you just place the answer file at the root of the installation media and name it autounattend.xml. Of course, the file has to be a valid XML answer file for it to work. You can’t just put anything in it. Here is an example of an automated installation of Windows 10 using an answer file. Here is an example of the same script installing Windows 11. Making an answer file can be a little complicated and involves using Microsoft System Image Manager. If you want you can create one from scratch, but in this post, I am just going to share my go-to script. The following code is a simple file that will: Make a local Administrator called “User” without any password. Set the keyboard and regional settings to Norwegian. There is no activation, no license, no nothing. Just save the file as autounattend.xml and place it at the root of your Windows installation media. The only thing that is not automated is which disk Windows should be installed on. I intentionally skipped that step because of the risk of accidentally deleting a drive/partition.

WSUS Offline Update tutorial

“WSUS Offline Update” also known as “wsusoffline” is a Microsoft Windows application that can download Windows updates to a local folder so you can install those updates later on another offline computer. It is a great way to update computersā€¦

List of Windows Run commands

You can use these commands to run certain Windows settings directly from either Run or Start just by typing them in and hitting Enter. Super handy if you are working with a Windows installation in a foreign language šŸ˜‰ Functionā€¦