Command prompt

Page 2 of 2 FirstFirst 12

  1. Posts : 68,967
    64-bit Windows 11 Pro for Workstations
       #11

    vidanova said:
    Hi

    I have noticed since the last update that where you right click on `start` the "command prompt as administrator" has gone, simple question I hope, how do I get it back or wheres it gone.

    Thanks
    Hello @vidanova, :)

    The tutorial below can help show you how to have the Win+X menu show the command prompt options again instead of the PowerShell options.

    Show Command Prompt or Windows PowerShell on Win+X menu in Windows 10 - Windows 10 Customization Tutorials
      My Computers


  2. Posts : 251
    Windows 10 Pro
       #12

    I don't see the advantage of using PowerShell. Looks like a lot of mess to go through to do the same thing with a simple admin command prompt. Thanks anyway ...
      My Computer


  3. Posts : 23
    windows 10 Pro 1909
    Thread Starter
       #13

    Hi All

    I have followed Brinks tutorial and changed my `shell prompt` back to `command prompt` which I`m more familiar with and works fine for me now, so thanks to all as always for very quick and interesting responses.

    Rich
      My Computer


  4. Posts : 68,967
    64-bit Windows 11 Pro for Workstations
       #14

    I'm glad we could help Rich. :)
      My Computers


  5. Posts : 2,068
    Windows 10 Pro
       #15

    TexasBandit said:
    I don't see the advantage of using PowerShell. Looks like a lot of mess to go through to do the same thing with a simple admin command prompt. Thanks anyway ...
    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 "C:\Windows\logs\logfile.txt" -tail 10 -wait
      My Computers


  6. OAG
    Posts : 26
    W10P
       #16

    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.
    Last edited by OAG; 21 Apr 2017 at 16:12. Reason: Already solved.
      My Computers


  7. WOT
    Posts : 471
    Win 10 Pro 15063.332 (ex-Insider)
       #17

    vidanova said:
    Hi

    I have noticed since the last update that where you right click on `start` the "command prompt as administrator" has gone, simple question I hope, how do I get it back or wheres it gone.

    Thanks
    Command prompt-untitled-1.jpg
      My Computers


  8. Posts : 430
    Win 10
       #18

    Start , Settings ,Personalization , Taskbar

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

    Job done :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:10.
Find Us




Windows 10 Forums