Clear Screen - Control Command Prompt Output | Online Free DevTools by Hexmos
Clear screen easily with CLS, the command prompt utility. Remove clutter and control your command line interface on Windows. Free online tool, no registration required.
cls
Clears the screen. In PowerShell, this command is an alias of
Clear-Host
. This documentation is based on the Command Prompt (cmd
) version ofcls
. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/cls.
- View the documentation of the equivalent PowerShell command:
tldr clear-host
- Clear the screen:
cls