cmd vs Powershell  

77 members have voted

  1. 1. Which would you like to see in Windows 8?

    • Powershell default, cmd alternative
    • cmd default, Powershell alternative (Currently in Windows 7)
    • Powershell default, no cmd at all
    • cmd default, no Powershell at all


Recommended Posts

With Powershell now released 4 years ago, I think it has come time to completely replace cmd in Windows 8. AFAIK, it does 99% of the things cmd does and alot more so why not?

So Windows 8: cmd or Powershell?

I pick Powershell default, no cmd at all. If someone trys to call cmd, it automatically starts Powershell (cmd being a new alias for Powershell) and/or (again cmd being a alias for Powershell) it again automatically starts Powershell but, since it has been called thru a cmd alias, it starts out in a "cmd compatibility mode"

Link to comment
https://www.neowin.net/forum/topic/1035585-windows-8-cmd-or-powershell/
Share on other sites

CMD is there just for the old folks like me that were used to DOS. :/

Powershell is the exact same thing. Any normal and logic command that you use in CMD and/or DOS, is avaliable in Powershell. If it isnt, there is problably something better and more powerful that replaces it (but AFAIK, every command is avaliable)

Powershell looked pretty god-damn awful when I last launched it on a small screen resolution, I'll stick with cmd and if people try to remove it from working, I'll just get cmd.exe and replace the replaced cmd.exe and powershell.exe with the proper cmd.exe

  • Like 1

Powershell is the exact same thing. Any normal and logic command that you use in CMD and/or DOS, is avaliable in Powershell. If it isnt, there is problably something better and more powerful that replaces it (but AFAIK, every command is avaliable)

I know that and I agree with you, Cmd should be removed, Microsoft only left it in Windows 7 for the old time users that won't advance themselves with the new technology.

I just assumed Powershell was a just a more powerful shell extension of CMD, and not a successor. If it runs everything CMD did, then what's the purpose of keeping CMD? Just for familiarity for those who continue to make heavy use of cli?

Maybe should have posted this:

http://en.wikipedia.org/wiki/Windows_PowerShell

http://en.wikipedia.org/wiki/Command_Prompt

It depends. I won't use Powershell to just check connectivity in my network, cmd is much faster to do it, windows + r -> cmd and voi la. IMO Powershell is designed for System Administration and scripting.

windows + r -> powershell

or you can set a alias for powershell for example p and type

windows + r -> p

And there you go: Its faster than cmd.

Powershell looked pretty god-damn awful when I last launched it on a small screen resolution, I'll stick with cmd and if people try to remove it from working, I'll just get cmd.exe and replace the replaced cmd.exe and powershell.exe with the proper cmd.exe

When was the last time you used it? We are currently at 2.0 and 3.0 is in preview (might be included in the Windows 8 dev release, not sure)

When was the last time you used it? We are currently at 2.0 and 3.0 is in preview (might be included in the Windows 8 dev release, not sure)

The version included with some addon to XP from back in the day.

But I still don't see why you're anal on trying to get rid of cmd?

McDonalds uses thin clients with DOS, do you think instead they should scrap the thin client idea, get new workstations with core i5s, guis, windows 7 and a load of rubbish that isn't needed, just because they could?

CMD is simple, fast, effective and serves a purpose. Powershell is something completely different and serves a different purpose, it's not meant for everyday use by all users.

They'll probably keep CMD around, there are so many companies out there who just won't update software or scripts and still expect their old to work...

That said I sure hope Powershell will come installed with all versions of Windows 8.

CMD is there just for the old folks like me that were used to DOS. :/

All the same commands can be used.

You don't have to use Get-ChildItem, you can use Dir if you like as it's set up as an alias by default, heck if you're used to a unix command line you can use their commands too, in this case ls.

windows + r -> powershell

or you can set a alias for powershell for example p and type

windows + r -> p

And there you go: Its faster than cmd.

Well, the cmd prompt usually load a whole lot quicker than the powershell one.

