How to clear the command prompt screen using the Cls command.

The Cls command clears the command prompt screen of all previously entered commands.

This can be really useful to help you focus and start again without needing to open and close the command prompt.

Open Command Prompt as Administrator

1) Press the Windows Key
2) Type cmd and press return
3) Right Click the Command Prompt icon and select ‘ Run as Administrator’

Copy and Paste the Command

In the command prompt window enter the below command and press return

cls

This will clear the command prompt screen of any previously entered information.

This command is available in all versions of Windows and MS-DOS.

Leave a Comment