Strictly enforces the use of the Python interpreter for all system operations, file manipulations, and command executions on Windows. Use this whenever interacting with the Windows OS, managing files, or running build tasks to entirely avoid cmd.exe and PowerShell.
2026-02-23