1

Before installing Claude Code on Windows, prepare Node.js, Git, and optionally VS Code.

2

Node.js: https://nodejs.org/en

3

Git: https://git-scm.com/

4

VS Code: https://code.visualstudio.com/

5

CC Switch download: https://ccswitch.lovable.app/

6

PowerShell official installer:
irm https://claude.ai/install.ps1 | iex

7

CMD or npm installer:
npm install -g @anthropic-ai/claude-code

8

Install the latest version:
npm install -g @anthropic-ai/claude-code@latest

9

Check the installed version:
claude --version

10

If PowerShell blocks a script, review the reason first. For a personal development machine, the current-user policy can be adjusted with:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

11

Review any remote install command before running it. Company devices should follow the organization security policy. If the command is not found after installation, reopen the terminal and check that the npm global bin directory is in PATH.

12

Break the goal into input, action, and output before adding review checkpoints.

13

Keep examples, failure conditions, and review criteria so the tutorial stays reusable.

Tip: test with a small example before using the workflow on real work.