#reference

12 pages tagged reference.

12/12

WSL Interoperability

Running Linux tools from Windows and vice versa, file system access, and networking between WSL and Windows.

05-26-2026#wsl#linux#windows

whoami

Display the current user name, SID, group memberships, and privileges from the Windows command prompt — essential for auditing security context in scripts and support scenarios.

05-26-2026#whoami#windows#cli

wevtutil

Query, export, clear, and manage Windows Event Log channels from the command line — the primary CLI for event log automation, log archiving, and scripted log analysis on Windows.

05-26-2026#wevtutil#windows#cli

tzutil & w32tm

Read and set the system timezone with tzutil, then query, configure, and force-sync the Windows Time service with w32tm — including NTP peer configuration and Kerberos-clock-drift recovery.

05-26-2026#tzutil#w32tm#windows

tracert

Trace the sequence of routers between your machine and a destination by sending probes with increasing TTL values — the go-to tool for locating where a network path breaks or introduces high latency.

05-26-2026#tracert#windows#cli

timeout

Pause a batch script for a specified number of seconds with an optional keypress bypass — a reliable replacement for the ping-delay idiom and a safer alternative to sleep in Windows CMD scripts.

05-26-2026#timeout#windows#cli

takeown

Transfer ownership of files and directories to the current user or the Administrators group from an elevated command prompt — a prerequisite for modifying ACLs on system-protected paths.

05-26-2026#takeown#windows#cli

systeminfo

Display detailed OS, hardware, and network configuration for the local or a remote Windows machine. Covers output formats, remote querying, filtering, and parsing in scripts.

05-26-2026#systeminfo#windows#cli

PowerShell Built-in Variables

Complete reference for every automatic and preference variable built into PowerShell — $_, $Error, $MyInvocation, $PSCmdlet, $Host, $PSVersionTable, $ExecutionContext, and all preference variables that tune runtime behaviour.

05-26-2026#powershell#variables#reference

Codex Slash Commands

Complete reference for every built-in Codex CLI slash command — session control, model switching, sandboxing, MCP management, and TUI utilities.

05-25-2026#codex#openai#slash-commands

Claude Code Slash Commands

Complete reference for every built-in Claude Code slash command — session control, context management, configuration, tools, MCP, and authoring custom commands with arguments.

05-25-2026#claude-code#slash-commands#cli

Claude Code CLI

All claude CLI flags, startup modes, non-interactive usage, environment variables, keyboard shortcuts, subcommands, exit codes, and configuration file locations in one place.

05-25-2026#claude-code#cli#reference