CLAUDE LABJP
2.1.281 — Claude Code reached 2.1.281 on September 23. The gateway now understands the newer Claude Desktop policy keys, and Bedrock upstreams gain assume_role and a guardrail setting10/07 — The old spellings of the Claude Desktop and Cowork managed config keys stop being accepted at 12:00 PT on October 7, thirteen days from now529 — A report describes background subagents ending mid-task on a transient 529, leaving the parent to piece together what actually survivedNEW — Bracketing PDF input tokens by page count before you send the fileRORK — Rork added Claude Opus 5.5 to its model menu on September 22, so the same model landed in several tools within one weekUNIT — When you hand off a long job, committing after each unit of work means a crash costs you one step, not the whole run2.1.281 — Claude Code reached 2.1.281 on September 23. The gateway now understands the newer Claude Desktop policy keys, and Bedrock upstreams gain assume_role and a guardrail setting10/07 — The old spellings of the Claude Desktop and Cowork managed config keys stop being accepted at 12:00 PT on October 7, thirteen days from now529 — A report describes background subagents ending mid-task on a transient 529, leaving the parent to piece together what actually survivedNEW — Bracketing PDF input tokens by page count before you send the fileRORK — Rork added Claude Opus 5.5 to its model menu on September 22, so the same model landed in several tools within one weekUNIT — When you hand off a long job, committing after each unit of work means a crash costs you one step, not the whole run
Articles/Claude Code
Claude Code/2026-04-02Intermediate

Claude Code's PowerShell Tool — Native Windows, No WSL

The one setting that actually enables the Claude Code PowerShell tool, why auto mode's new default leaves Windows users still approving prompts, and what August's three permission changes left standing. With WSL2 trade-offs and unattended-run safety gates.

Claude Code256PowerShell2Windows3SetupDevelopment Environment3Automation45

Premium Article

When the WSL2 Round-Trip Started Feeling Slow — v2.1.84

Claude Code v2.1.84, released in April 2026, introduced the PowerShell tool as an opt-in preview. This is a significant milestone for Windows developers: you can now use PowerShell as a native tool within Claude Code sessions, without needing to route everything through WSL (Windows Subsystem for Linux).

Until now, Windows users typically relied on WSL2 and Bash to interact with Claude Code. The PowerShell tool opens up native Windows capabilities — file system operations, registry access, Azure/Active Directory integration, and more — directly from your Claude Code workflow.


What Problem Does the PowerShell Tool Solve?

Working with Claude Code on Windows before this release came with a few pain points:

Limitations of the WSL2 approach:

  • Mixed path formats between Windows and Linux (\\wsl$\ paths) caused frequent resolution errors
  • Accessing the Windows registry or COM objects required workarounds
  • Running .ps1 scripts directly wasn't straightforward
  • Integrations with Active Directory or Azure AD needed extra bridging layers

The PowerShell tool eliminates these friction points, bringing native Windows development and IT operations directly into Claude Code.


Thank you for reading this far.

Continue Reading

What follows includes implementation code, benchmarks, and practical content we hope you'll find useful. This site runs without ads — server and development costs are supported entirely by members like you. If it's been helpful, we'd be truly grateful for your support.

WHAT YOU'LL LEARN
Diagnose why enabling the tool appears to do nothing — the env var format, the Bash-first default, and three distinct shell-routing paths
Understand why PowerShell still prompts after auto mode became the default, and design deliberately around where you want to be stopped
Tell apart which of August's Windows permission fixes held and which were reverted, so you know what silently passes today
Secure payment via Stripe · Cancel anytime

Unlock This Article

Get full access to the rest of this article. Buy once, read anytime. This site is ad-free — your support goes directly toward keeping it running.

or
Unlock all articles with Membership →
Share

Thank You for Reading

Claude Lab is ad-free, supported entirely by members like you. We publish practical guides daily with implementation code, benchmarks, and production-ready patterns. If you've found it useful, we'd love to have you on board.

  • Copy-paste ready implementation code
  • New advanced guides published daily
  • $5/mo or $15 for lifetime access
View Membership →

Related Articles

Claude Code2026-09-01
Drop the quotes on a heredoc and the prices in your log quietly change
An unquoted heredoc runs the variables and backticks inside its body. Here are the four ways my log got rewritten, how the three quoting forms compare, a safe placeholder-and-sed pattern, and a small script for auditing what you already have.
Claude Code2026-08-22
Handing a long job to another session — and the completion marker for when the notification never arrives
How to use notify_when_idle to hear when another Claude Code session finishes, and a small completion marker that keeps you from waiting forever when the notification is dropped.
Claude Code2026-08-03
Existence Checks Pass, Writes Fail — Probing Capabilities Before an Unattended Run
A directory existing and a directory being writable are two different facts. Measured results from five broken-environment cases, why static clues cannot predict the worst of them, and a capability-probe preflight for unattended Claude Code runs.
📚RECOMMENDED BOOKS
Build a Large Language Model (From Scratch)
Sebastian Raschka
LLM Dev
Prompt Engineering for LLMs
Berryman & Ziegler
Prompting
AI Engineering
Chip Huyen
AI Eng
* Contains affiliate links