Command Prompt & PowerShell

Discussion in 'Windows 10' started by pisthai, Dec 11, 2016.

  1. pisthai

    pisthai Imperfect Human

    Joined:
    Jul 29, 2009
    Messages:
    7,060
    Likes Received:
    2,158
    Trophy Points:
    240
    [h=2]Command Prompt & PowerShell[/h]
    Sure PowerShell has it's advantage and could do something more than the simple Command Prompt (CMD)! In latest Build the Command Prompt in Star Menu was changed to PowerShell, which many users not liking.

    So, I don't know users realized that it's an easy task to get the good old Command Prompt back? It's quite simple:

    1. open Settings
    2. open Personalization
    3. click on Taskbar
    4. and change the switch below: Replace Command Prompt with Windows PowerShell from On to Off


    That's it and user now will have the good old Command Prompt back in Start Menu as well is use Windows Key and X​
     
  2. TairikuOkami

    TairikuOkami MDL Expert

    Joined:
    Mar 15, 2014
    Messages:
    1,057
    Likes Received:
    926
    Trophy Points:
    60
    Thanks for info, but do you have any idea, what registry entry is it supposed to be? :thinking: I would like to be ready for it in spring 2017.

    I guess something like: HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\powershell.exe ... ?
     
  3. CMD & Powershell

    Seek #Registry -> HideBasedOnVelocityId
    Seek #Registry -> ShowBasedOnVelocityId

    for example to show:
    HKEY_CLASSES_ROOT\Directory\shell\cmd
    Change Name (REGD-WORD32) HideBasedOnVelocityId to ShowBasedOnVelocityId

    for example to hide:
    HKEY_CLASSES_ROOT\Drive\shell\cmd
    Change Name (REGD-WORD32) ShowBasedOnVelocityId to HideBasedOnVelocityId


    (don't forget to change the registry key permissions)
     
  4. Foreseenothe

    Foreseenothe MDL Novice

    Joined:
    Apr 4, 2015
    Messages:
    47
    Likes Received:
    8
    Trophy Points:
    0
    Or just type cmd in powershell.
     
  5. TairikuOkami

    TairikuOkami MDL Expert

    Joined:
    Mar 15, 2014
    Messages:
    1,057
    Likes Received:
    926
    Trophy Points:
    60
    I do not have PS. :pardon:
     
  6. pf100

    pf100 MDL Expert

    Joined:
    Oct 22, 2010
    Messages:
    1,906
    Likes Received:
    3,055
    Trophy Points:
    60
    This is just retarded. Sure, powershell is much more powerful than the command prompt, but it's much slower too. What's next, they replace powershell with visual basic, or bash? There's a place and time for all these environments, but the command prompt should stay where it is. If you want to run powershell, run powershell from the menu or call it from the command prompt or whatever. I have nothing against it, but it seems to me that Microsoft is smoking crack.
     
  7. pisthai

    pisthai Imperfect Human

    Joined:
    Jul 29, 2009
    Messages:
    7,060
    Likes Received:
    2,158
    Trophy Points:
    240
    That would simply mean to have 2 apps running at the same time for to use just one?!

    The simple fact is, the Command Prompt is much more used as the PowerShell, which means, that direct access to the Command Prompt is really needed. Simply keep in mind, most computer users are having just basic knowledge!
     
  8. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,209
    Likes Received:
    7,533
    Trophy Points:
    210

    @pf100 congrats to the post, I think in same manner :clap:
     
  9. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
    Bash is powerful but is not slow, I use it every time since the LXSS was introduced
     
  10. pf100

    pf100 MDL Expert

    Joined:
    Oct 22, 2010
    Messages:
    1,906
    Likes Received:
    3,055
    Trophy Points:
    60
    I only said powershell was slow.
     
  11. pisthai

    pisthai Imperfect Human

    Joined:
    Jul 29, 2009
    Messages:
    7,060
    Likes Received:
    2,158
    Trophy Points:
    240
    As always: WHAT is used, is simply up to the user! Period!
     
  12. Foreseenothe

    Foreseenothe MDL Novice

    Joined:
    Apr 4, 2015
    Messages:
    47
    Likes Received:
    8
    Trophy Points:
    0
  13. pisthai

    pisthai Imperfect Human

    Joined:
    Jul 29, 2009
    Messages:
    7,060
    Likes Received:
    2,158
    Trophy Points:
    240
  14. rpo

    rpo MDL Expert

    Joined:
    Jan 3, 2010
    Messages:
    1,166
    Likes Received:
    990
    Trophy Points:
    60
    Yes, but you need a 64 bits windows.
     
  15. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
    Assuming that for whatever reason you still need the 32bit version and at the same time you need Bash, you can always use the cygwin version.