About 50 results
Open links in new tab
  1. How can I clear the output from Window's Command Prompt using a ...

    Apr 20, 2013 · After researching this subject, I concluded, a DOS macro key is the only way to use a keyboard shortcut for clearing output from the Windows CMD console window.

  2. cmd - How to clear screen in Windows command prompt window with …

    Oct 16, 2021 · The simplest way of clear window in command prompt is typing: cls + enter Ecs is a key to exit input of command prompt, it does noting on clear window Ctrl + L and Ctrl + K are not correct …

  3. How can I clear the current line of the Windows command prompt?

    Dec 1, 2020 · 90 How can I clear the current line in the command prompt? (I'm using Windows 7.) Too often, I enter a command, execute it, get many lines of output, then wish to enter another command. …

  4. windows 10 - Clear Screen in PowerShell and Command Line without ...

    Aug 23, 2022 · Ideally I'd like to "clear" the screen but be able to scroll up to see everything else. I'm using the Windows Terminal program and the PowerShell shell, but I'd like to know the answer for …

  5. Remove proxy settings from the windows command prompt

    May 23, 2015 · From an elevated command prompt (CMD or PS) type: netsh winhttp reset proxy This should produce: C:\Windows\system32>netsh winhttp reset proxy Current WinHTTP proxy settings: …

  6. How can I clear the terminal in Visual Studio Code?

    62 To clear Terminal in VS Code simply press Ctrl + Shift + P key together this will open a command palette and type command Terminal: Clear. Also you will go to View in taskbar upper left corner of vs …

  7. Command line to remove an environment variable from the OS-level ...

    Just using SETX to set the new variables will automatically clear the ones you just removed from any new cmd tasks that might get started. Background information: I just used this approach successfully …

  8. cmd.exe - Include clear command in cmd - Super User

    Nov 17, 2016 · How can I add clear command in cmd to clear the screen? Option 1 - Use a batch file (clear.cmd): @cls Place clear.cmd somewhere in your PATH.

  9. How can I clear the interpreter console? - Stack Overflow

    I'm wondering if, and how, to clear the Python interpreter console. I've heard about doing a system call and either calling cls on Windows or clear on Linux, but I was hoping there was something I could …

  10. cmd.exe - Is it possible to clear history in windows command prompt ...

    Mar 6, 2017 · When using CMD, one can press upper arrow key to retrieve old commands. Is it possible to erase the history of these commands? If so, how could one do so?