Windows 10: Command prompt

Discus and support Command prompt in Windows 10 Support to solve the problem; I'm glad we could help Rich. *Smile Discussion in 'Windows 10 Support' started by vidanova, Apr 20, 2017.

  1. Brink
    Brink New Member

    Command prompt


    I'm glad we could help Rich. *Smile
     
    Brink, Apr 20, 2017
    #16
  2. pparks1 Win User

    Start using some powershell and you will see the advantage. For example, lets say you are at command line and wonder what processes are chewing up your CPU. You could launch task manager, or from powershell you could run the following and get the top 10 processes
    get-process|sort CPU -desc|select-object -first 10

    Want to know which process is taking the most memory, just change CPU to ws
    get-process|sort ws -desc|select-object -first 10

    Want to know how many instances of chrome are running;
    (get-process |Where-Object {$_.ProcessName -eq "Chrome"}).count

    Want to kill all of the running chrome
    get-process |Where-Object {$_.ProcessName -eq "Chrome"}|stop-process -force

    Are you watching a log file and waiting for something to happen and reopening over and over again in notepad?
    get-content -path "L: C:\Windows\logs\logfile.txt" -tail 10 -wait
     
    pparks1, Apr 20, 2017
    #17
  3. OAG
    OAG Win User
    If you want to change it go to Taskbar options (right click on the taskbar), select settings and then select the option turn off the option that replaces the command prompt with the power shell and you will have the command prompt (2 of them; one is the admin.

    Forget my response as the solution has already been provided.
     
  4. WOT
    WOT Win User

    Command prompt

    Command prompt [​IMG]
     
  5. Archie123 Win User
    Start , Settings ,Personalization , Taskbar

    turn off “Replace Command Prompt with Windows PowerShell in the menu when I right-click the start button

    Job done *Smile
     
    Archie123, Apr 4, 2018
    #20
Thema:

Command prompt

Loading...
  1. Command prompt - Similar Threads - Command prompt

  2. i got this error installing windows media pack in command prompt

    in Windows 10 Gaming
    i got this error installing windows media pack in command prompt: owerShell Copyright C Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\WINDOWS\system32> dism /online /remove-capability /capabilityname:Media.MediaFeaturePack~~~~0.0.1.0 Deployment...
  3. i got this error installing windows media pack in command prompt

    in Windows 10 Software and Apps
    i got this error installing windows media pack in command prompt: owerShell Copyright C Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\WINDOWS\system32> dism /online /remove-capability /capabilityname:Media.MediaFeaturePack~~~~0.0.1.0 Deployment...
  4. How to Make Command Prompt as Default — Remove PowerShell?

    in Windows 10 Gaming
    How to Make Command Prompt as Default — Remove PowerShell?: Greetings .i researched many webs but i cant find a way to make command prompt as default.i remember u can do it in Taskbar setting, But now the menu changed or it were removed.Im running a W11 Home 24H2 Build 26.100.4202.Well here some images any comment / help about it ,...
  5. How to Make Command Prompt as Default — Remove PowerShell?

    in Windows 10 Software and Apps
    How to Make Command Prompt as Default — Remove PowerShell?: Greetings .i researched many webs but i cant find a way to make command prompt as default.i remember u can do it in Taskbar setting, But now the menu changed or it were removed.Im running a W11 Home 24H2 Build 26.100.4202.Well here some images any comment / help about it ,...
  6. Do i have virus after command prompt opens as "systemssx23xx67"

    in Windows 10 Gaming
    Do i have virus after command prompt opens as "systemssx23xx67": One time when i was trying to mod my games i clicked on a link i downloaded it and it didn't do anything until like 2 minutes it opened command prompt, it said "User allow" and that point i knew it was bad i clicked cancel and it dint let me leave so i did "CTRL-ALT-DEL" and...
  7. Do i have virus after command prompt opens as "systemssx23xx67"

    in Windows 10 Software and Apps
    Do i have virus after command prompt opens as "systemssx23xx67": One time when i was trying to mod my games i clicked on a link i downloaded it and it didn't do anything until like 2 minutes it opened command prompt, it said "User allow" and that point i knew it was bad i clicked cancel and it dint let me leave so i did "CTRL-ALT-DEL" and...
  8. how can i remove test mode in window 11 pro if command prompt fails

    in Windows 10 Gaming
    how can i remove test mode in window 11 pro if command prompt fails: how to remove test mode in windows 11 pro if command prompt fails https://answers.microsoft.com/en-us/windows/forum/all/how-can-i-remove-test-mode-in-window-11-pro-if/8b778a54-75e9-47d5-81e1-645c727500d2
  9. how can i remove test mode in window 11 pro if command prompt fails

    in Windows 10 Software and Apps
    how can i remove test mode in window 11 pro if command prompt fails: how to remove test mode in windows 11 pro if command prompt fails https://answers.microsoft.com/en-us/windows/forum/all/how-can-i-remove-test-mode-in-window-11-pro-if/8b778a54-75e9-47d5-81e1-645c727500d2
  10. Restart at command prompt is not working

    in Windows 10 Software and Apps
    Restart at command prompt is not working: Typing the "shutdown /r /t 0" at the "\windows\system32" prompt displays" 'shutdown' command is not recognized as an ineternal or external command, operable program or batch file" error message. What can I do to restart my laptop? Also, I had to use the "bcdboot c:\windows"...