Final answer:
To display the directory of the C drive in Windows, use the "dir" command in Command Prompt or PowerShell.
Step-by-step explanation:
To display the directory of the C drive using Windows commands, you can use the "dir" command in the Command Prompt or PowerShell. Here's how:
- Open the Command Prompt or PowerShell by searching for it in the Start menu or using the "Run" dialog with the "cmd" or "powershell" command.
- In the Command Prompt or PowerShell, type the command "dir C:" and press Enter.
- The directory listing of the C drive will be displayed, showing the files and folders present in the C drive.