1.1 · Install & configure Windows

Level 1 · Beginner: workstation & user support

1.1Install & configure Windows

Objective: perform a clean Windows installation the right way, in the right order, and set up a workstation ready for a user.
Estimated time: 14 min

Installing Windows is a routine but high-stakes task, because it usually erases the disk. The golden rule comes first: back up the user's data before you start. Then the process follows a reliable order — create bootable installation media, boot from it, choose the drive, install, and let Windows restart into first-time setup. What separates a professional install from a rushed one is everything that happens after the OS is on disk.

Once Windows is installed, work through a consistent checklist: install and update drivers so all hardware works (network, graphics, chipset), run Windows Update until the system is current, create the right user accounts (a standard account for the user, not administrator), install the needed software with valid licences, apply your organization's settings, and finally restore the user's data. Following the same order every time makes installs fast, repeatable and hard to get wrong. Keep a short written checklist — it is the simplest form of documentation and it pays off immediately.

Section vocabulary

Clean install
Installing Windows fresh on a wiped disk, as opposed to upgrading over an existing system.
Bootable media
A USB drive prepared to start the computer and run the Windows installer.
Driver
Software that lets a specific piece of hardware work with the OS.
Windows Update
The service that keeps Windows patched and current; run it right after installing.
Standard vs administrator account
A standard account can work day-to-day safely; an administrator account can change the whole system and should be used sparingly.
Check your understanding

What is essential before reinstalling Windows?

Tutorial 1.1
Tutorials: « 1.1 » clean install Windows 11 tutorial (search)
Click to see up-to-date results ↗

In practice — Prepare a workstation

  1. Write the install order as a checklist: back up → install → drivers → updates → accounts → software → restore data.
  2. In a virtual machine (safe to wipe), install Windows following your checklist.
  3. Create one standard user account and confirm it cannot install system-wide software without a password.
  4. Run Windows Update fully and confirm all devices show working drivers.
You can install Windows cleanly and hand over a workstation that is updated, driver-complete and set up with a safe standard account.

Key takeaways

  • Always back up the user's data first — installation erases the disk.
  • Order matters: install → drivers → updates → accounts → software (licensed) → restore data.
  • Give users a standard account, not administrator, by default.
  • A short written checklist makes installs fast, repeatable and reliable.

Frequently asked questions

Should the everyday user account be an administrator?

As a rule, no. Users should work in a standard account, with administrator rights kept separate and used only when needed. This is the principle of least privilege in action: if malware runs or a mistake happens under a standard account, the damage is contained, because that account cannot silently change the whole system. Day-to-day tasks — running apps, saving files, printing — do not require admin rights. Reserve administrator access for installing software and changing system settings, and prompt for it deliberately rather than leaving it always on.

Is it better to upgrade Windows or do a clean install?

An in-place upgrade keeps the user's apps and files and is faster, which is convenient for a healthy machine moving to a newer version. A clean install wipes everything and rebuilds from scratch, which takes longer but removes accumulated clutter, leftover software and many stubborn problems. For a machine that is slow, unstable or being handed to a new user, a clean install (after backing up data) usually gives the best, most predictable result. For a well-behaved machine, a supported upgrade is reasonable.

More resources