Powershell really doesn't get the attention it deserves. It really can replace the old command prompt if more developers and users were willing to try it.

But they need to keep cmd for compatibility. Aren't logon scripts still .bat files, many of which won't work without modification in Powershell?

Yes I know that, but I won't invoke powershell just to ping an asset. And this is just ridiculous.

Why invoke cmd just to ping an asset?

And the link you posted to........is that really a reason to use cmd over Powershell? :rolleyes: come on....

CMD is simple, fast, effective and serves a purpose. Powershell is something completely different and serves a different purpose, it's not meant for everyday use by all users.

Powershell, as I have stated, includes everything CMD does and more.

CMD isnt also made for "everyday use by all users". You can do everything in Powershell that you can in CMD. I think people are missing that point...

This is the same arguement about people that stay on Windows XP and dont want to upgrade to Windows 7. The even worse part of this is that Powershell is free....

They'll probably keep CMD around, there are so many companies out there who just won't update software or scripts and still expect their old to work...

Thats why I also made a comment that if something calls cmd, Powershell can be ran in a "cmd compatibility mode" which allows it to run exactly the same as regular cmd. Powershell with backwards compatibility which wouldnt break anything :)

That said I sure hope Powershell will come installed with all versions of Windows 8.

It will :) It comes installed with Windows 7 already

All the same commands can be used.

You don't have to use Get-ChildItem, you can use Dir if you like as it's set up as an alias by default, heck if you're used to a unix command line you can use their commands too, in this case ls.

Exactly. Not only do all CMD commands work, but they have actually made aliases for most unix command lines such as bash. What more can you want?

Well, the cmd prompt usually load a whole lot quicker than the powershell one.

DOS/Windows 3.1/Windows 95/Windows 98/Windows ME (yes I said ME)/Windows 2000/Windows XP/Windows Vista/etc were all faster in a loading sense than Windows 7. Point of yours is?

It seems many people here don't understand what CMD is.

Short explanation: CMD is a console window that provides basic functionality for changing the current directory (cd), showing the files and folders (dir) and a few other things (copy, auto-completion, command history...). The most important thing it does is to enable you to open files, give arguments to executables, and provide input and output for console applications.

What you're doing by calling "robocopy C:\SomeFolder C:\SomeOtherFolder" is launching robocopy.exe using "C:\SomeFolder" and "C:\SomeOtherFolder" as parameters. "tree C:\" just calls tree.com with "C:\" as a parameter. "ping google.com" calls ping.exe with "google.com" as parameter. And so on.

These programs (not commands - check your C:\Windows\System32 folder) can be used exactly the same way in PowerShell, and their output will look exactly the same.

In fact, if Microsoft set the default background color to black in PowerShell and removed the "PS" at the beginning of each line, most people wouldn't notice the difference. You would still be able to use the programs you use now.

I want bash

So install Bash. You can do that.

cmd and Powershell are like kids toys by comparison

Cmd maybe, but don't think you've actually tried PowerShell or you wouldn't be saying that. It's quite powerful. Bash is good yes,but looking over what Bash has built in, nothing really jumps out as being something that others can't do or just doesn't apply.. most of it's goodies come from external programs or scripting languages, most of which are available to other shells.

cmd can't be removed as it would break existing scripts and applications that call cmd.

