Simulated Windows terminal (CMD / PowerShell)
Learn the Windows console without fear: real commands on a virtual filesystem, with 5 guided lessons and automatic checking.
What this terminal is and where it ends
- It is a teaching simulator: there is an in-memory virtual filesystem. Nothing you type touches your computer, your network or any real data.
- Network commands (ipconfig, ping) show sample values so you learn to read them, not your real connection.
- Lesson progress and command history are stored only in your browser (localStorage).
- Mind the real-world difference: no permissions, antivirus or real disks here. On a real PC, DEL and RD delete for real.
Built by
Miguel Ángel Colorado Marin (MACM)
Built by
Miguel Ángel Colorado Marin (MACM)
Full-Stack Developer · Guadalajara, España
I develop web apps, digital tools and full projects — from design to deployment.
The Windows console is the skill that separates “computer users” from people in control — and the scariest to practice: on a real PC a misplaced DEL or RD deletes things for real. This simulated terminal removes the risk while keeping the learning: there is an in-memory virtual filesystem (your user folder, Documentos, Escritorio, System32...) where over 30 commands actually work — navigating with cd and its absolute/relative paths, creating with mkdir, copying and moving, wildcards in del, redirecting with echo >, reading the tree with tree —, the error messages you would see on a real Windows, and PowerShell aliases (Get-ChildItem, Get-Content, Get-Location) to move from cmd without trauma. The 5 guided lessons walk you through with self-assessed missions: a completed step advances; if you get stuck, there is a hint. Built for students, for teachers projecting it in class, and for anyone who wants to stop fearing the black window.
Features
- ✓Realistic CMD terminal with an in-memory virtual filesystem
- ✓Over 30 commands: dir, cd, mkdir, copy, move, del, type, echo, tree, ipconfig, ping, tasklist...
- ✓5 guided lessons with self-assessment: navigation, create, organize, system and network, PowerShell
- ✓PowerShell aliases (Get-ChildItem, Get-Content, Get-Location) plus other shell aliases (ls, pwd, cat)
- ✓Tab completion, arrow history and bilingual ES/EN support
How do I practice the Windows console?
- 1
Pick free terminal or a lesson
In free mode you experiment with help; lessons auto-check your steps.
- 2
Navigate with CD and DIR
cd Documentos enters, cd .. goes back, dir shows what each folder holds.
- 3
Create, copy and delete
md, echo >, copy and del behave like a real Windows, on simulated files.
- 4
Finish with PowerShell
Get-ChildItem, Get-Content and Get-Location prepare you for the modern console.
Frequently asked questions
Can this terminal damage my computer?
No. It is a simulator: the filesystem lives in your browser's memory and vanishes on reload. Destructive commands (del, rd /s) only affect the virtual system. Nothing touches your disk, your real network or your OS.
Which commands can I practice?
Over 30: navigation (cd, dir), files (type, echo >, copy, move, ren, del, rd, md), system (whoami, hostname, systeminfo, tasklist, ver), network (simulated ipconfig, ping) and PowerShell aliases (Get-ChildItem, Get-Content, Get-Location) plus other shell aliases (ls, pwd, cat). Type help to see them all.
Is it good prep for a computer science test or vocational training?
Yes: the 5 lessons cover what introductory modules ask (navigation, file management, basic network, PowerShell intro) and progress is stored in your browser so a teacher can check what you completed.
Related tools
Embed Simulated Windows Terminal on your site
Add Simulated Windows Terminal to any web page with a simple iframe. Free, with attribution to miguelacm.es.
<iframe
src="https://miguelacm.es/embed/windows-terminal"
width="100%"
height="700"
frameborder="0"
title="Simulated Windows Terminal — miguelacm.es"
></iframe>View embed in new tab →