Installing Core Tools on Windows
Configure Windows for professional development with package managers, Git, and core programming tools. You'll transform your Windows machine into a powerful coding workstation.
7 lessons
Installing Windows Terminal
Set up Windows Terminal for a modern command-line experience that supports PowerShell, Command Prompt, and WSL2.
Installing Git for Windows
Install Git on Windows using the official installer, with guidance on the configuration options you'll encounter.
Configuring Git Username and Email on Windows
Set up your Git identity so your commits are properly attributed when you collaborate on projects.
Installing Node.js via Winget
Use Windows Package Manager (winget) to install Node.js quickly and cleanly from the command line.
Installing Python via Winget
Install Python 3 on Windows using winget for a clean, command-line installation with proper PATH configuration.
Installing VS Code on Windows
Install Visual Studio Code on Windows and configure it for an optimal development experience.
Fixing PATH and Permission Issues on Windows
Learn how to diagnose and fix common PATH and permission issues that prevent tools from running in Windows terminals.