Share via

slow down speed cmd display

Anonymous
2023-03-07T09:21:58+00:00

slow down speed cmd display

Hello when I enter some commands the display of the results of this one is sometimes rather long and therefore scrolls on the screen with great speed, and I wanted to know if it was possible rather than waiting for the end of the program and go back to read the results little by little it would be possible to slow down the speed at which the results are displayed.

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2023-03-07T10:21:26+00:00

    I was wondering about this with the tree C:\ command but I think it could be interesting for other commands. The tree /p command does not work unfortunately.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. DaveM121 891.1K Reputation points Independent Advisor
    2023-03-07T10:28:24+00:00

    Hi Liam,

    While you cannot slow down that tree command, you can print it to a text file, which you can then view when the command completes.

    For example this command will create a txt file named TreeResult on your C drive.

    tree C:\ /a /f > C:\TreeResult.txt

    Was this answer helpful?

    0 comments No comments
  3. DaveM121 891.1K Reputation points Independent Advisor
    2023-03-07T09:54:11+00:00

    Hi Liam,

    I am Dave, I will help you with this.

    1

    What command(s) are you running in Command Prompt?

    2

    It depends on the command(s) you are running, with some commands if you add a space and /p to the command, that will page the output so you will see a screen of the output, then press enter and you will see the next screen... and so on.

    Was this answer helpful?

    0 comments No comments