Objectives
- Navigate Windows: files, Control Panel/Settings, Task Manager.
- Run a small set of Command Prompt commands used in exams (DIR, CD, MD, COPY, TYPE).
Theory: Operating system.
Use Command Prompt on Windows. Do not download unknown tools. Do not attempt to bypass security or other users’ accounts.
Tasks (50 minutes)
- GUI (20 min). Create a folder
IT231-Lab2on the Desktop. Create a text filereadme.txtinside it. Copy it to Documents. Show hidden extensions in File Explorer. Open Task Manager and note CPU and memory use. - Settings (10 min). Find display resolution, date/time, and Wi-Fi (or Ethernet) status. Write them down.
- Command Prompt (20 min). From
IT231-Lab2:dirmkdir backupcopy readme.txt backup\cd backupthendircd ..type readme.txt
Optional (if Command Prompt history is taught): help dir and explain one switch.
Deliverable
Screenshot of File Explorer showing IT231-Lab2 and a screenshot of the Command Prompt session (commands + output).
Viva
- What is the difference between a GUI and a command-line interface?
- What does
cd ..do? - Why might a business still teach a few DOS-style commands?
- Where would you look if Windows feels slow?


