Windows 10: Slow in response of terminal, command prompt,Power Shell

Discus and support Slow in response of terminal, command prompt,Power Shell in Windows 10 Gaming to solve the problem; When I execute any command in the terminal,PowerShell,command Prompt the response is slow.And this same happens in the vs code also.My laptop is hp... Discussion in 'Windows 10 Gaming' started by Durga Vara Prasad Bandi, Apr 14, 2025.

  1. Slow in response of terminal, command prompt,Power Shell


    When I execute any command in the terminal,PowerShell,command Prompt the response is slow.And this same happens in the vs code also.My laptop is hp pavilion plusWith processor i7But slow why

    :)
     
    Durga Vara Prasad Bandi, Apr 14, 2025
    #1
  2. DaveM121 Win User

    Power shell to Command prompt in windows creators update

    Yes Microsoft in their wisdom are phasing out Command Prompt in favour of Powershell . . .

    Here are the steps to add that option back to the Context Menu in Windows File Explorer:

    • Make sure you can see files extensions - In File Explorer, on the View Tab, check the box 'File Name Extensions'
    • Close File Explorer if it is open
    • Right click a black space on your Desktop, choose New - Text Document
    • Copy the text below into it
    • Save the file and give it a meaningful name
    • Change the file extension from .txt to .reg
    • Right click the file and choose 'Merge'
    • Confirm the merge when asked
    • That's it, you're done, 'Open Command Prompt Here' will be back on your Shift + Right click menu in File Explorer!

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Directory\shell\cmdprompt]

    @="@shell32.dll,-8506"

    "Extended"=""

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\Directory\shell\cmdprompt\command]

    @="cmd.exe /s /k pushd \"%V\""

    [HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt]

    @="@shell32.dll,-8506"

    "Extended"=""

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\Directory\Background\shell\cmdprompt\command]

    @="cmd.exe /s /k pushd \"%V\""

    [HKEY_CLASSES_ROOT\Drive\shell\cmdprompt]

    @="@shell32.dll,-8506"

    "Extended"=""

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\Drive\shell\cmdprompt\command]

    @="cmd.exe /s /k pushd \"%V\""

    EXTRA NOTE: To add Command Prompt back to the right click of your Start Menu
    (this only adds Command Prompt back to your Start menu), right click your Taskbar, choose Taskbar Settings and turn this option on . . .


    Slow in response of terminal, command prompt,Power Shell 6266d58f-0935-4837-b11b-0a80de9f1e0c.jpg
     
    DaveM121, Apr 14, 2025
    #2
  3. Ghost363 Win User
    Is there command prompt or power shell available in S mode?

    Is there command prompt or power shell available in S mode?
     
    Ghost363, Apr 14, 2025
    #3
  4. JainAman Win User

    Slow in response of terminal, command prompt,Power Shell

    Windows 10 Power shell executes in command prompt

    I have been using power shell as an alternative to command prompt for quite a long time.

    I mostly use it for Android debugging tool "adb".

    I am recently facing problem where any command I write in Power Shell opens a cmd window, executes the command in cmd and closes the cmd.

    I am unable to find any solution for it.

    Also, I have not modified any setting for Power Shell.

    Please provide a solution to the problem.
     
    JainAman, Apr 14, 2025
    #4
Thema:

Slow in response of terminal, command prompt,Power Shell

Loading...
  1. Slow in response of terminal, command prompt,Power Shell - Similar Threads - Slow response terminal

  2. Slow in response of terminal, command prompt,Power Shell

    in Windows 10 Software and Apps
    Slow in response of terminal, command prompt,Power Shell: When I execute any command in the terminal,PowerShell,command Prompt the response is slow.And this same happens in the vs code also.My laptop is hp pavilion plusWith processor i7But slow why...
  3. Stuck terminating Power shell threads

    in Windows 10 Gaming
    Stuck terminating Power shell threads: Hi, we have a Windows 2016 Server that is not happy at all, over a few days the CPU usage gets higher and higher to the point where it needs a reboot to fix the issue. the issue seems to be a set of PowerShell threads that are started by the system that are stuck in a...
  4. Stuck terminating Power shell threads

    in Windows 10 Software and Apps
    Stuck terminating Power shell threads: Hi, we have a Windows 2016 Server that is not happy at all, over a few days the CPU usage gets higher and higher to the point where it needs a reboot to fix the issue. the issue seems to be a set of PowerShell threads that are started by the system that are stuck in a...
  5. power shell command issue

    in Windows 10 Gaming
    power shell command issue: to complete my assigned work i need to do this but how many times iam trying to execute that dism.exe command it is showing the same error even after changing the environment variables. I changed my bios settings to visualization as enabled....
  6. power shell command issue

    in Windows 10 Software and Apps
    power shell command issue: to complete my assigned work i need to do this but how many times iam trying to execute that dism.exe command it is showing the same error even after changing the environment variables. I changed my bios settings to visualization as enabled....
  7. Power Shell Command

    in Windows 10 Gaming
    Power Shell Command: After I sign in to power shell as admin and run my sign on info I then use this command: It works but does not give me Job Title information. The column is there but the data is not. Should I be using a different command?Get-User -ResultSize Unlimited select...
  8. Power Shell Command

    in Windows 10 Software and Apps
    Power Shell Command: After I sign in to power shell as admin and run my sign on info I then use this command: It works but does not give me Job Title information. The column is there but the data is not. Should I be using a different command?Get-User -ResultSize Unlimited select...
  9. What is Windows PowerShell, PowerShell, Azure Cloud Shell, Command Prompt in Windows Terminal

    in Windows 10 News
    What is Windows PowerShell, PowerShell, Azure Cloud Shell, Command Prompt in Windows Terminal: [ATTACH]Windows Terminal is a consolidation of various command-line utilities such as Windows PowerShell, PowerShell, Command Prompt, etc. It lets you use more than one command-line utility at a time from a single window on your Windows 11/10 computer. If you are about to use...
  10. Windows 10 Power shell executes in command prompt

    in Windows 10 Customization
    Windows 10 Power shell executes in command prompt: I have been using power shell as an alternative to command prompt for quite a long time. I mostly use it for Android debugging tool "adb". I am recently facing problem where any command I write in Power Shell opens a cmd window, executes the command in cmd and closes the...