Though PowerShell has aliases for many cmd built-in commands, the cmdlets for which the aliases are mapped do not support the switches of the cmd commands (e.g., you can't do "dir /w" in PowerShell). Variable syntax is also different (e.g., %windir% in cmd vs $env:windir in PowerShell).

PowerShell is getting ever increasing usage as the underpinning for Windows administration and troubleshooting functionality. While it should see greater exposure, such as adding it to the Ribbon and the context menu ("Open PowerShell here"), cmd should not be removed to elevate PowerShell unless the use cases for cmd are covered by PowerShell. It's not like cmd is the only shell besides PowerShell that currently ships with Windows. Its presence doesn't diminish PowerShell.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Dragon's Dogma 2: Dark Arisen expansion to bring snowy region, new updates also coming by Pulasthi Ariyasinghe Capcom had a surprise waiting for Dragon's Dogma fans today in the Nintendo Direct presentation. The company revealed an expansion for the second installment with a name that should be familiar to series veterans. Coming later this year, Dragon's Dogma 2: Dark Arisen is promising a massive new region to explore, new monsters, fresh skills to learn, and more. The studio says players will be heading to the Northern region of the world, named Norgan, to find new secrets about an undying "Fallen Dragon." There will be forgotten relics that the protagonist can find to unlock fresh weapons and skills the expansion is introducing. Players will also be able to find mysterious equipment from a previous Arisen as a part of the expansion, all part of 12 Lost Rites Dungeon Challenges they must complete to gain access. In Neowin's own review, I found Dragon's Dogma 2 to be an impressive RPG when it launched back in 2024, giving the title an 8.5/10 for its class variants, companion system, and immersive exploration. "Once a prosperous region of the kingdom of Vermund, it was abandoned many years ago for reasons unknown," says Capcom about the new region. "Long has it been since any soul traveled its paths. Blanketed in heavy snow, these frigid lands are home to savage hordes and creatures of unbelievable power. Those who are capable of vanquishing such fearsome foes, or those who possess a keen eye for exploration, will find themselves rewarded with powerful relics." Dragon’s Dogma 2: Dark Arisen expansion launches on October 9, 2026, with a $29.99 price tag. Ahead of the expansion release, Capcom is also planning to release two free updates to the base game. The first will land tomorrow, June 10, bringing more accessible fast travel with an Eternal Ferrystone and other quality-of-life adjustments. The second update will land sometime in August, aiming to improve frame rates, add more save slots, and bring even more community-requested adjustments. This expanded Dark Arisen edition is also launching on the Nintendo Switch 2 on the same day the content comes to PC, Xbox Series X|S, and PlayStation 5.
    • Classic themes are just the colors on the bar like the olden days, if you use the image themes, it does fancy transparent backgrounds and it makes the elements of the app look like they are transparent bubbles. This sample image shows what it looks like.  
    • Good point, unfortunately. NextDNS has far more filters and workarounds than uBlock, and it's easy to implement.
    • Windows 10 KB5094127 Patch Tuesday improves File Explorer search and more by Taras Buria The June 2026 Patch Tuesday updates are here, bringing mandatory patches to users with PCs enrolled in the Extended Security Update program for Windows 10. Microsoft is rolling out KB5094127, with build numbers 19045.7417 and 19044.7417. Changelog includes the following: [File Explorer] This update improves File Explorer search, including support for Chinese text, and UTF 8–encoded files without a byte order mark (BOM). Text now displays more clearly and consistently across search results, Content view, and tooltips. [Secure Boot] This update enables dynamic status reporting for Secure Boot states in Windows Security App. This update adds a new policy setting, LimitSecureBootRequiredServiceData, under Computer Configuration > Administrative Templates > Windows Components > Secure Boot. When this setting is enabled, Windows limits the Secure Boot service data it sends by suppressing the event normally sent to Microsoft. This policy is also included in the Windows Restricted Traffic Limited Functionality Baseline package. For information about the policy, see Manage connections from Windows 10 and Windows 11 operating system components to Microsoft services. With this update, Windows quality updates include additional high confidence device targeting data, increasing coverage of devices eligible to automatically receive new Secure Boot certificates. Devices receive the new certificates only after demonstrating sufficient successful update signals, maintaining a controlled and phased rollout. As for known bugs, Microsoft has the following to say: A workaround is available in the official documentation. Today's updates are available for PCs enrolled in the Extended Security Updates program only. If your PC is eligible, you can download the update from Settings > Windows Update or from the Microsoft Update Catalog here.
  • Recent Achievements

    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • One Year In
      jojodbn earned a badge
      One Year In
    • One Month Later
      jojodbn earned a badge
      One Month Later
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      +Edouard
      124
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!