Skip to content

WiFi Command

Léo Peyronnet edited this page Jul 15, 2024 · 1 revision

The wifi password command retrieves your saved WiFi passwords.

Warning

This command is only available on Windows.

Usage

itcli wifi password [options]

Options

  • -n or --name: The name of a specific network to retrieve. Default: "" (retrieves all saved passwords).
  • -h or --help: Shows help text.

Examples

Retrieve All Saved WiFi Passwords

To retrieve all saved WiFi passwords:

itcli wifi password

Retrieve Password for a Specific Network

To retrieve the password for a specific network:

itcli wifi password --name "MyNetwork"
Clone this wiki locally